From 569d156c614690b074a3e352e29dfe05500fe666 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Fri, 15 Nov 2024 16:03:37 -0700 Subject: [PATCH] chore(main): release 0.1.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 44 ++++++++++++++++++++++++++ chart/validator-plugin-aws/Chart.yaml | 2 +- chart/validator-plugin-aws/README.md | 2 +- chart/validator-plugin-aws/values.yaml | 2 +- 5 files changed, 48 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 173e533c..44a72c4b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.7"} \ No newline at end of file +{".":"0.1.8"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 74727bcd..ebb0df56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [0.1.8](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.7...v0.1.8) (2024-11-15) + + +### Features + +* support inline auth ([#501](https://github.com/validator-labs/validator-plugin-aws/issues/501)) ([1c2fd8a](https://github.com/validator-labs/validator-plugin-aws/commit/1c2fd8ad93f0fd639a826a6f9e82a7489c560c1c)) + + +### Bug Fixes + +* panic when evaluating IAM user rules ([#503](https://github.com/validator-labs/validator-plugin-aws/issues/503)) ([7ab45b6](https://github.com/validator-labs/validator-plugin-aws/commit/7ab45b62f977d598af46c72e662f498442a1bee7)) + + +### Other + +* make reviewable ([#500](https://github.com/validator-labs/validator-plugin-aws/issues/500)) ([75c3305](https://github.com/validator-labs/validator-plugin-aws/commit/75c330501200103c1d2848e2b9e8089fed9a6e18)) +* update renovate.json ([3b73e58](https://github.com/validator-labs/validator-plugin-aws/commit/3b73e58b65a60ccfc4a18cc168c06f0f0d2e93d0)) +* Update renovate.json ([ee977e6](https://github.com/validator-labs/validator-plugin-aws/commit/ee977e6f445c7f6b9f46b413f53d5362de118f60)) + + +### Dependency Updates + +* **deps:** update all non-major dependencies ([#498](https://github.com/validator-labs/validator-plugin-aws/issues/498)) ([17b6291](https://github.com/validator-labs/validator-plugin-aws/commit/17b62915ccab637563814a3c12a7a42ba807a89f)) +* **deps:** update aws-sdk-go-v2 monorepo ([#465](https://github.com/validator-labs/validator-plugin-aws/issues/465)) ([92c4d1b](https://github.com/validator-labs/validator-plugin-aws/commit/92c4d1bd32f49075b901473aab32ce923ef540c3)) +* **deps:** update aws-sdk-go-v2 monorepo ([#493](https://github.com/validator-labs/validator-plugin-aws/issues/493)) ([641afa8](https://github.com/validator-labs/validator-plugin-aws/commit/641afa84e71e874d13cd802a2b50d7c4b1526da2)) +* **deps:** update build digest to 3463b98 ([#506](https://github.com/validator-labs/validator-plugin-aws/issues/506)) ([2825241](https://github.com/validator-labs/validator-plugin-aws/commit/2825241209d8535d8aed6ca3a8240573b7fa36d3)) +* **deps:** update golang.org/x/exp digest to 2d47ceb ([#499](https://github.com/validator-labs/validator-plugin-aws/issues/499)) ([5ba6974](https://github.com/validator-labs/validator-plugin-aws/commit/5ba6974cac902de77b9bdfc4fd5f6a5081299341)) +* **deps:** update golang.org/x/exp digest to e7e105d ([#485](https://github.com/validator-labs/validator-plugin-aws/issues/485)) ([383ece0](https://github.com/validator-labs/validator-plugin-aws/commit/383ece0334828a7c59349770cd686125bc747b4a)) +* **deps:** update golang.org/x/exp digest to f66d83c ([#488](https://github.com/validator-labs/validator-plugin-aws/issues/488)) ([c8d8c69](https://github.com/validator-labs/validator-plugin-aws/commit/c8d8c698f5fa97d402ed0104dc69532baeee78d4)) +* **deps:** update k8s.io/utils digest to 6fe5fd8 ([#505](https://github.com/validator-labs/validator-plugin-aws/issues/505)) ([84017e6](https://github.com/validator-labs/validator-plugin-aws/commit/84017e68e2b04eaba416778bc2c7190b77662640)) +* **deps:** update kubernetes packages to v0.31.1 ([#490](https://github.com/validator-labs/validator-plugin-aws/issues/490)) ([2f7e19d](https://github.com/validator-labs/validator-plugin-aws/commit/2f7e19d7ebd267cf4b6b4285e53dd4e2e836d6b5)) +* **deps:** update kubernetes packages to v0.31.2 ([#492](https://github.com/validator-labs/validator-plugin-aws/issues/492)) ([42afaa7](https://github.com/validator-labs/validator-plugin-aws/commit/42afaa702008d2fef26ae0c66a9b280dfc169833)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.184.0 ([#491](https://github.com/validator-labs/validator-plugin-aws/issues/491)) ([b84bfcc](https://github.com/validator-labs/validator-plugin-aws/commit/b84bfcc279eec099cc52cb384a541d4638e12064)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.188.0 ([#504](https://github.com/validator-labs/validator-plugin-aws/issues/504)) ([43e420c](https://github.com/validator-labs/validator-plugin-aws/commit/43e420c47b3e875af2642e635432d363957a1e0e)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#483](https://github.com/validator-labs/validator-plugin-aws/issues/483)) ([a42aedb](https://github.com/validator-labs/validator-plugin-aws/commit/a42aedb99b776afac0a6a91c8746fd8253e8f402)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.21.0 ([#495](https://github.com/validator-labs/validator-plugin-aws/issues/495)) ([8f4d37a](https://github.com/validator-labs/validator-plugin-aws/commit/8f4d37a18ec7edd4080fdf1f82334f822dc872c1)) +* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#484](https://github.com/validator-labs/validator-plugin-aws/issues/484)) ([409bd7b](https://github.com/validator-labs/validator-plugin-aws/commit/409bd7b4ae024fc5f3ecafe6fb946c040e135963)) +* **deps:** update module github.com/onsi/gomega to v1.35.0 ([#496](https://github.com/validator-labs/validator-plugin-aws/issues/496)) ([fe9ead5](https://github.com/validator-labs/validator-plugin-aws/commit/fe9ead5ad60c9a09d8cebcd02a17e4b08c358711)) +* **deps:** update module github.com/validator-labs/validator to v0.1.12 ([#486](https://github.com/validator-labs/validator-plugin-aws/issues/486)) ([5b6701c](https://github.com/validator-labs/validator-plugin-aws/commit/5b6701c68901c3ead036b204944e61f4390d0306)) +* **deps:** update module github.com/validator-labs/validator to v0.1.9 ([#477](https://github.com/validator-labs/validator-plugin-aws/issues/477)) ([2509b3c](https://github.com/validator-labs/validator-plugin-aws/commit/2509b3c3cc1948791d5764d8e135112d5e7189c1)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.8.2 ([#487](https://github.com/validator-labs/validator-plugin-aws/issues/487)) ([0ceab69](https://github.com/validator-labs/validator-plugin-aws/commit/0ceab69cc3314513ab755806ada500736bae242a)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.8.4 ([#489](https://github.com/validator-labs/validator-plugin-aws/issues/489)) ([78c5ec4](https://github.com/validator-labs/validator-plugin-aws/commit/78c5ec4dd454252b57f6ee4959910fb4e070a2b0)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.1 ([#494](https://github.com/validator-labs/validator-plugin-aws/issues/494)) ([3747e12](https://github.com/validator-labs/validator-plugin-aws/commit/3747e12f5dc86aa3fff9f4bbcc921ffa2dc2e2a5)) + ## [0.1.7](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.6...v0.1.7) (2024-08-24) diff --git a/chart/validator-plugin-aws/Chart.yaml b/chart/validator-plugin-aws/Chart.yaml index b083c155..e0110068 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.7 +version: 0.1.8 appVersion: 0.0.18 diff --git a/chart/validator-plugin-aws/README.md b/chart/validator-plugin-aws/README.md index 28834ce0..ecb814ef 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.7"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.8"` | | `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 e4cce9a6..5867c203 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.7 # x-release-please-version + tag: v0.1.8 # x-release-please-version resources: limits: cpu: 500m