File tree Expand file tree Collapse file tree
chart/validator-plugin-oci Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.0.8 " }
1+ {"." :" 0.0.9 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.9] ( https://github.com/spectrocloud-labs/validator-plugin-oci/compare/v0.0.8...v0.0.9 ) (2024-03-19)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update aws-sdk-go-v2 monorepo ([ #151 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/151 ) ) ([ 4d6bfe5] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/4d6bfe5759a340ca8380876fb3f99c1b31b20c72 ) )
9+ * ** deps:** update kubernetes packages to v0.29.3 ([ #148 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/148 ) ) ([ cb599b9] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/cb599b92152d36704b642eae7428877956a7f1e7 ) )
10+ * ** deps:** update module github.com/google/go-containerregistry to v0.19.1 ([ #147 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/147 ) ) ([ 413aa68] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/413aa68a2822e954d4c16fe24ecd74c4da7531bf ) )
11+ * ** deps:** update module github.com/onsi/ginkgo/v2 to v2.17.0 ([ #149 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/149 ) ) ([ 48dfcba] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/48dfcbae5043da0591e11ef3fc65d6c85b398421 ) )
12+ * ** deps:** update module github.com/onsi/gomega to v1.32.0 ([ #150 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/150 ) ) ([ b04ef8d] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/b04ef8db786c8ad0d804852606ab16041535863c ) )
13+ * ** deps:** update module github.com/spectrocloud-labs/validator to v0.0.38 ([ #95 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/95 ) ) ([ 5566f04] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/5566f044527a811e862d333b7025868d62f78ef4 ) )
14+
15+
16+ ### Other
17+
18+ * ** deps:** update docker/build-push-action digest to 2cdde99 ([ #143 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/143 ) ) ([ c2f01b1] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/c2f01b18d141c05907f3b4a191d3687930c388ed ) )
19+ * ** deps:** update docker/setup-buildx-action digest to 2b51285 ([ #144 ] ( https://github.com/spectrocloud-labs/validator-plugin-oci/issues/144 ) ) ([ 04a5e30] ( https://github.com/spectrocloud-labs/validator-plugin-oci/commit/04a5e30be8a2533839c0f97d58421413e8b3e421 ) )
20+
321## [ 0.0.8] ( https://github.com/spectrocloud-labs/validator-plugin-oci/compare/v0.0.7...v0.0.8 ) (2024-03-13)
422
523
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: >-
44 Perform various OCI validations (registry authentication, downloading
55 artifacts, etc.)
66type : application
7- version : 0.0.8
7+ version : 0.0.9
88appVersion : 0.0.2
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-oc
2424| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
2525| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
2626| ` controllerManager.manager.image.repository ` | | ` "quay.io/spectrocloud-labs/validator-plugin-oci" ` |
27- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.8 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.9 " ` |
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/spectrocloud-labs/validator-plugin-oci
34- tag : v0.0.8 # x-release-please-version
34+ tag : v0.0.9 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
You can’t perform that action at this time.
0 commit comments