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.4 " }
1+ {"." :" 0.0.5 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.5] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.4...v0.0.5 ) (2023-09-06)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update golang.org/x/exp digest to 9212866 ([ #35 ] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/35 ) ) ([ 69970f5] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/69970f5e128e97f7aef312cd28e69077fdaca07a ) )
9+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.18.39 ([ #36 ] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/36 ) ) ([ 1942a6b] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/1942a6b996aacdfb17392193ca80d9d977fbc2e1 ) )
10+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.116.0 ([ #37 ] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/37 ) ) ([ 61e7736] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/61e7736887027e21a4578534f70267b5d83b8d8f ) )
11+ * remove metrics bind address from chart values ([ 8f7cc39] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/8f7cc39b381e165bdc4e82ca0a73650218e308f7 ) )
12+
313## [ 0.0.4] ( https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.3...v0.0.4 ) (2023-09-05)
414
515
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.4 # x-release-please-version
6- appVersion : " 0.0.4 " # x-release-please-version
5+ version : 0.0.5 # x-release-please-version
6+ appVersion : " 0.0.5 " # 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.4 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.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/spectrocloud-labs/valid8or-plugin-aws
34- tag : v0.0.4 # x-release-please-version
34+ tag : v0.0.5 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
You can’t perform that action at this time.
0 commit comments