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 5, 2024
1 parent 7564460 commit b7998c9
Show file tree
Hide file tree
Showing 5 changed files with 12 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"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Dependency Updates

* **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 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))

## [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 b7998c9

Please sign in to comment.