File tree 5 files changed +18
-4
lines changed
chart/validator-plugin-aws
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.1.12 " }
1
+ {"." :" 0.1.13 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.13] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.12...v0.1.13 ) (2024-12-23)
4
+
5
+
6
+ ### Dependency Updates
7
+
8
+ * ** deps:** update all non-major dependencies ([ #556 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/556 ) ) ([ 650791d] ( https://github.com/validator-labs/validator-plugin-aws/commit/650791daca5d1b1bc6854eeecefdc6f5c9a070c7 ) )
9
+ * ** deps:** update build digest to aa32dd3 ([ #550 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/550 ) ) ([ 02c86cf] ( https://github.com/validator-labs/validator-plugin-aws/commit/02c86cf7e94084e8709d5888a22ee54b51f832d9 ) )
10
+ * ** deps:** update golang.org/x/exp digest to b2144cd ([ #553 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/553 ) ) ([ e0f514b] ( https://github.com/validator-labs/validator-plugin-aws/commit/e0f514be90af2df6d1ead4c9a41f2020786aec8c ) )
11
+ * ** deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.198.0 ([ #551 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/551 ) ) ([ d68805e] ( https://github.com/validator-labs/validator-plugin-aws/commit/d68805eb9cf71a993e0e3fcd27adafd7dd448ffe ) )
12
+ * ** deps:** update module github.com/validator-labs/validator to v0.1.16 ([ #555 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/555 ) ) ([ 19b4b96] ( https://github.com/validator-labs/validator-plugin-aws/commit/19b4b96a67846816cce49f3a743deb625f24baae ) )
13
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.1 ([ #554 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/554 ) ) ([ 297d982] ( https://github.com/validator-labs/validator-plugin-aws/commit/297d9828dd5e69c7f58a2479ff1a27b38c8a60ca ) )
14
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.2 ([ #557 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/557 ) ) ([ 5c75d8b] ( https://github.com/validator-labs/validator-plugin-aws/commit/5c75d8b0003dfeb27ad3b17ffdd239f886cecce0 ) )
15
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.3 ([ #558 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/558 ) ) ([ ffd6539] ( https://github.com/validator-labs/validator-plugin-aws/commit/ffd6539042c1d6fbbbf8ac6f53c988f5a73676d2 ) )
16
+
3
17
## [ 0.1.12] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12 ) (2024-12-16)
4
18
5
19
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.12
5
+ version : 0.1.13
6
6
appVersion : 0.0.18
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
15
15
| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
16
16
| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
17
17
| ` controllerManager.manager.image.repository ` | | ` "quay.io/validator-labs/validator-plugin-aws" ` |
18
- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.12 " ` |
18
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.13 " ` |
19
19
| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
20
20
| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
21
21
| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ controllerManager:
11
11
- ALL
12
12
image :
13
13
repository : quay.io/validator-labs/validator-plugin-aws
14
- tag : v0.1.12 # x-release-please-version
14
+ tag : v0.1.13 # x-release-please-version
15
15
resources :
16
16
limits :
17
17
cpu : 500m
You can’t perform that action at this time.
0 commit comments