diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 27c37497..0658be82 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.27"} \ No newline at end of file +{".":"0.0.28"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7d947f..65efe6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.0.28](https://github.com/spectrocloud-labs/validator/compare/v0.0.27...v0.0.28) (2023-12-04) + + +### Features + +* add OCI plugin ([#139](https://github.com/spectrocloud-labs/validator/issues/139)) ([3ae7b70](https://github.com/spectrocloud-labs/validator/commit/3ae7b70920ed27f8ad1325fdbe0461c71ae48a71)) + + +### Bug Fixes + +* delete plugins in parallel to avoid hitting timeouts ([#141](https://github.com/spectrocloud-labs/validator/issues/141)) ([a3fc0dc](https://github.com/spectrocloud-labs/validator/commit/a3fc0dc56c7c1964b2ee38b666a866c78711010e)) +* dynamically set cleanup wait time ([#143](https://github.com/spectrocloud-labs/validator/issues/143)) ([13d0399](https://github.com/spectrocloud-labs/validator/commit/13d039915a4f5d9c66dae3c6938f55fc2ff210d6)) + + +### Other + +* Bump vsphere plugin version to 0.0.15 ([#142](https://github.com/spectrocloud-labs/validator/issues/142)) ([8b69b33](https://github.com/spectrocloud-labs/validator/commit/8b69b33463280ab3f44330f037f2958c41367d9a)) +* **deps:** update anchore/sbom-action action to v0.15.1 ([#145](https://github.com/spectrocloud-labs/validator/issues/145)) ([7cbb94c](https://github.com/spectrocloud-labs/validator/commit/7cbb94c17599865ea68e7fe1019cb93acad37524)) +* **deps:** update google-github-actions/release-please-action action to v4 ([#144](https://github.com/spectrocloud-labs/validator/issues/144)) ([c4d008c](https://github.com/spectrocloud-labs/validator/commit/c4d008c391fbf4c0bcd932668ed0684b571fa7fe)) + ## [0.0.27](https://github.com/spectrocloud-labs/validator/compare/v0.0.26...v0.0.27) (2023-11-29) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 4acf798a..7e564d90 100644 --- a/chart/validator/Chart.yaml +++ b/chart/validator/Chart.yaml @@ -1,6 +1,8 @@ apiVersion: v2 name: validator -description: Monitor results created by validator plugins and upload them to a configurable sink +description: >- + Monitor results created by validator plugins and upload them to a configurable + sink type: application -version: 0.0.27 # x-release-please-version -appVersion: "0.0.27" # x-release-please-version +version: 0.0.28 +appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index b214553a..191b7a6c 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.27"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.28"` | | `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 5c666f52..6bf2533c 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.27 # x-release-please-version + tag: v0.0.28 # x-release-please-version resources: limits: cpu: 500m