diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ecf0c89..2fdc8051 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.11"} \ No newline at end of file +{".":"0.1.12"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dc840670..31e830e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.12](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12) (2024-12-15) + + +### Dependency Updates + +* **deps:** update all non-major dependencies ([#546](https://github.com/validator-labs/validator-plugin-aws/issues/546)) ([768fec5](https://github.com/validator-labs/validator-plugin-aws/commit/768fec57c8db7c0be1d8fd02900a46d597c49c61)) +* **deps:** update all non-major dependencies to v0.31.4 ([#543](https://github.com/validator-labs/validator-plugin-aws/issues/543)) ([dcd8dac](https://github.com/validator-labs/validator-plugin-aws/commit/dcd8dacf0715879eccf73d6ff328d5ced645b3eb)) +* **deps:** update build digest to 5e4aaa9 ([#545](https://github.com/validator-labs/validator-plugin-aws/issues/545)) ([bd3d90f](https://github.com/validator-labs/validator-plugin-aws/commit/bd3d90ff07784fa7ecc31133f6fae9776e7ca8d3)) +* **deps:** update golang.org/x/exp digest to 1829a12 ([#542](https://github.com/validator-labs/validator-plugin-aws/issues/542)) ([d86bfb9](https://github.com/validator-labs/validator-plugin-aws/commit/d86bfb9cbcbd3f8efb3161de1789d6f5172b52b3)) +* **deps:** update golang.org/x/exp digest to 4a55095 ([#549](https://github.com/validator-labs/validator-plugin-aws/issues/549)) ([7e623b7](https://github.com/validator-labs/validator-plugin-aws/commit/7e623b7794e183784856a9bad29f439744ee9bd3)) +* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.197.0 ([#547](https://github.com/validator-labs/validator-plugin-aws/issues/547)) ([c0c616a](https://github.com/validator-labs/validator-plugin-aws/commit/c0c616a619e7484b0064d10e9164fb95df23bba5)) + ## [0.1.11](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.10...v0.1.11) (2024-12-10) diff --git a/chart/validator-plugin-aws/Chart.yaml b/chart/validator-plugin-aws/Chart.yaml index e3ef9ea5..1d76b2f0 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.11 +version: 0.1.12 appVersion: 0.0.18 diff --git a/chart/validator-plugin-aws/README.md b/chart/validator-plugin-aws/README.md index dae9ab26..5d3e3b20 100644 --- a/chart/validator-plugin-aws/README.md +++ b/chart/validator-plugin-aws/README.md @@ -15,7 +15,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.11"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.12"` | | `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 b6a945ea..6898cf22 100644 --- a/chart/validator-plugin-aws/values.yaml +++ b/chart/validator-plugin-aws/values.yaml @@ -11,7 +11,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator-plugin-aws - tag: v0.1.11 # x-release-please-version + tag: v0.1.12 # x-release-please-version resources: limits: cpu: 500m