Skip to content

Commit 627ed5e

Browse files
authored
chore(main): release 0.2.0 (#252)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.0...v0.2.0) (2024-08-10) ### ⚠ BREAKING CHANGES * ensure we only pull artifacts when running full or fast layer validation ([#256](#256)) ### Features * add GetKind to satisfy ValidationRule ([#255](#255)) ([c1942b7](c1942b7)) * add support for basic and ecr auth for direct invocation ([#250](#250)) ([2b99278](2b99278)) ### Bug Fixes * ensure we only pull artifacts when running full or fast layer validation ([#256](#256)) ([d1a9c20](d1a9c20)) ### Dependency Updates * **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to 0ed0161 ([#251](#251)) ([92d0177](92d0177)) * **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to ac94a34 ([#254](#254)) ([79e44cc](79e44cc)) * **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to daddeb8 ([#253](#253)) ([0c599b5](0c599b5)) * **deps:** update module github.com/validator-labs/validator to v0.1.2 ([#239](#239)) ([80d23b0](80d23b0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d1a9c20 commit 627ed5e

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/validator-labs/validator-plugin-oci/compare/v0.1.0...v0.2.0) (2024-08-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* ensure we only pull artifacts when running full or fast layer validation ([#256](https://github.com/validator-labs/validator-plugin-oci/issues/256))
9+
10+
### Features
11+
12+
* add GetKind to satisfy ValidationRule ([#255](https://github.com/validator-labs/validator-plugin-oci/issues/255)) ([c1942b7](https://github.com/validator-labs/validator-plugin-oci/commit/c1942b7a710406fe358424447d476b52ed43009f))
13+
* add support for basic and ecr auth for direct invocation ([#250](https://github.com/validator-labs/validator-plugin-oci/issues/250)) ([2b99278](https://github.com/validator-labs/validator-plugin-oci/commit/2b992780f1cf6da1395a3fe1fa64abab12e3111e))
14+
15+
16+
### Bug Fixes
17+
18+
* ensure we only pull artifacts when running full or fast layer validation ([#256](https://github.com/validator-labs/validator-plugin-oci/issues/256)) ([d1a9c20](https://github.com/validator-labs/validator-plugin-oci/commit/d1a9c2047b53fb3993f7250f0ca1bad1134f9ad7))
19+
20+
21+
### Dependency Updates
22+
23+
* **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to 0ed0161 ([#251](https://github.com/validator-labs/validator-plugin-oci/issues/251)) ([92d0177](https://github.com/validator-labs/validator-plugin-oci/commit/92d0177e337a898e0b3ac2d60635a0b8cd9cef96))
24+
* **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to ac94a34 ([#254](https://github.com/validator-labs/validator-plugin-oci/issues/254)) ([79e44cc](https://github.com/validator-labs/validator-plugin-oci/commit/79e44cc469a0ba15753bf2d7f23bfc08fdee60f7))
25+
* **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to daddeb8 ([#253](https://github.com/validator-labs/validator-plugin-oci/issues/253)) ([0c599b5](https://github.com/validator-labs/validator-plugin-oci/commit/0c599b55c5250ce6218dbe3704687756ae85c889))
26+
* **deps:** update module github.com/validator-labs/validator to v0.1.2 ([#239](https://github.com/validator-labs/validator-plugin-oci/issues/239)) ([80d23b0](https://github.com/validator-labs/validator-plugin-oci/commit/80d23b0a02b74b9da1d74b96cee20996da9a0cbd))
27+
328
## [0.1.0](https://github.com/validator-labs/validator-plugin-oci/compare/v0.0.13...v0.1.0) (2024-08-08)
429

530

chart/validator-plugin-oci/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: >-
44
Perform various OCI validations (registry authentication, downloading
55
artifacts, etc.)
66
type: application
7-
version: 0.1.0
7+
version: 0.2.0
88
appVersion: 0.0.2

chart/validator-plugin-oci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-oc
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-oci"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.0"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.2.0"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-oci/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator-plugin-oci
34-
tag: v0.1.0 # x-release-please-version
34+
tag: v0.2.0 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)