Skip to content

Commit a592e82

Browse files
committed
chore(main): release 0.0.7
1 parent 19d60de commit a592e82

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.6"}
1+
{".":"0.0.7"}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.6...v0.0.7) (2025-01-08)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update build digest to 1af2678 ([#115](https://github.com/validator-labs/validator-plugin-kubescape/issues/115)) ([19d60de](https://github.com/validator-labs/validator-plugin-kubescape/commit/19d60dec857c71968c40c13ace8c2e63788c96c9))
9+
* **deps:** update build digest to aa32dd3 ([#113](https://github.com/validator-labs/validator-plugin-kubescape/issues/113)) ([c443fcf](https://github.com/validator-labs/validator-plugin-kubescape/commit/c443fcfbfb18b535f7e8077fa315ad91a5c8d0b7))
10+
311
## [0.0.6](https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.5...v0.0.6) (2024-12-16)
412

513

chart/validator-plugin-kubescape/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: >-
44
validator-plugin-kubescape executes kubescape against your Kubernetes cluster
55
and validates the results.
66
type: application
7-
version: 0.0.6
7+
version: 0.0.7
88
appVersion: 0.0.2

chart/validator-plugin-kubescape/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-ku
1515
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
1616
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
1717
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-kubescape"` |
18-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.6"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.7"` |
1919
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2020
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
2121
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-kubescape/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controllerManager:
1111
- ALL
1212
image:
1313
repository: quay.io/validator-labs/validator-plugin-kubescape
14-
tag: v0.0.6 # x-release-please-version
14+
tag: v0.0.7 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)