From 774a7be24cb1545a7c88c58ded9a946fa748b263 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Fri, 23 Aug 2024 01:10:43 -0600 Subject: [PATCH] chore(main): release 0.0.10 (#136) :robot: I have created a release *beep* *boop* --- ## [0.0.10](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.9...v0.0.10) (2024-08-23) ### Bug Fixes * embedding structs related to `validationrule.Interface` ([#135](https://github.com/validator-labs/validator-plugin-maas/issues/135)) ([166aece](https://github.com/validator-labs/validator-plugin-maas/commit/166aece4db00b56d4857b1ed2c0118f65a5a6faa)) ### Other * assert that PluginSpec is implemented ([#133](https://github.com/validator-labs/validator-plugin-maas/issues/133)) ([e280094](https://github.com/validator-labs/validator-plugin-maas/commit/e280094220ac7eb6311cdd48d235b18b0edc8c64)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ chart/validator-plugin-maas/Chart.yaml | 2 +- chart/validator-plugin-maas/README.md | 2 +- chart/validator-plugin-maas/values.yaml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d346b0..d6b2129 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.9"} +{".":"0.0.10"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c58d5c0..1b3b56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.10](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.9...v0.0.10) (2024-08-23) + + +### Bug Fixes + +* embedding structs related to `validationrule.Interface` ([#135](https://github.com/validator-labs/validator-plugin-maas/issues/135)) ([166aece](https://github.com/validator-labs/validator-plugin-maas/commit/166aece4db00b56d4857b1ed2c0118f65a5a6faa)) + + +### Other + +* assert that PluginSpec is implemented ([#133](https://github.com/validator-labs/validator-plugin-maas/issues/133)) ([e280094](https://github.com/validator-labs/validator-plugin-maas/commit/e280094220ac7eb6311cdd48d235b18b0edc8c64)) + ## [0.0.9](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.8...v0.0.9) (2024-08-23) diff --git a/chart/validator-plugin-maas/Chart.yaml b/chart/validator-plugin-maas/Chart.yaml index c4892ad..091dccc 100644 --- a/chart/validator-plugin-maas/Chart.yaml +++ b/chart/validator-plugin-maas/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: validator-plugin-maas description: Perform various validations against a MaaS instance type: application -version: 0.0.9 +version: 0.0.10 appVersion: 0.0.1 diff --git a/chart/validator-plugin-maas/README.md b/chart/validator-plugin-maas/README.md index bf07ccf..2dd53e5 100644 --- a/chart/validator-plugin-maas/README.md +++ b/chart/validator-plugin-maas/README.md @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-ma | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-maas"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.9"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.10"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/validator-plugin-maas/values.yaml b/chart/validator-plugin-maas/values.yaml index 15758c3..93dc03b 100644 --- a/chart/validator-plugin-maas/values.yaml +++ b/chart/validator-plugin-maas/values.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator-plugin-maas - tag: v0.0.9 # x-release-please-version + tag: v0.0.10 # x-release-please-version resources: limits: cpu: 500m