From c98e15352366f2c72324c046c9ad8aff79e24128 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 20 Jun 2024 01:44:52 -0600 Subject: [PATCH] chore(main): release 0.0.43 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ chart/validator/Chart.yaml | 2 +- chart/validator/README.md | 2 +- chart/validator/values.yaml | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69aa27c5..bc7547aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.42"} \ No newline at end of file +{".":"0.0.43"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0385cc80..4d5550f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.43](https://github.com/validator-labs/validator/compare/v0.0.42...v0.0.43) (2024-06-20) + + +### Bug Fixes + +* **deps:** update golang.org/x/exp digest to 7f521ea ([#292](https://github.com/validator-labs/validator/issues/292)) ([6105c07](https://github.com/validator-labs/validator/commit/6105c072e37dfae5dc30172c439a6e3d816bba6b)) +* **deps:** update kubernetes packages to v0.30.2 ([#291](https://github.com/validator-labs/validator/issues/291)) ([25e6ba7](https://github.com/validator-labs/validator/commit/25e6ba73ef59f144882a94262ad80f6eb7dab2a1)) +* **deps:** update module buf.build/gen/go/spectrocloud/spectro-cleanup/protocolbuffers/go to v1.34.2-20240205164452-95dfd137cb54.2 ([#290](https://github.com/validator-labs/validator/issues/290)) ([ed5b4ee](https://github.com/validator-labs/validator/commit/ed5b4ee083df20b4fced0d5de026dbfc7e8a899b)) +* **deps:** update module k8s.io/klog/v2 to v2.130.0 ([#293](https://github.com/validator-labs/validator/issues/293)) ([86457a3](https://github.com/validator-labs/validator/commit/86457a3b47efbf05bb6380589b45c35e62fe70fa)) +* **deps:** update module k8s.io/klog/v2 to v2.130.1 ([#301](https://github.com/validator-labs/validator/issues/301)) ([89611d8](https://github.com/validator-labs/validator/commit/89611d83111045d191772ada0df766f254780aad)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.7.3 ([#288](https://github.com/validator-labs/validator/issues/288)) ([aab6436](https://github.com/validator-labs/validator/commit/aab6436e146026820a90c652509a65dca2c35e8e)) + + +### Other + +* bump vsphere plugin version to 0.0.23 ([#286](https://github.com/validator-labs/validator/issues/286)) ([3e9c252](https://github.com/validator-labs/validator/commit/3e9c2520d9cf7148b47e130f4273bba19d291dad)) + ## [0.0.42](https://github.com/validator-labs/validator/compare/v0.0.41...v0.0.42) (2024-06-07) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 55f83678..6662a79f 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.42 +version: 0.0.43 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 064f6cbe..95b837fb 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.42"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.43"` | | `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 85b34072..62c6f1d3 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.42 # x-release-please-version + tag: v0.0.43 # x-release-please-version resources: limits: cpu: 500m