diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e283473b..652c1dc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} \ No newline at end of file +{".":"0.1.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae702a9b..382d6e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.2](https://github.com/validator-labs/validator/compare/v0.1.1...v0.1.2) (2024-08-07) + + +### Other + +* **deps:** bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible ([#368](https://github.com/validator-labs/validator/issues/368)) ([7e21122](https://github.com/validator-labs/validator/commit/7e21122bb63438749d95e564902b94eaf6531b47)) + + +### Dependency Updates + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#373](https://github.com/validator-labs/validator/issues/373)) ([37fa8f3](https://github.com/validator-labs/validator/commit/37fa8f31a984b5e7243311febfe063874a4927c0)) +* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.0.13 ([#369](https://github.com/validator-labs/validator/issues/369)) ([a06d799](https://github.com/validator-labs/validator/commit/a06d7997d6efba08a50d4cc997f4de4e7aaaaf73)) + ## [0.1.1](https://github.com/validator-labs/validator/compare/v0.1.0...v0.1.1) (2024-08-05) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 8d8bb5cd..9b536ac9 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.1 +version: 0.1.2 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 731e703c..3695ff53 100644 --- a/chart/validator/README.md +++ b/chart/validator/README.md @@ -24,7 +24,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.1"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` | | `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 8b1635f5..24af936f 100644 --- a/chart/validator/values.yaml +++ b/chart/validator/values.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator - tag: v0.1.1 # x-release-please-version + tag: v0.1.2 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/chart/values-base.yaml b/hack/chart/values-base.yaml index 63b31c29..cb50d7d4 100644 --- a/hack/chart/values-base.yaml +++ b/hack/chart/values-base.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator - tag: v0.1.1 # x-release-please-version + tag: v0.1.2 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/hauler-manifest-template.yaml b/hack/hauler-manifest-template.yaml index fa917c0b..fced805e 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.1 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.2 # 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} @@ -27,7 +27,7 @@ spec: charts: - name: validator repoURL: https://validator-labs.github.io/validator - version: 0.1.1 # x-release-please-version + version: 0.1.2 # 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 f1fa27ca..7d629839 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.1 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.2 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v0.1.3 - name: quay.io/validator-labs/validator-plugin-azure:v0.0.15 - name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4 @@ -27,7 +27,7 @@ spec: charts: - name: validator repoURL: https://validator-labs.github.io/validator - version: 0.1.1 # x-release-please-version + version: 0.1.2 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: 0.1.3