File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
chart/validator-plugin-aws Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.1.12 " }
1+ {"." :" 0.1.13 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.13] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.12...v0.1.13 ) (2024-12-23)
4+
5+
6+ ### Dependency Updates
7+
8+ * ** deps:** update all non-major dependencies ([ #556 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/556 ) ) ([ 650791d] ( https://github.com/validator-labs/validator-plugin-aws/commit/650791daca5d1b1bc6854eeecefdc6f5c9a070c7 ) )
9+ * ** deps:** update build digest to aa32dd3 ([ #550 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/550 ) ) ([ 02c86cf] ( https://github.com/validator-labs/validator-plugin-aws/commit/02c86cf7e94084e8709d5888a22ee54b51f832d9 ) )
10+ * ** deps:** update golang.org/x/exp digest to b2144cd ([ #553 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/553 ) ) ([ e0f514b] ( https://github.com/validator-labs/validator-plugin-aws/commit/e0f514be90af2df6d1ead4c9a41f2020786aec8c ) )
11+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.198.0 ([ #551 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/551 ) ) ([ d68805e] ( https://github.com/validator-labs/validator-plugin-aws/commit/d68805eb9cf71a993e0e3fcd27adafd7dd448ffe ) )
12+ * ** deps:** update module github.com/validator-labs/validator to v0.1.16 ([ #555 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/555 ) ) ([ 19b4b96] ( https://github.com/validator-labs/validator-plugin-aws/commit/19b4b96a67846816cce49f3a743deb625f24baae ) )
13+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.1 ([ #554 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/554 ) ) ([ 297d982] ( https://github.com/validator-labs/validator-plugin-aws/commit/297d9828dd5e69c7f58a2479ff1a27b38c8a60ca ) )
14+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.2 ([ #557 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/557 ) ) ([ 5c75d8b] ( https://github.com/validator-labs/validator-plugin-aws/commit/5c75d8b0003dfeb27ad3b17ffdd239f886cecce0 ) )
15+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.3 ([ #558 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/558 ) ) ([ ffd6539] ( https://github.com/validator-labs/validator-plugin-aws/commit/ffd6539042c1d6fbbbf8ac6f53c988f5a73676d2 ) )
16+
317## [ 0.1.12] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12 ) (2024-12-16)
418
519
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.12
5+ version : 0.1.13
66appVersion : 0.0.18
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
1515| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
1616| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
1717| ` controllerManager.manager.image.repository ` | | ` "quay.io/validator-labs/validator-plugin-aws" ` |
18- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.12 " ` |
18+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.13 " ` |
1919| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
2020| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
2121| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ controllerManager:
1111 - ALL
1212 image :
1313 repository : quay.io/validator-labs/validator-plugin-aws
14- tag : v0.1.12 # x-release-please-version
14+ tag : v0.1.13 # x-release-please-version
1515 resources :
1616 limits :
1717 cpu : 500m
You can’t perform that action at this time.
0 commit comments