Skip to content

Commit

Permalink
chore(main): release 0.3.3 (#285)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.3](v0.3.2...v0.3.3)
(2024-09-04)


### Features

* add support for configuring signature verification pubkeys inline
([#289](#289))
([a9c17b5](a9c17b5))


### Dependency Updates

* **deps:** update
github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to
5dc58b6
([#284](#284))
([7efe2ad](7efe2ad))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2
([#286](#286))
([846edc6](846edc6))
* **deps:** update module github.com/onsi/gomega to v1.34.2
([#287](#287))
([d527f3c](d527f3c))
* **deps:** update module github.com/sigstore/sigstore to v1.8.9
([#288](#288))
([e4d1fa8](e4d1fa8))
* **deps:** update module github.com/validator-labs/validator to v0.1.9
([#277](#277))
([7089509](7089509))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
TylerGillson authored Sep 4, 2024
1 parent a9c17b5 commit 9a06d9b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.2"}
{".":"0.3.3"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.3](https://github.com/validator-labs/validator-plugin-oci/compare/v0.3.2...v0.3.3) (2024-09-04)


### Features

* add support for configuring signature verification pubkeys inline ([#289](https://github.com/validator-labs/validator-plugin-oci/issues/289)) ([a9c17b5](https://github.com/validator-labs/validator-plugin-oci/commit/a9c17b5ef7159af56653c6a8877c05bd71f4daad))


### Dependency Updates

* **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to 5dc58b6 ([#284](https://github.com/validator-labs/validator-plugin-oci/issues/284)) ([7efe2ad](https://github.com/validator-labs/validator-plugin-oci/commit/7efe2ad73ce98a7516fcd6da30f0728ad02186e1))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#286](https://github.com/validator-labs/validator-plugin-oci/issues/286)) ([846edc6](https://github.com/validator-labs/validator-plugin-oci/commit/846edc6a77ecf5b04329e4e73fe4868fadaf4e75))
* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#287](https://github.com/validator-labs/validator-plugin-oci/issues/287)) ([d527f3c](https://github.com/validator-labs/validator-plugin-oci/commit/d527f3c37a816bb5441e5e5246ec5bdee7e08be9))
* **deps:** update module github.com/sigstore/sigstore to v1.8.9 ([#288](https://github.com/validator-labs/validator-plugin-oci/issues/288)) ([e4d1fa8](https://github.com/validator-labs/validator-plugin-oci/commit/e4d1fa8d6c0c0a22deebc0cab2514a66ee39d99b))
* **deps:** update module github.com/validator-labs/validator to v0.1.9 ([#277](https://github.com/validator-labs/validator-plugin-oci/issues/277)) ([7089509](https://github.com/validator-labs/validator-plugin-oci/commit/708950980697a17a7274359b34d7769f04a01a6d))

## [0.3.2](https://github.com/validator-labs/validator-plugin-oci/compare/v0.3.1...v0.3.2) (2024-08-24)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-oci/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: >-
Perform various OCI validations (registry authentication, downloading
artifacts, etc.)
type: application
version: 0.3.2
version: 0.3.3
appVersion: 0.0.2
2 changes: 1 addition & 1 deletion chart/validator-plugin-oci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-oc
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-oci"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.3.2"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.3.3"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-oci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-oci
tag: v0.3.2 # x-release-please-version
tag: v0.3.3 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 9a06d9b

Please sign in to comment.