diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fdc8051..9e1af485 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.12"} \ No newline at end of file +{".":"0.1.13"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b89573d..dc1cac0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.1.13](https://github.com/validator-labs/validator/compare/v0.1.12...v0.1.13) (2024-10-21) + + +### Features + +* frequency annotation helper ([#422](https://github.com/validator-labs/validator/issues/422)) ([b2ca83f](https://github.com/validator-labs/validator/commit/b2ca83f7052037c5a6c08c9974abaea65c2c2a9b)) + + +### Dependency Updates + +* **deps:** update actions/checkout digest to eef6144 ([#426](https://github.com/validator-labs/validator/issues/426)) ([ae9976f](https://github.com/validator-labs/validator/commit/ae9976fac047431dddf51d88c9ad3f72e9b40623)) +* **deps:** update golang.org/x/exp digest to f66d83c ([#425](https://github.com/validator-labs/validator/issues/425)) ([edf709b](https://github.com/validator-labs/validator/commit/edf709b18478b821097b0f4c20feb2edc99ee7a0)) +* **deps:** update kubernetes packages to v0.31.1 ([#388](https://github.com/validator-labs/validator/issues/388)) ([5459610](https://github.com/validator-labs/validator/commit/5459610bffee6262b35e069ece63dd5417a6b39a)) +* **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/connectrpc/go to v1.17.0-20240205164452-95dfd137cb54.1 ([#421](https://github.com/validator-labs/validator/issues/421)) ([274ba08](https://github.com/validator-labs/validator/commit/274ba08ce9e96b730c2f27e449454752eea82cf0)) +* **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to v1.35.1-20240205164452-95dfd137cb54.1 ([#428](https://github.com/validator-labs/validator/issues/428)) ([728bbf1](https://github.com/validator-labs/validator/commit/728bbf1f321e7aa8a932af9072ba91e7cf0a6f1e)) +* **deps:** update module connectrpc.com/connect to v1.17.0 ([#420](https://github.com/validator-labs/validator/issues/420)) ([1425343](https://github.com/validator-labs/validator/commit/14253432eb8778ac69da30fabd0cbfcd49dbd02f)) +* **deps:** update module github.com/slack-go/slack to v0.15.0 ([#429](https://github.com/validator-labs/validator/issues/429)) ([2ce3b4b](https://github.com/validator-labs/validator/commit/2ce3b4bacbd8eb11eca5d8ce0d9807b36dcd0767)) +* **deps:** update module github.com/validator-labs/validator-plugin-oci to v0.3.3 ([#396](https://github.com/validator-labs/validator/issues/396)) ([011d5bd](https://github.com/validator-labs/validator/commit/011d5bd9ce2b5a5821858b0ac3e0081fff193a7c)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.8.3 ([#418](https://github.com/validator-labs/validator/issues/418)) ([735df90](https://github.com/validator-labs/validator/commit/735df9000900b05f9946288ca2e46002e79e5344)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.8.4 ([#427](https://github.com/validator-labs/validator/issues/427)) ([67fbcfc](https://github.com/validator-labs/validator/commit/67fbcfcb163fb76c781461faa3004c7e3d228077)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#392](https://github.com/validator-labs/validator/issues/392)) ([1c87bd3](https://github.com/validator-labs/validator/commit/1c87bd3fd905661b0eb6dc7d61f88e93bcea2940)) + ## [0.1.12](https://github.com/validator-labs/validator/compare/v0.1.11...v0.1.12) (2024-10-03) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index d9df274e..346f58c7 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.12 +version: 0.1.13 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index dd1d6283..e619372a 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.12"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.13"` | | `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 158454a4..5f41a7e7 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.12 # x-release-please-version + tag: v0.1.13 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/chart/values-base.yaml b/hack/chart/values-base.yaml index a872e1d4..75285ae8 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.12 # x-release-please-version + tag: v0.1.13 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/hauler-manifest-template.yaml b/hack/hauler-manifest-template.yaml index 1f8e14ec..e5449caf 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.12 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.13 # 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.12 # x-release-please-version + version: 0.1.13 # 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 cac21214..7d9b51e9 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.12 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.13 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v0.1.7 - name: quay.io/validator-labs/validator-plugin-azure:v0.0.21 - 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.12 # x-release-please-version + version: 0.1.13 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: 0.1.7