Skip to content

Commit 2fd000c

Browse files
authored
chore(main): release 0.0.3 (#31)
1 parent 8dc3d4e commit 2fd000c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.2"}
1+
{".":"0.0.3"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.2...v0.0.3) (2024-05-17)
4+
5+
6+
### Other
7+
8+
* migrate from spectrocloud-labs to validator-labs ([#30](https://github.com/validator-labs/validator-plugin-kubescape/issues/30)) ([8dc3d4e](https://github.com/validator-labs/validator-plugin-kubescape/commit/8dc3d4e94d90861d1ada9c27001d3dddaf16cb3e))
9+
310
## [0.0.2](https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.1...v0.0.2) (2024-05-14)
411

512

chart/validator-plugin-kubescape/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: validator-plugin-kubescape
33
description: Perform Kubescape
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
appVersion: 0.0.2

chart/validator-plugin-kubescape/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the validator-plugin-ku
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-kubescape"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.2"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.3"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-kubescape/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator-plugin-kubescape
34-
tag: v0.0.2 # x-release-please-version
34+
tag: v0.0.3 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)