Skip to content

Commit 2c285b2

Browse files
committed
chore(main): release 0.0.9
1 parent 4d6bfe5 commit 2c285b2

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.8"}
1+
{".":"0.0.9"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

chart/validator-plugin-oci/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: >-
44
Perform various OCI validations (registry authentication, downloading
55
artifacts, etc.)
66
type: application
7-
version: 0.0.8
7+
version: 0.0.9
88
appVersion: 0.0.2

chart/validator-plugin-oci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"` |

chart/validator-plugin-oci/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)