File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
chart/validator-plugin-oci Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.3.5 " }
1
+ {"." :" 0.3.6 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.6] ( https://github.com/validator-labs/validator-plugin-oci/compare/v0.3.5...v0.3.6 ) (2024-12-24)
4
+
5
+
6
+ ### Dependency Updates
7
+
8
+ * ** deps:** update build digest to aa32dd3 ([ #343 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/343 ) ) ([ 6b64af5] ( https://github.com/validator-labs/validator-plugin-oci/commit/6b64af55dfa93448b0933e434703398caabff21b ) )
9
+ * ** deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to 00224ff ([ #348 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/348 ) ) ([ b2c468e] ( https://github.com/validator-labs/validator-plugin-oci/commit/b2c468ecf730a74623642cad3ad1aa447510fbf8 ) )
10
+ * ** deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to 08549e0 ([ #346 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/346 ) ) ([ 439c98a] ( https://github.com/validator-labs/validator-plugin-oci/commit/439c98abcd025c745565364f3bdaf0c8d4b670eb ) )
11
+ * ** deps:** update module github.com/onsi/ginkgo/v2 to v2.22.1 ([ #344 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/344 ) ) ([ 26f19a9] ( https://github.com/validator-labs/validator-plugin-oci/commit/26f19a92dc8bd7c1a6776677020ea40ad78cf0e2 ) )
12
+ * ** deps:** update module github.com/onsi/gomega to v1.36.2 ([ #349 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/349 ) ) ([ a7a2074] ( https://github.com/validator-labs/validator-plugin-oci/commit/a7a20748977aa1fd613f628bdf01c7409ea17bcb ) )
13
+ * ** deps:** update module github.com/validator-labs/validator to v0.1.16 ([ #342 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/342 ) ) ([ 389e15c] ( https://github.com/validator-labs/validator-plugin-oci/commit/389e15c7df1ce8619423ac17461d4c7f3b332d47 ) )
14
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.1 ([ #340 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/340 ) ) ([ 9947bb0] ( https://github.com/validator-labs/validator-plugin-oci/commit/9947bb052d1937fd63671274095e6a962066ff98 ) )
15
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.2 ([ #345 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/345 ) ) ([ dfd4592] ( https://github.com/validator-labs/validator-plugin-oci/commit/dfd459256d287d642ae77bc898cebe1dc980e06a ) )
16
+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.9.3 ([ #347 ] ( https://github.com/validator-labs/validator-plugin-oci/issues/347 ) ) ([ 0853e0c] ( https://github.com/validator-labs/validator-plugin-oci/commit/0853e0cbb3ea1bed03ff88954ca46838c293409a ) )
17
+
3
18
## [ 0.3.5] ( https://github.com/validator-labs/validator-plugin-oci/compare/v0.3.4...v0.3.5 ) (2024-12-16)
4
19
5
20
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: >-
4
4
Perform various OCI validations (registry authentication, downloading
5
5
artifacts, etc.)
6
6
type : application
7
- version : 0.3.5
7
+ version : 0.3.6
8
8
appVersion : 0.0.2
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-oc
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-oci" ` |
18
- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.3.5 " ` |
18
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.3.6 " ` |
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-oci
14
- tag : v0.3.5 # x-release-please-version
14
+ tag : v0.3.6 # 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