From a88011ee376050d8684ea5290075054fa496e8d0 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 28 Nov 2024 08:17:32 -0700 Subject: [PATCH] chore(main): release 0.1.14 (#444) :robot: I have created a release *beep* *boop* --- ## [0.1.14](https://github.com/validator-labs/validator/compare/v0.1.13...v0.1.14) (2024-11-28) ### Dependency Updates * **deps:** update build digest to d0ef938 ([#441](https://github.com/validator-labs/validator/issues/441)) ([044d782](https://github.com/validator-labs/validator/commit/044d782f9698bf84b719929cd3d8b47d399f73e4)) * **deps:** update module github.com/onsi/gomega to v1.36.0 ([#442](https://github.com/validator-labs/validator/issues/442)) ([ceb7392](https://github.com/validator-labs/validator/commit/ceb7392cf7a7d8388070dc11fc91d5d7d92df3a6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Tyler Gillson --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ chart/validator/Chart.yaml | 2 +- chart/validator/README.md | 2 +- chart/validator/values.yaml | 2 +- hack/chart/values-base.yaml | 2 +- hack/hauler-manifest-template.yaml | 4 ++-- hauler-manifest.yaml | 6 +++--- 8 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e1af485..87ea5dca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.13"} \ No newline at end of file +{".":"0.1.14"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e835cba7..6786961d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.14](https://github.com/validator-labs/validator/compare/v0.1.13...v0.1.14) (2024-11-28) + + +### Dependency Updates + +* **deps:** update build digest to d0ef938 ([#441](https://github.com/validator-labs/validator/issues/441)) ([044d782](https://github.com/validator-labs/validator/commit/044d782f9698bf84b719929cd3d8b47d399f73e4)) +* **deps:** update module github.com/onsi/gomega to v1.36.0 ([#442](https://github.com/validator-labs/validator/issues/442)) ([ceb7392](https://github.com/validator-labs/validator/commit/ceb7392cf7a7d8388070dc11fc91d5d7d92df3a6)) + ## [0.1.13](https://github.com/validator-labs/validator/compare/v0.1.12...v0.1.13) (2024-11-22) diff --git a/chart/validator/Chart.yaml b/chart/validator/Chart.yaml index 346f58c7..4b2a4520 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.1.13 +version: 0.1.14 appVersion: 0.0.27 diff --git a/chart/validator/README.md b/chart/validator/README.md index bf9b1a1e..cbbde27f 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/validator-labs/validator"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.13"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.14"` | | `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 b8562b9b..544024c1 100644 --- a/chart/validator/values.yaml +++ b/chart/validator/values.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator - tag: v0.1.13 # x-release-please-version + tag: v0.1.14 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/chart/values-base.yaml b/hack/chart/values-base.yaml index 75285ae8..8ac9b492 100644 --- a/hack/chart/values-base.yaml +++ b/hack/chart/values-base.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator - tag: v0.1.13 # x-release-please-version + tag: v0.1.14 # x-release-please-version resources: limits: cpu: 500m diff --git a/hack/hauler-manifest-template.yaml b/hack/hauler-manifest-template.yaml index e5449caf..86779099 100644 --- a/hack/hauler-manifest-template.yaml +++ b/hack/hauler-manifest-template.yaml @@ -4,7 +4,7 @@ metadata: name: validator-images spec: images: - - name: quay.io/validator-labs/validator:v0.1.13 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.14 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v${AWS_VERSION} - name: quay.io/validator-labs/validator-plugin-azure:v${AZURE_VERSION} - name: quay.io/validator-labs/validator-plugin-kubescape:v${KUBESCAPE_VERSION} @@ -27,7 +27,7 @@ spec: charts: - name: validator repoURL: https://validator-labs.github.io/validator - version: 0.1.13 # x-release-please-version + version: 0.1.14 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: ${AWS_VERSION} diff --git a/hauler-manifest.yaml b/hauler-manifest.yaml index d66f829b..48257663 100644 --- a/hauler-manifest.yaml +++ b/hauler-manifest.yaml @@ -4,7 +4,7 @@ metadata: name: validator-images spec: images: - - name: quay.io/validator-labs/validator:v0.1.13 # x-release-please-version + - name: quay.io/validator-labs/validator:v0.1.14 # x-release-please-version - name: quay.io/validator-labs/validator-plugin-aws:v0.1.10 - name: quay.io/validator-labs/validator-plugin-azure:v0.0.24 - name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.4 @@ -27,7 +27,7 @@ spec: charts: - name: validator repoURL: https://validator-labs.github.io/validator - version: 0.1.13 # x-release-please-version + version: 0.1.14 # x-release-please-version - name: validator-plugin-aws repoURL: https://validator-labs.github.io/validator-plugin-aws version: 0.1.10 @@ -57,4 +57,4 @@ metadata: spec: files: - name: validatorctl - path: https://github.com/validator-labs/validatorctl/releases/download/v0.2.5/validator-linux-ARCH \ No newline at end of file + path: https://github.com/validator-labs/validatorctl/releases/download/v0.2.6/validator-linux-ARCH \ No newline at end of file