Skip to content

Commit

Permalink
chore(main): release 0.0.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson authored May 14, 2024
1 parent 164d3a8 commit 6d5e117
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.1"}
{".":"0.0.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.2](https://github.com/spectrocloud-labs/validator-plugin-kubescape/compare/v0.0.1...v0.0.2) (2024-05-14)


### Bug Fixes

* leader election rbac ([#28](https://github.com/spectrocloud-labs/validator-plugin-kubescape/issues/28)) ([164d3a8](https://github.com/spectrocloud-labs/validator-plugin-kubescape/commit/164d3a89c8d966000e431e26e061c6a0f6e63082))

## [0.0.1](https://github.com/spectrocloud-labs/validator-plugin-kubescape/compare/v0.0.1...v0.0.1) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-kubescape/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator-plugin-kubescape
description: Perform Kubescape
type: application
version: 0.0.1
version: 0.0.2
appVersion: 0.0.2
2 changes: 1 addition & 1 deletion chart/validator-plugin-kubescape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the validator-plugin-ku
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/spectrocloud-labs/validator-plugin-kubescape"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.1"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.2"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-kubescape/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/spectrocloud-labs/validator-plugin-kubescape
tag: v0.0.1 # x-release-please-version
tag: v0.0.2 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 6d5e117

Please sign in to comment.