diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0658be82..c842d72f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.28"} \ No newline at end of file +{".":"0.0.29"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 65efe6b0..38dae33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.29](https://github.com/spectrocloud-labs/validator/compare/v0.0.28...v0.0.29) (2023-12-19) + + +### Features + +* implement client to send FinalizeCleanup requests to spectro-cleanup ([#155](https://github.com/spectrocloud-labs/validator/issues/155)) ([2ae0348](https://github.com/spectrocloud-labs/validator/commit/2ae03480b48d7b1bffb20227889c7f1c2a12f60e)) + + +### Bug Fixes + +* resolve all gosec issues ([#158](https://github.com/spectrocloud-labs/validator/issues/158)) ([dbca19b](https://github.com/spectrocloud-labs/validator/commit/dbca19bc47ae73a1589ba2b561002a431b881d12)) +* use http to make request to gRPC server ([#157](https://github.com/spectrocloud-labs/validator/issues/157)) ([1c960f8](https://github.com/spectrocloud-labs/validator/commit/1c960f80e2014d87696f993a598ecd49d36fc84b)) + + +### Other + +* **deps:** update actions/setup-go action to v5 ([#147](https://github.com/spectrocloud-labs/validator/issues/147)) ([335d452](https://github.com/spectrocloud-labs/validator/commit/335d452d73f4ec5d86ca9cb00d2d5cb9598c0c0b)) +* **deps:** update actions/setup-python action to v5 ([#146](https://github.com/spectrocloud-labs/validator/issues/146)) ([d8fec57](https://github.com/spectrocloud-labs/validator/commit/d8fec5758fb948ee758c5a1deb1f4c4d9fe86d63)) + ## [0.0.28](https://github.com/spectrocloud-labs/validator/compare/v0.0.27...v0.0.28) (2023-12-04) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 7e564d90..30a8cb48 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.28 +version: 0.0.29 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 191b7a6c..88f57a45 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.28"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.29"` | | `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 6bf2533c..48445e40 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.28 # x-release-please-version + tag: v0.0.29 # x-release-please-version resources: limits: cpu: 500m