Skip to content

Commit

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


##
[0.2.1](v0.2.0...v0.2.1)
(2024-08-16)


### Bug Fixes

* support private ecr registry validation with a per rule aws env vars
([#268](#268))
([42a5610](42a5610))


### Other

* only add auth and pubkeys when they're not empty
([#260](#260))
([5b21888](5b21888))


### Dependency Updates

* **deps:** update
github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to
d4ae6cf
([#265](#265))
([1c4f7f2](1c4f7f2))
* **deps:** update module github.com/validator-labs/validator to v0.1.3
([#258](#258))
([4161664](4161664))
* **deps:** update module github.com/validator-labs/validator to v0.1.5
([#263](#263))
([a5fc455](a5fc455))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.0
([#261](#261))
([9847a0a](9847a0a))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5
([#262](#262))
([e2f73a2](e2f73a2))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0
([#267](#267))
([eaa40aa](eaa40aa))

---
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 Aug 16, 2024
1 parent 42a5610 commit faee1bf
Show file tree
Hide file tree
Showing 5 changed files with 26 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.2.0"}
{".":"0.2.1"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.2.1](https://github.com/validator-labs/validator-plugin-oci/compare/v0.2.0...v0.2.1) (2024-08-16)


### Bug Fixes

* support private ecr registry validation with a per rule aws env vars ([#268](https://github.com/validator-labs/validator-plugin-oci/issues/268)) ([42a5610](https://github.com/validator-labs/validator-plugin-oci/commit/42a5610e1ec2e82f0fb436178f23f7572d72b1d7))


### Other

* only add auth and pubkeys when they're not empty ([#260](https://github.com/validator-labs/validator-plugin-oci/issues/260)) ([5b21888](https://github.com/validator-labs/validator-plugin-oci/commit/5b21888dfe908105d7eb9cd5bb7d7d6e94b0c406))


### Dependency Updates

* **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to d4ae6cf ([#265](https://github.com/validator-labs/validator-plugin-oci/issues/265)) ([1c4f7f2](https://github.com/validator-labs/validator-plugin-oci/commit/1c4f7f2b442ccfdaa66cc8ab8e233b92f6124ff8))
* **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#258](https://github.com/validator-labs/validator-plugin-oci/issues/258)) ([4161664](https://github.com/validator-labs/validator-plugin-oci/commit/4161664b33699cbc993e3fdef33d526da6f3d692))
* **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#263](https://github.com/validator-labs/validator-plugin-oci/issues/263)) ([a5fc455](https://github.com/validator-labs/validator-plugin-oci/commit/a5fc455143a9033ffca1c4fecfc342ebf1b25648))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([#261](https://github.com/validator-labs/validator-plugin-oci/issues/261)) ([9847a0a](https://github.com/validator-labs/validator-plugin-oci/commit/9847a0ac4fde8f91dd5ea68f83db79edafbd1a61))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#262](https://github.com/validator-labs/validator-plugin-oci/issues/262)) ([e2f73a2](https://github.com/validator-labs/validator-plugin-oci/commit/e2f73a2da8baf6c6298d5bebe2d0051ff11139f6))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#267](https://github.com/validator-labs/validator-plugin-oci/issues/267)) ([eaa40aa](https://github.com/validator-labs/validator-plugin-oci/commit/eaa40aa633c3b1b67ad349229a7e09694eeaed53))

## [0.2.0](https://github.com/validator-labs/validator-plugin-oci/compare/v0.1.0...v0.2.0) (2024-08-10)


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

0 comments on commit faee1bf

Please sign in to comment.