diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c842d72f..2e4a62e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.29"} \ No newline at end of file +{".":"0.0.30"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dae33b..44200b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.30](https://github.com/spectrocloud-labs/validator/compare/v0.0.29...v0.0.30) (2023-12-19) + + +### Features + +* update helm chart to enable fast cleanup in spectro-cleanup via gRPC endpoint ([#156](https://github.com/spectrocloud-labs/validator/issues/156)) ([6f91745](https://github.com/spectrocloud-labs/validator/commit/6f91745c9db6e92071e691a74942c0bb53692384)) + + +### Bug Fixes + +* **deps:** update golang.org/x/exp digest to 73b9e39 ([#151](https://github.com/spectrocloud-labs/validator/issues/151)) ([bfaf2de](https://github.com/spectrocloud-labs/validator/commit/bfaf2de249f6edfb583ff5870be7572ddd2a55ee)) + + +### Other + +* **deps:** update google-github-actions/release-please-action digest to cc61a07 ([#152](https://github.com/spectrocloud-labs/validator/issues/152)) ([908de87](https://github.com/spectrocloud-labs/validator/commit/908de87b359b6e22cb16e69f981d793aec18aa71)) + ## [0.0.29](https://github.com/spectrocloud-labs/validator/compare/v0.0.28...v0.0.29) (2023-12-19) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 30a8cb48..4f036344 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.29 +version: 0.0.30 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 88f57a45..89d99b30 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.29"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.30"` | | `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 d93ba03a..cc878428 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.29 # x-release-please-version + tag: v0.0.30 # x-release-please-version resources: limits: cpu: 500m