File tree Expand file tree Collapse file tree 5 files changed +24
-4
lines changed
chart/validator-plugin-aws Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.1.1 " }
1
+ {"." :" 0.1.2 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.1...v0.1.2 ) (2024-07-19)
4
+
5
+
6
+ ### Other
7
+
8
+ * switch to using common package for str utils ([ #432 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/432 ) ) ([ 93b3ca1] ( https://github.com/validator-labs/validator-plugin-aws/commit/93b3ca1d97bb2346c802f96e978d67af87a75158 ) )
9
+
10
+
11
+ ### Dependency Updates
12
+
13
+ * ** deps:** update aws-sdk-go-v2 monorepo ([ #425 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/425 ) ) ([ 7175ad5] ( https://github.com/validator-labs/validator-plugin-aws/commit/7175ad5723eb65f721054687d098ba1ac6da51e8 ) )
14
+ * ** deps:** update aws-sdk-go-v2 monorepo ([ #430 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/430 ) ) ([ f866665] ( https://github.com/validator-labs/validator-plugin-aws/commit/f8666650549504142edd4f9a88f436cb4823561d ) )
15
+ * ** deps:** update github.com/validator-labs/validator digest to 81fd1cf ([ #433 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/433 ) ) ([ 6d35827] ( https://github.com/validator-labs/validator-plugin-aws/commit/6d358272e36006514f6d247aeff282899bcd1083 ) )
16
+ * ** deps:** update golang.org/x/exp digest to 8a7402a ([ #431 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/431 ) ) ([ 6506d91] ( https://github.com/validator-labs/validator-plugin-aws/commit/6506d912b466306f74c0976733c0565c6ea6a3ac ) )
17
+ * ** deps:** update golang.org/x/exp digest to e3f2596 ([ #427 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/427 ) ) ([ 7a2c66c] ( https://github.com/validator-labs/validator-plugin-aws/commit/7a2c66cd13515135c4518fd777f4be1cfda84e34 ) )
18
+ * ** deps:** update kubernetes packages to v0.30.3 ([ #429 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/429 ) ) ([ ab39d35] ( https://github.com/validator-labs/validator-plugin-aws/commit/ab39d35b500ccfe37d4f777da4aecf54f4603e88 ) )
19
+ * ** deps:** update module github.com/validator-labs/validator to v0.0.44 ([ #424 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/424 ) ) ([ e5eb824] ( https://github.com/validator-labs/validator-plugin-aws/commit/e5eb8245db645699e26141d51d9d687f062e9220 ) )
20
+ * ** deps:** update module github.com/validator-labs/validator to v0.0.46 ([ #426 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/426 ) ) ([ ccbddc4] ( https://github.com/validator-labs/validator-plugin-aws/commit/ccbddc4a6510463cc77daeb12b363fe86dec4d09 ) )
21
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.7.4 ([ #422 ] ( https://github.com/validator-labs/validator-plugin-aws/issues/422 ) ) ([ aebebae] ( https://github.com/validator-labs/validator-plugin-aws/commit/aebebae57a884c46c8f2608ecd9c309f85a9551c ) )
22
+
3
23
## [ 0.1.1] ( https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.0...v0.1.1 ) (2024-07-08)
4
24
5
25
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.1
5
+ version : 0.1.2
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.1 " ` |
27
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.2 " ` |
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.1 # x-release-please-version
34
+ tag : v0.1.2 # 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