diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41f89fb2..609e8c58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.11"} \ No newline at end of file +{".":"0.0.13"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cd9fe5..097ae4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.0.13](https://github.com/spectrocloud-labs/validator/compare/v0.0.11...v0.0.13) (2023-11-10) + + +### Bug Fixes + +* handle VRs w/ multiple conditions ([8a3a243](https://github.com/spectrocloud-labs/validator/commit/8a3a2431dbd317dce80376c64d336317c688c2a3)) +* omit sink state from hash to avoid double-emitting on VR creation ([071b960](https://github.com/spectrocloud-labs/validator/commit/071b9602fee35262a66a9f403ceb878ac4a422b4)) + + +### Other + +* release 0.0.12 ([4903786](https://github.com/spectrocloud-labs/validator/commit/49037866402a7f16ef2c15cf172a11626392b9ff)) +* release 0.0.13 ([1233488](https://github.com/spectrocloud-labs/validator/commit/1233488756f02cd3de9ee2a0d800cb29522545c8)) +* Update default values.yaml ([f9af283](https://github.com/spectrocloud-labs/validator/commit/f9af2832bd652c9ea404d08936a6879930d29753)) + + +### Refactoring + +* change devspace port; always use exponential backoff; tidy validation result helpers ([c866429](https://github.com/spectrocloud-labs/validator/commit/c866429772e8d301916eed7ea8908b811cad3e7c)) + ## [0.0.11](https://github.com/spectrocloud-labs/validator/compare/v0.0.10...v0.0.11) (2023-11-09) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 33f78090..b31a086e 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.11 # x-release-please-version -appVersion: "0.0.11" # x-release-please-version +version: 0.0.13 # x-release-please-version +appVersion: "0.0.13" # x-release-please-version diff --git a/chart/validator/README.md b/chart/validator/README.md index b61fe5dd..e5151951 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.11"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.13"` | | `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 4802ea67..5c243ab4 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.11 # x-release-please-version + tag: v0.0.13 # x-release-please-version resources: limits: cpu: 500m