Skip to content

Commit 9480b0e

Browse files
authored
chore(main): release 0.0.6 (#110)
🤖 I have created a release *beep* *boop* --- ## [0.0.6](v0.0.5...v0.0.6) (2024-12-16) ### Bug Fixes * metrics targetPort https -> 8443 ([#111](#111)) ([0b79413](0b79413)) ### Dependency Updates * **deps:** update build digest to 5e4aaa9 ([#106](#106)) ([aff19df](aff19df)) * **deps:** update build digest to 9734871 ([#112](#112)) ([09c2bf5](09c2bf5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 09c2bf5 commit 9480b0e

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-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.5"}
1+
{".":"0.0.6"}

CHANGELOG.md

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

3+
## [0.0.6](https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.5...v0.0.6) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* metrics targetPort https -> 8443 ([#111](https://github.com/validator-labs/validator-plugin-kubescape/issues/111)) ([0b79413](https://github.com/validator-labs/validator-plugin-kubescape/commit/0b79413edca706f6e51a58bb52f6f724bdb66ae3))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update build digest to 5e4aaa9 ([#106](https://github.com/validator-labs/validator-plugin-kubescape/issues/106)) ([aff19df](https://github.com/validator-labs/validator-plugin-kubescape/commit/aff19dfbbb178ea239b4a9d72c16a1aa435b9731))
14+
* **deps:** update build digest to 9734871 ([#112](https://github.com/validator-labs/validator-plugin-kubescape/issues/112)) ([09c2bf5](https://github.com/validator-labs/validator-plugin-kubescape/commit/09c2bf5cad92f3e9586d486980cf65a0579cffbe))
15+
316
## [0.0.5](https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.4...v0.0.5) (2024-12-10)
417

518

chart/validator-plugin-kubescape/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.5
7+
version: 0.0.6
88
appVersion: 0.0.2

chart/validator-plugin-kubescape/README.md

Lines changed: 1 addition & 1 deletion
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.5"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.6"` |
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

Lines changed: 1 addition & 1 deletion
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.5 # x-release-please-version
14+
tag: v0.0.6 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)