Skip to content

Commit

Permalink
chore(main): release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Sep 30, 2024
1 parent 5e23703 commit 477a2c9
Show file tree
Hide file tree
Showing 5 changed files with 16 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.3"}
{".":"0.3.4"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.4](https://github.com/validator-labs/validator-plugin-oci/compare/v0.3.3...v0.3.4) (2024-09-30)


### Dependency Updates

* **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to e21b7a4 ([#293](https://github.com/validator-labs/validator-plugin-oci/issues/293)) ([de70e53](https://github.com/validator-labs/validator-plugin-oci/commit/de70e53dbeb2ed9149a52053594c2318699b8d06))
* **deps:** update kubernetes packages to v0.31.1 ([#296](https://github.com/validator-labs/validator-plugin-oci/issues/296)) ([2d5d1df](https://github.com/validator-labs/validator-plugin-oci/commit/2d5d1df4080ef8786ce130310a82988d47f3036b))
* **deps:** update module github.com/validator-labs/validator to v0.1.10 ([#290](https://github.com/validator-labs/validator-plugin-oci/issues/290)) ([9188bac](https://github.com/validator-labs/validator-plugin-oci/commit/9188bac978735cbdae4f39c93d3b61e3be64f614))
* **deps:** update module github.com/validator-labs/validator to v0.1.11 ([#294](https://github.com/validator-labs/validator-plugin-oci/issues/294)) ([5e23703](https://github.com/validator-labs/validator-plugin-oci/commit/5e23703dfa219ff17c53738ffaa8149508dc1089))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.2 ([#292](https://github.com/validator-labs/validator-plugin-oci/issues/292)) ([7564460](https://github.com/validator-labs/validator-plugin-oci/commit/75644604faead1e2057c54694defc3159cfce3a2))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.3 ([#295](https://github.com/validator-labs/validator-plugin-oci/issues/295)) ([58f06d8](https://github.com/validator-labs/validator-plugin-oci/commit/58f06d869b831afe6ceb1c55dd3c561a4088043e))

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


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.3
version: 0.3.4
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.3"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.3.4"` |
| `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.3 # x-release-please-version
tag: v0.3.4 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 477a2c9

Please sign in to comment.