From 03318323a8067b75f9c407c00dbf5cf869a08c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:00:17 -0700 Subject: [PATCH] chore(main): release 0.0.23 (#124) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ chart/validator/Chart.yaml | 4 ++-- chart/validator/README.md | 2 +- chart/validator/values.yaml | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58fec228..ebed0459 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.22"} \ No newline at end of file +{".":"0.0.23"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index babb5a24..bb2e1432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.23](https://github.com/spectrocloud-labs/validator/compare/v0.0.22...v0.0.23) (2023-11-17) + + +### Bug Fixes + +* quote all optional fields in sink secret ([e0a1365](https://github.com/spectrocloud-labs/validator/commit/e0a1365d577f329c8dc4d0bca8f6d3eb25e0c9c5)) + + +### Other + +* **deps:** update docker/build-push-action digest to 4a13e50 ([#119](https://github.com/spectrocloud-labs/validator/issues/119)) ([24b3bfc](https://github.com/spectrocloud-labs/validator/commit/24b3bfc927dc5d04fa77b58157bda2f2f18fcb12)) + ## [0.0.22](https://github.com/spectrocloud-labs/validator/compare/v0.0.21...v0.0.22) (2023-11-17) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index bf2ba32f..b6d69172 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.22 # x-release-please-version -appVersion: "0.0.22" # x-release-please-version +version: 0.0.23 # x-release-please-version +appVersion: "0.0.23" # x-release-please-version diff --git a/chart/validator/README.md b/chart/validator/README.md index f12879ec..6c262177 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.22"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.23"` | | `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 ee843772..6787152f 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.22 # x-release-please-version + tag: v0.0.23 # x-release-please-version resources: limits: cpu: 500m