diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d05475c6..7c328ee1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.36"} \ No newline at end of file +{".":"0.0.37"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2796c3a4..a270ed0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.37](https://github.com/spectrocloud-labs/validator/compare/v0.0.36...v0.0.37) (2024-03-12) + + +### Features + +* update multiple validation rule results at once ([#237](https://github.com/spectrocloud-labs/validator/issues/237)) ([5425ad0](https://github.com/spectrocloud-labs/validator/commit/5425ad0491be1e4765e3c90ccdce576f257bcdf7)) + + +### Refactoring + +* replace custom retries w/ patch helpers; make SinkState a condition ([#233](https://github.com/spectrocloud-labs/validator/issues/233)) ([38f1bc5](https://github.com/spectrocloud-labs/validator/commit/38f1bc58d1bcbf2cc83d7ee252ae56506859885d)) + ## [0.0.36](https://github.com/spectrocloud-labs/validator/compare/v0.0.35...v0.0.36) (2024-03-08) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index f0ddfc35..bc8e156f 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.36 +version: 0.0.37 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index 1ad13967..68ad18fa 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.36"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.37"` | | `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 cf7082ab..ebc23efe 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.36 # x-release-please-version + tag: v0.0.37 # x-release-please-version resources: limits: cpu: 500m