diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b1764d85..cabd88f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.9"} \ No newline at end of file +{".":"0.1.10"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6047002c..94d9fb13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.9...v0.1.10) (2024-11-24) + + +### Dependency Updates + +* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#523](https://github.com/validator-labs/validator-plugin-aws/issues/523)) ([6ca4a99](https://github.com/validator-labs/validator-plugin-aws/commit/6ca4a9972a53639b0fed3c8aacfc4c005463f616)) + ## [0.1.9](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9) (2024-11-24) diff --git a/chart/validator-plugin-aws/Chart.yaml b/chart/validator-plugin-aws/Chart.yaml index b19f0792..8b50050d 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.9 +version: 0.1.10 appVersion: 0.0.18 diff --git a/chart/validator-plugin-aws/README.md b/chart/validator-plugin-aws/README.md index 0f2bae98..97b8d742 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.9"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.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-aws/values.yaml b/chart/validator-plugin-aws/values.yaml index 47e37e24..27708e3c 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.9 # x-release-please-version + tag: v0.1.10 # x-release-please-version resources: limits: cpu: 500m