File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
chart/validator-plugin-aws Expand file tree Collapse file tree 5 files changed +23
-4
lines changed 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 1
1
# Changelog
2
2
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
+
3
22
## [ 0.1.3] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.2...v0.1.3 ) (2024-08-05)
4
23
5
24
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : validator-plugin-aws
3
3
description : Perform various AWS validations (IAM, Service Quotas, Tags)
4
4
type : application
5
- version : 0.1.3
5
+ version : 0.1.4
6
6
appVersion : 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
24
24
| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
25
25
| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
26
26
| ` 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 " ` |
28
28
| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
29
29
| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
30
30
| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ controllerManager:
31
31
- ALL
32
32
image :
33
33
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
35
35
resources :
36
36
limits :
37
37
cpu : 500m
You can’t perform that action at this time.
0 commit comments