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.4 " }
1+ {"." :" 0.1.5 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.5] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.4...v0.1.5 ) (2024-08-22)
4+
5+
6+ ### Dependency Updates
7+
8+ * ** deps:** update golang.org/x/exp digest to 778ce7b ([ #471 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/471 ) ) ([ 51785e8] ( https://github.com/validator-labs/validator-plugin-aws/commit/51785e88ee06ebd4b5634623a41629e72f32b1cc ) )
9+ * ** deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([ #470 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/470 ) ) ([ 5121485] ( https://github.com/validator-labs/validator-plugin-aws/commit/512148561fd00a04792e8e740a9f964899f950f5 ) )
10+ * ** deps:** update module github.com/validator-labs/validator to v0.1.6 ([ #463 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/463 ) ) ([ 643dc27] ( https://github.com/validator-labs/validator-plugin-aws/commit/643dc27e3806d98cd517813989b1e9ba0bd2643d ) )
11+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([ #467 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/467 ) ) ([ a24caf3] ( https://github.com/validator-labs/validator-plugin-aws/commit/a24caf3c2a7113bb85b0ff531904c0b277afe7be ) )
12+ * ** deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([ #469 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/469 ) ) ([ 0db7b9d] ( https://github.com/validator-labs/validator-plugin-aws/commit/0db7b9defbb3057aafb4a45335add7db72943611 ) )
13+
314## [ 0.1.4] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.3...v0.1.4 ) (2024-08-13)
415
516
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.4
5+ version : 0.1.5
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.4 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.5 " ` |
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.4 # x-release-please-version
34+ tag : v0.1.5 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
You can’t perform that action at this time.
0 commit comments