diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6dfcd3..c4189c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.13"} +{".":"0.0.14"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7781368..b2e291e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.14](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.13...v0.0.14) (2025-01-26) + + +### Bug Fixes + +* add validator back to scheme ([#196](https://github.com/validator-labs/validator-plugin-maas/issues/196)) ([b53d6da](https://github.com/validator-labs/validator-plugin-maas/commit/b53d6da94bb104a9d05be7a486f095f2e2996368)) + + +### Dependency Updates + +* **deps:** update all non-major dependencies to v0.31.4 ([#191](https://github.com/validator-labs/validator-plugin-maas/issues/191)) ([33ebac4](https://github.com/validator-labs/validator-plugin-maas/commit/33ebac46d6aaaa325f6893b5f518f6c7994cb5f5)) +* **deps:** update build digest to 1af2678 ([#198](https://github.com/validator-labs/validator-plugin-maas/issues/198)) ([cebdbd3](https://github.com/validator-labs/validator-plugin-maas/commit/cebdbd3c50302d34dba1bbe242300768f23ffe5b)) +* **deps:** update build digest to 1b51737 ([#199](https://github.com/validator-labs/validator-plugin-maas/issues/199)) ([81e5059](https://github.com/validator-labs/validator-plugin-maas/commit/81e505912949befb8a4218eed966d518154937ea)) +* **deps:** update build digest to 3236c04 ([#202](https://github.com/validator-labs/validator-plugin-maas/issues/202)) ([1cdc7e4](https://github.com/validator-labs/validator-plugin-maas/commit/1cdc7e46680610da7a1870408fb80b9baf75f244)) +* **deps:** update build digest to 454e459 ([#201](https://github.com/validator-labs/validator-plugin-maas/issues/201)) ([d5271f3](https://github.com/validator-labs/validator-plugin-maas/commit/d5271f3fae25b0250eb07df64d4c4642e678c6a3)) +* **deps:** update build digest to 5e4aaa9 ([#193](https://github.com/validator-labs/validator-plugin-maas/issues/193)) ([625e2b9](https://github.com/validator-labs/validator-plugin-maas/commit/625e2b942745ad2f08fe3e4700f62dae47fdd432)) +* **deps:** update build digest to 6a4c752 ([#203](https://github.com/validator-labs/validator-plugin-maas/issues/203)) ([e604fa6](https://github.com/validator-labs/validator-plugin-maas/commit/e604fa6fcdeaec014a5d8a57dd478f5c806eb54e)) +* **deps:** update build digest to 9734871 ([#195](https://github.com/validator-labs/validator-plugin-maas/issues/195)) ([3c022ed](https://github.com/validator-labs/validator-plugin-maas/commit/3c022ed171e0298dcb0d2b69a1be78feb74769d9)) +* **deps:** update build digest to aa32dd3 ([#197](https://github.com/validator-labs/validator-plugin-maas/issues/197)) ([1bd4fde](https://github.com/validator-labs/validator-plugin-maas/commit/1bd4fde130d00f370fa479e6c42c8d13917d818b)) +* **deps:** update build digest to b554bf5 ([#200](https://github.com/validator-labs/validator-plugin-maas/issues/200)) ([0bdcb51](https://github.com/validator-labs/validator-plugin-maas/commit/0bdcb519d548a5c891de4b85ad454af16251546c)) + ## [0.0.13](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.12...v0.0.13) (2024-12-11) diff --git a/chart/validator-plugin-maas/Chart.yaml b/chart/validator-plugin-maas/Chart.yaml index 91ef479..3b5fb45 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.13 +version: 0.0.14 appVersion: 0.0.1 diff --git a/chart/validator-plugin-maas/README.md b/chart/validator-plugin-maas/README.md index 79e8530..fcb2cc5 100644 --- a/chart/validator-plugin-maas/README.md +++ b/chart/validator-plugin-maas/README.md @@ -15,7 +15,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.13"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.14"` | | `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 f6d0c7f..db3db9f 100644 --- a/chart/validator-plugin-maas/values.yaml +++ b/chart/validator-plugin-maas/values.yaml @@ -11,7 +11,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator-plugin-maas - tag: v0.0.13 # x-release-please-version + tag: v0.0.14 # x-release-please-version resources: limits: cpu: 500m