From 7b3af63651e50f6dc7393b0de2361d1605d249d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:30:26 -0700 Subject: [PATCH] chore(main): release 0.0.25 (#128) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ chart/validator/Chart.yaml | 4 ++-- chart/validator/README.md | 2 +- chart/validator/values.yaml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9719212..1ed43e19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.24"} \ No newline at end of file +{".":"0.0.25"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f01de94..f0def230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.25](https://github.com/spectrocloud-labs/validator/compare/v0.0.24...v0.0.25) (2023-11-17) + + +### Bug Fixes + +* remove redundant b64 in vsphere secret ([f7f0555](https://github.com/spectrocloud-labs/validator/commit/f7f0555f9ad87a6726406c0b39c172e545ad9067)) + ## [0.0.24](https://github.com/spectrocloud-labs/validator/compare/v0.0.23...v0.0.24) (2023-11-17) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index d88dbd4c..07d9cc0d 100644 --- a/chart/validator/Chart.yaml +++ b/chart/validator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: validator description: Monitor results created by validator plugins and upload them to a configurable sink type: application -version: 0.0.24 # x-release-please-version -appVersion: "0.0.24" # x-release-please-version +version: 0.0.25 # x-release-please-version +appVersion: "0.0.25" # x-release-please-version diff --git a/chart/validator/README.md b/chart/validator/README.md index 16c332e0..781abc4b 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/spectrocloud-labs/validator"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.24"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.25"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/validator/values.yaml b/chart/validator/values.yaml index b6e04ed9..fc42408d 100644 --- a/chart/validator/values.yaml +++ b/chart/validator/values.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/spectrocloud-labs/validator - tag: v0.0.24 # x-release-please-version + tag: v0.0.25 # x-release-please-version resources: limits: cpu: 500m