From 55ab957d080a59726104d6e6e11af37efbc87c30 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Fri, 23 Aug 2024 01:42:17 -0600 Subject: [PATCH] chore(main): release 0.1.6 (#478) :robot: I have created a release *beep* *boop* --- ## [0.1.6](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.5...v0.1.6) (2024-08-23) ### Bug Fixes * embedding structs related to `validationrule.Interface` ([#476](https://github.com/validator-labs/validator-plugin-aws/issues/476)) ([549bc33](https://github.com/validator-labs/validator-plugin-aws/commit/549bc333a2c0b4b1ed87815e68f31588651ef8c9)) ### Other * assert that PluginSpec is implemented ([#474](https://github.com/validator-labs/validator-plugin-aws/issues/474)) ([cae368b](https://github.com/validator-labs/validator-plugin-aws/commit/cae368b57613f7514a91f29d2bfd6d71f5fd05bb)) --- 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-aws/Chart.yaml | 2 +- chart/validator-plugin-aws/README.md | 2 +- chart/validator-plugin-aws/values.yaml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 896376d0..e1d78c71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.5"} \ No newline at end of file +{".":"0.1.6"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 961148a2..c1c4404b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.6](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.5...v0.1.6) (2024-08-23) + + +### Bug Fixes + +* embedding structs related to `validationrule.Interface` ([#476](https://github.com/validator-labs/validator-plugin-aws/issues/476)) ([549bc33](https://github.com/validator-labs/validator-plugin-aws/commit/549bc333a2c0b4b1ed87815e68f31588651ef8c9)) + + +### Other + +* assert that PluginSpec is implemented ([#474](https://github.com/validator-labs/validator-plugin-aws/issues/474)) ([cae368b](https://github.com/validator-labs/validator-plugin-aws/commit/cae368b57613f7514a91f29d2bfd6d71f5fd05bb)) + ## [0.1.5](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.4...v0.1.5) (2024-08-22) diff --git a/chart/validator-plugin-aws/Chart.yaml b/chart/validator-plugin-aws/Chart.yaml index 0d539eca..afbef893 100644 --- a/chart/validator-plugin-aws/Chart.yaml +++ b/chart/validator-plugin-aws/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: validator-plugin-aws description: Perform various AWS validations (IAM, Service Quotas, Tags) type: application -version: 0.1.5 +version: 0.1.6 appVersion: 0.0.18 diff --git a/chart/validator-plugin-aws/README.md b/chart/validator-plugin-aws/README.md index e5ccc840..dcf1ac12 100644 --- a/chart/validator-plugin-aws/README.md +++ b/chart/validator-plugin-aws/README.md @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-aws"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.5"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.6"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/validator-plugin-aws/values.yaml b/chart/validator-plugin-aws/values.yaml index 4e4be0b7..38d99924 100644 --- a/chart/validator-plugin-aws/values.yaml +++ b/chart/validator-plugin-aws/values.yaml @@ -31,7 +31,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator-plugin-aws - tag: v0.1.5 # x-release-please-version + tag: v0.1.6 # x-release-please-version resources: limits: cpu: 500m