diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e4a62e7..366afb10 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.30"} \ No newline at end of file +{".":"0.0.31"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44200b69..4650ad45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.31](https://github.com/spectrocloud-labs/validator/compare/v0.0.30...v0.0.31) (2023-12-26) + + +### Features + +* add caFile Helm option ([#166](https://github.com/spectrocloud-labs/validator/issues/166)) ([2425599](https://github.com/spectrocloud-labs/validator/commit/24255997119b75edde4e8f94568a906c7da6b37f)) + ## [0.0.30](https://github.com/spectrocloud-labs/validator/compare/v0.0.29...v0.0.30) (2023-12-19) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 4f036344..31378d31 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.30 +version: 0.0.31 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 89d99b30..9ed89321 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.30"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.31"` | | `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 cc878428..6c0cf41e 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.30 # x-release-please-version + tag: v0.0.31 # x-release-please-version resources: limits: cpu: 500m