diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 22f79b47..74d736e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.16"} \ No newline at end of file +{".":"0.0.17"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c51d8fd..d9861801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.17](https://github.com/spectrocloud-labs/validator/compare/v0.0.16...v0.0.17) (2023-11-10) + + +### Bug Fixes + +* ensure ValidationResult Status resets to successful if all checks pass ([10237c5](https://github.com/spectrocloud-labs/validator/commit/10237c5a17adbc61288c6c6b9b981b072ea0e46f)) + + +### Other + +* add coverage report ([#100](https://github.com/spectrocloud-labs/validator/issues/100)) ([5d24704](https://github.com/spectrocloud-labs/validator/commit/5d2470488e1a09ca0d0f623762ae926dea5ba3ef)) + ## [0.0.16](https://github.com/spectrocloud-labs/validator/compare/v0.0.15...v0.0.16) (2023-11-10) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 58453e31..44368472 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.16 # x-release-please-version -appVersion: "0.0.16" # x-release-please-version +version: 0.0.17 # x-release-please-version +appVersion: "0.0.17" # x-release-please-version diff --git a/chart/validator/README.md b/chart/validator/README.md index 4316bd15..c812a340 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.16"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.17"` | | `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 060407f0..a7133351 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.16 # x-release-please-version + tag: v0.0.17 # x-release-please-version resources: limits: cpu: 500m