diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e16b7397..896376d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.4"} \ No newline at end of file +{".":"0.1.5"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da2b72d..268c4ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.5](https://github.com/validator-labs/validator/compare/v0.1.4...v0.1.5) (2024-08-14) + + +### Bug Fixes + +* ensure all oci auth secrets in values.yaml are created ([#390](https://github.com/validator-labs/validator/issues/390)) ([8c0e4fb](https://github.com/validator-labs/validator/commit/8c0e4fbc6a0a8537fa2a82bfe45d4ec835de428a)) + + +### Dependency Updates + +* **deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([#383](https://github.com/validator-labs/validator/issues/383)) ([f909931](https://github.com/validator-labs/validator/commit/f909931ca69a8c4f966f32b75f6af01e75d769b9)) + ## [0.1.4](https://github.com/validator-labs/validator/compare/v0.1.3...v0.1.4) (2024-08-13) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 19fd5fc1..25ebae0b 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.4 +version: 0.1.5 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 8b73f8af..0f0b37b5 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.4"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.5"` | | `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 17bd25a7..43603af2 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.4 # x-release-please-version + tag: v0.1.5 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/chart/values-base.yaml b/hack/chart/values-base.yaml index ac167a8e..2e801534 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.4 # x-release-please-version + tag: v0.1.5 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/hauler-manifest-template.yaml b/hack/hauler-manifest-template.yaml index 6c57ff07..d72d281b 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.4 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.5 # 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.4 # x-release-please-version + version: 0.1.5 # 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 027aba73..03fa1f44 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.4 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.5 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v0.1.4 - name: quay.io/validator-labs/validator-plugin-azure:v0.0.16 - 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.4 # x-release-please-version + version: 0.1.5 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: 0.1.4