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.3 " }
1+ {"." :" 0.1.4 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.4] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.3...v0.1.4 ) (2024-08-13)
4+
5+
6+ ### Other
7+
8+ * release 0.1.4 ([ 8136807] ( https://github.com/validator-labs/validator-plugin-aws/commit/8136807dbb46ebedb916f74db7d8e099ad17b044 ) )
9+ * satisfy ValidationRule ([ #457 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/457 ) ) ([ 8085473] ( https://github.com/validator-labs/validator-plugin-aws/commit/8085473f77df758c7dd155359fee5bbcf7ec9378 ) )
10+
11+
12+ ### Dependency Updates
13+
14+ * ** deps:** update golang.org/x/exp digest to 0cdaa3a ([ #454 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/454 ) ) ([ 6a807fd] ( https://github.com/validator-labs/validator-plugin-aws/commit/6a807fda13593ee03a9599aa7fb747236a90a5e9 ) )
15+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.174.0 ([ #456 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/456 ) ) ([ 1199b57] ( https://github.com/validator-labs/validator-plugin-aws/commit/1199b57781e1d6eaf9f63af3f3f9053bfa404e65 ) )
16+ * ** deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([ #452 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/452 ) ) ([ c91060e] ( https://github.com/validator-labs/validator-plugin-aws/commit/c91060e0c6c84f0dc699308a4d8d212f664ab5a0 ) )
17+ * ** deps:** update module github.com/validator-labs/validator to v0.1.2 ([ #455 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/455 ) ) ([ 144fd01] ( https://github.com/validator-labs/validator-plugin-aws/commit/144fd019e193472a619fe1ab3aa662d03e0e1d91 ) )
18+ * ** deps:** update module github.com/validator-labs/validator to v0.1.3 ([ #458 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/458 ) ) ([ 4881d05] ( https://github.com/validator-labs/validator-plugin-aws/commit/4881d05aefabfc37e73051f03fee1f985fb378f5 ) )
19+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([ #460 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/460 ) ) ([ 24c1901] ( https://github.com/validator-labs/validator-plugin-aws/commit/24c1901de1448a2c26912e3c3bf711e69a59dd43 ) )
20+ * ** deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([ #459 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/459 ) ) ([ c4875b6] ( https://github.com/validator-labs/validator-plugin-aws/commit/c4875b6bcbf631e6d58a704e383b3032c1f20120 ) )
21+
322## [ 0.1.3] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.2...v0.1.3 ) (2024-08-05)
423
524
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.3
5+ version : 0.1.4
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.3 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.4 " ` |
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.3 # x-release-please-version
34+ tag : v0.1.4 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
You can’t perform that action at this time.
0 commit comments