diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72da3fa9..6a365c67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.16"} \ No newline at end of file +{".":"0.1.17"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bacd8419..e56f6960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.1.17](https://github.com/validator-labs/validator/compare/v0.1.16...v0.1.17) (2025-02-27) + + +### Other + +* bump to go1.23.6 ([#470](https://github.com/validator-labs/validator/issues/470)) ([b68455b](https://github.com/validator-labs/validator/commit/b68455bff253958bc48fbfed84a960a73e6a8284)) + + +### Dependency Updates + +* **deps:** update azure/setup-helm digest to b9e5190 ([#472](https://github.com/validator-labs/validator/issues/472)) ([2b777e2](https://github.com/validator-labs/validator/commit/2b777e2184ae2e4282c9d1e21a56063da6423fe1)) +* **deps:** update build digest to 00de875 ([#460](https://github.com/validator-labs/validator/issues/460)) ([14f9f41](https://github.com/validator-labs/validator/commit/14f9f418d2c615634eb297588bfa6aff4eedda07)) +* **deps:** update build digest to 1af2678 ([#462](https://github.com/validator-labs/validator/issues/462)) ([13545f0](https://github.com/validator-labs/validator/commit/13545f0372d8643c9b2f963fb3ba39d6159de7e2)) +* **deps:** update build digest to 1b51737 ([#463](https://github.com/validator-labs/validator/issues/463)) ([e73fdcd](https://github.com/validator-labs/validator/commit/e73fdcdbf46fad120a9615a83e5112ea5f855e8b)) +* **deps:** update build digest to 2f5dbc3 ([#474](https://github.com/validator-labs/validator/issues/474)) ([9e50dc1](https://github.com/validator-labs/validator/commit/9e50dc1176a8d28a5d3267fedd9baa497c3b0de7)) +* **deps:** update build digest to 3236c04 ([#466](https://github.com/validator-labs/validator/issues/466)) ([54f33e6](https://github.com/validator-labs/validator/commit/54f33e60b2f776d963b79937dda3ed273eba99f4)) +* **deps:** update build digest to 454e459 ([#465](https://github.com/validator-labs/validator/issues/465)) ([0bb4cb1](https://github.com/validator-labs/validator/commit/0bb4cb14f1206537ef42f93482e645e7af8dc846)) +* **deps:** update build digest to 6a4c752 ([#468](https://github.com/validator-labs/validator/issues/468)) ([0c78fb2](https://github.com/validator-labs/validator/commit/0c78fb2e3744986d5f113767f33bbdd978bd9ace)) +* **deps:** update build digest to 95a81bf ([#473](https://github.com/validator-labs/validator/issues/473)) ([610f642](https://github.com/validator-labs/validator/commit/610f642c6193717765eda43088f180957e24eb02)) +* **deps:** update build digest to aa32dd3 ([#456](https://github.com/validator-labs/validator/issues/456)) ([2e21b90](https://github.com/validator-labs/validator/commit/2e21b907d9a91eb8f170d3857861278c0714c85f)) +* **deps:** update build digest to b554bf5 ([#464](https://github.com/validator-labs/validator/issues/464)) ([febc5a0](https://github.com/validator-labs/validator/commit/febc5a007eb712ce64aa1def499a0846bc515743)) +* **deps:** update build digest to d789840 ([#476](https://github.com/validator-labs/validator/issues/476)) ([efb00e8](https://github.com/validator-labs/validator/commit/efb00e8429bc36b29ad33f1d28474482acde00b0)) +* **deps:** update build digest to d7fbb38 ([#467](https://github.com/validator-labs/validator/issues/467)) ([979011f](https://github.com/validator-labs/validator/commit/979011f550512467a26d5b326b26904ed1d7cbae)) +* **deps:** update softprops/action-gh-release digest to c95fe14 ([#461](https://github.com/validator-labs/validator/issues/461)) ([1367896](https://github.com/validator-labs/validator/commit/13678968a80021950e46ca6872b7446e0b327db3)) + ## [0.1.16](https://github.com/validator-labs/validator/compare/v0.1.15...v0.1.16) (2024-12-17) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 50898e08..f65dbc77 100644 --- a/chart/validator/Chart.yaml +++ b/chart/validator/Chart.yaml @@ -4,5 +4,5 @@ description: >- Monitor results created by validator plugins and upload them to a configurable sink type: application -version: 0.1.16 +version: 0.1.17 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index a6a164eb..946ede96 100644 --- a/chart/validator/README.md +++ b/chart/validator/README.md @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator chart and | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.16"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.17"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"512Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/validator/values.yaml b/chart/validator/values.yaml index 11562ddd..7192009b 100644 --- a/chart/validator/values.yaml +++ b/chart/validator/values.yaml @@ -11,7 +11,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator - tag: v0.1.16 # x-release-please-version + tag: v0.1.17 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/chart/values-base.yaml b/hack/chart/values-base.yaml index 3f72a106..a550b7de 100644 --- a/hack/chart/values-base.yaml +++ b/hack/chart/values-base.yaml @@ -11,7 +11,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator - tag: v0.1.16 # x-release-please-version + tag: v0.1.17 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/hauler-manifest-template.yaml b/hack/hauler-manifest-template.yaml index e2befd55..9ec39009 100644 --- a/hack/hauler-manifest-template.yaml +++ b/hack/hauler-manifest-template.yaml @@ -4,7 +4,7 @@ metadata: name: validator-images spec: images: - - name: quay.io/validator-labs/validator:v0.1.16 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.17 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v${AWS_VERSION} - name: quay.io/validator-labs/validator-plugin-azure:v${AZURE_VERSION} - name: quay.io/validator-labs/validator-plugin-kubescape:v${KUBESCAPE_VERSION} @@ -24,7 +24,7 @@ spec: charts: - name: validator repoURL: https://validator-labs.github.io/validator - version: 0.1.16 # x-release-please-version + version: 0.1.17 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: ${AWS_VERSION} diff --git a/hauler-manifest.yaml b/hauler-manifest.yaml index aaafcf9f..198915f8 100644 --- a/hauler-manifest.yaml +++ b/hauler-manifest.yaml @@ -4,7 +4,7 @@ metadata: name: validator-images spec: images: - - name: quay.io/validator-labs/validator:v0.1.16 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.17 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v0.1.12 - name: quay.io/validator-labs/validator-plugin-azure:v0.0.26 - name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.6 @@ -24,7 +24,7 @@ spec: charts: - name: validator repoURL: https://validator-labs.github.io/validator - version: 0.1.16 # x-release-please-version + version: 0.1.17 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: 0.1.12