File tree Expand file tree Collapse file tree
chart/valid8or-plugin-aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.0.5 " }
1+ {"." :" 0.0.6 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.6] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.5...v0.0.6 ) (2023-09-06)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 to v1.21.4 ([ #41 ] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/41 ) ) ([ 5e78203] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/5e78203e13d6a0d492fc21cd8419e5bc88ee4059 ) )
9+ * omit session token unless provided ([ 6e53f25] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/6e53f252af0d0f9e76227437f328f0ed80fafdad ) )
10+
11+
12+ ### Other
13+
14+ * add YAML tags to AWS validator spec ([ e7f9356] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/e7f9356c9a4032463818391fdc5873ef5fcac14c ) )
15+ * ** deps:** update actions/upload-artifact digest to a8a3f3a ([ #40 ] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/40 ) ) ([ edb0c03] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/edb0c034e2ca637458afed52c51bca99c1e34f52 ) )
16+ * merge main ([ 11e3ea9] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/11e3ea9411d57165a2ae70dc2bddd2823ac7315e ) )
17+
318## [ 0.0.5] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.4...v0.0.5 ) (2023-09-06)
419
520
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : valid8or-plugin-aws
33description : Perform various AWS validations (IAM, Service Quotas, Tags)
44type : application
5- version : 0.0.5 # x-release-please-version
6- appVersion : " 0.0.5 " # x-release-please-version
5+ version : 0.0.6 # x-release-please-version
6+ appVersion : " 0.0.6 " # x-release-please-version
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Valid8or-plugin-aws
2424| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
2525| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
2626| ` controllerManager.manager.image.repository ` | | ` "quay.io/spectrocloud-labs/valid8or-plugin-aws" ` |
27- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.5 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.6 " ` |
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/spectrocloud-labs/valid8or-plugin-aws
34- tag : v0.0.5 # x-release-please-version
34+ tag : v0.0.6 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
You can’t perform that action at this time.
0 commit comments