diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e04f95..1e9bc7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.3"} +{".":"0.3.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e63d8c0..dd82679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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)) + ## [0.3.3](https://github.com/validator-labs/validator-plugin-oci/compare/v0.3.2...v0.3.3) (2024-09-04) diff --git a/chart/validator-plugin-oci/Chart.yaml b/chart/validator-plugin-oci/Chart.yaml index 7ac6ad7..56600e8 100644 --- a/chart/validator-plugin-oci/Chart.yaml +++ b/chart/validator-plugin-oci/Chart.yaml @@ -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 diff --git a/chart/validator-plugin-oci/README.md b/chart/validator-plugin-oci/README.md index 9f5edc2..827103c 100644 --- a/chart/validator-plugin-oci/README.md +++ b/chart/validator-plugin-oci/README.md @@ -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"` | diff --git a/chart/validator-plugin-oci/values.yaml b/chart/validator-plugin-oci/values.yaml index 6134575..a2cf563 100644 --- a/chart/validator-plugin-oci/values.yaml +++ b/chart/validator-plugin-oci/values.yaml @@ -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