From 675d595bfbf39656fd46eae0f1bc348295252f98 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Tue, 28 May 2024 16:52:06 -0600 Subject: [PATCH] chore(main): release 0.0.41 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ chart/validator/Chart.yaml | 2 +- chart/validator/README.md | 2 +- chart/validator/values.yaml | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10901ee7..3d4cf57d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.40"} \ No newline at end of file +{".":"0.0.41"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb30cc8..0cb766bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.0.41](https://github.com/validator-labs/validator/compare/v0.0.40...v0.0.41) (2024-05-28) + + +### Bug Fixes + +* **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to v1.34.1-20240205164452-95dfd137cb54.1 ([#226](https://github.com/validator-labs/validator/issues/226)) ([a56978b](https://github.com/validator-labs/validator/commit/a56978bce5ed3dc4fe0a7948968db55c87e39158)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.7.2 ([#239](https://github.com/validator-labs/validator/issues/239)) ([7cf4e39](https://github.com/validator-labs/validator/commit/7cf4e39f0b39ad76e6b62e20f637f97f9c39e045)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.2 ([#181](https://github.com/validator-labs/validator/issues/181)) ([748f08e](https://github.com/validator-labs/validator/commit/748f08e7b1dd5c34f3befb65e6e1e5f5f72d96fe)) + + +### Other + +* bump vsphere plugin version in helm chart ([#259](https://github.com/validator-labs/validator/issues/259)) ([71e9a93](https://github.com/validator-labs/validator/commit/71e9a93f11683f711680df15c0aa94e57451ddf8)) +* **deps:** bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([#241](https://github.com/validator-labs/validator/issues/241)) ([0dd0f91](https://github.com/validator-labs/validator/commit/0dd0f913575150597370c8ecad84ef8e9424f220)) +* **deps:** update actions/checkout digest to 0ad4b8f ([#247](https://github.com/validator-labs/validator/issues/247)) ([a91696d](https://github.com/validator-labs/validator/commit/a91696da67b5b184924f0c66d528dd3afe5defe8)) +* **deps:** update actions/setup-python digest to 82c7e63 ([#246](https://github.com/validator-labs/validator/issues/246)) ([22ad332](https://github.com/validator-labs/validator/commit/22ad3320e5fb61fd3173d15e1c82bbb8ac971777)) +* **deps:** update azure/setup-helm digest to fe7b79c ([#227](https://github.com/validator-labs/validator/issues/227)) ([d6f94c8](https://github.com/validator-labs/validator/commit/d6f94c85ba2ce313f58b4e4d1a4ace3d1ecee1d3)) +* **deps:** update docker/build-push-action digest to 2cdde99 ([#228](https://github.com/validator-labs/validator/issues/228)) ([f3558fd](https://github.com/validator-labs/validator/commit/f3558fdfdd4dfb7338ee6773cccc1267a7f2be54)) +* **deps:** update google-github-actions/release-please-action digest to e4dc86b ([#234](https://github.com/validator-labs/validator/issues/234)) ([9af8d09](https://github.com/validator-labs/validator/commit/9af8d09afcfdd1ae1eed8f3b4e3bd3f857d41da8)) +* **deps:** update helm/kind-action action to v1.10.0 ([#209](https://github.com/validator-labs/validator/issues/209)) ([1beea2d](https://github.com/validator-labs/validator/commit/1beea2d6e0242db6822708dec58e0d9b47ae3fe5)) +* **deps:** update softprops/action-gh-release action to v2 ([#229](https://github.com/validator-labs/validator/issues/229)) ([c273c84](https://github.com/validator-labs/validator/commit/c273c844994f623fa3611e4f44b71cd1c5d40548)) + ## [0.0.40](https://github.com/validator-labs/validator/compare/v0.0.39...v0.0.40) (2024-05-17) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 4ad27b33..4660823f 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.0.40 +version: 0.0.41 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 085b4261..8931de8b 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.0.40"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.41"` | | `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 2450b2c6..41dd791d 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.0.40 # x-release-please-version + tag: v0.0.41 # x-release-please-version resources: limits: cpu: 500m