File tree Expand file tree Collapse file tree
chart/validator-plugin-aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.1.9 " }
1+ {"." :" 0.1.10 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.10] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.9...v0.1.10 ) (2024-11-27)
4+
5+
6+ ### Features
7+
8+ * AWS max retry attempts (configurable and higher default) ([ #531 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/531 ) ) ([ 816076b] ( https://github.com/validator-labs/validator-plugin-aws/commit/816076b2b5f89a98781a72a4c814cccb71318bea ) )
9+
10+
11+ ### Dependency Updates
12+
13+ * ** deps:** update build digest to d0ef938 ([ #526 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/526 ) ) ([ 1b7f547] ( https://github.com/validator-labs/validator-plugin-aws/commit/1b7f547f2226b0aa4ed0e65742a43253e935895a ) )
14+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.194.0 ([ #528 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/528 ) ) ([ 5f14989] ( https://github.com/validator-labs/validator-plugin-aws/commit/5f1498967ac28abddb08f9779d3ab828c6150d54 ) )
15+ * ** deps:** update module github.com/onsi/gomega to v1.36.0 ([ #525 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/525 ) ) ([ 585e14b] ( https://github.com/validator-labs/validator-plugin-aws/commit/585e14bde00c062db71b603b09168d257a36a0df ) )
16+ * ** 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 ) )
17+
318## [ 0.1.9] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9 ) (2024-11-24)
419
520
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : validator-plugin-aws
33description : Perform various AWS validations (IAM, Service Quotas, Tags)
44type : application
5- version : 0.1.9
5+ version : 0.1.10
66appVersion : 0.0.18
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
2424| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
2525| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
2626| ` controllerManager.manager.image.repository ` | | ` "quay.io/validator-labs/validator-plugin-aws" ` |
27- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.9 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.10 " ` |
2828| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
2929| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
3030| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ controllerManager:
3131 - ALL
3232 image :
3333 repository : quay.io/validator-labs/validator-plugin-aws
34- tag : v0.1.9 # x-release-please-version
34+ tag : v0.1.10 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
You can’t perform that action at this time.
0 commit comments