From 94bf239ebedb67dd3f37fe81122fd158c9fb2599 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:50:33 +0000 Subject: [PATCH] chore(main): release 0.0.19 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ chart/validator/Chart.yaml | 4 ++-- chart/validator/README.md | 2 +- chart/validator/values.yaml | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc3c165b..7538b77a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.18"} \ No newline at end of file +{".":"0.0.19"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 49eb20e9..2cb66ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.19](https://github.com/spectrocloud-labs/validator/compare/v0.0.18...v0.0.19) (2023-11-16) + + +### Features + +* add alertmanager sink ([#107](https://github.com/spectrocloud-labs/validator/issues/107)) ([855e70e](https://github.com/spectrocloud-labs/validator/commit/855e70e69c67cd338f83add9b0b18026e3395184)) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.28.4 ([#112](https://github.com/spectrocloud-labs/validator/issues/112)) ([fc10444](https://github.com/spectrocloud-labs/validator/commit/fc104445fab89a663ff0e3fee8ea500b1d0a0904)) +* ensure plugin removal during Helm uninstall ([#111](https://github.com/spectrocloud-labs/validator/issues/111)) ([0917418](https://github.com/spectrocloud-labs/validator/commit/0917418b6ae3f2940bf8048c0cb09ca4056f21da)) + + +### Docs + +* issue template addition ([#109](https://github.com/spectrocloud-labs/validator/issues/109)) ([36ce4a1](https://github.com/spectrocloud-labs/validator/commit/36ce4a1d5630c22b39d481bc45641c5c06e6db04)) + ## [0.0.18](https://github.com/spectrocloud-labs/validator/compare/v0.0.17...v0.0.18) (2023-11-12) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index e60d98cc..5cf96280 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.18 # x-release-please-version -appVersion: "0.0.18" # x-release-please-version +version: 0.0.19 # x-release-please-version +appVersion: "0.0.19" # x-release-please-version diff --git a/chart/validator/README.md b/chart/validator/README.md index b0d7e41f..57cecc41 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.18"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.19"` | | `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 4f4a981c..d84c8262 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.18 # x-release-please-version + tag: v0.0.19 # x-release-please-version resources: limits: cpu: 500m