Skip to content

Commit 4642c6c

Browse files
deps(deps): update module github.com/validator-labs/validator-plugin-oci to v0.2.0 (#380)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/validator-labs/validator-plugin-oci](https://togithub.com/validator-labs/validator-plugin-oci) | `v0.1.0` -> `v0.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvalidator-labs%2fvalidator-plugin-oci/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvalidator-labs%2fvalidator-plugin-oci/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvalidator-labs%2fvalidator-plugin-oci/v0.1.0/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvalidator-labs%2fvalidator-plugin-oci/v0.1.0/v0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>validator-labs/validator-plugin-oci (github.com/validator-labs/validator-plugin-oci)</summary> ### [`v0.2.0`](https://togithub.com/validator-labs/validator-plugin-oci/releases/tag/v0.2.0) [Compare Source](https://togithub.com/validator-labs/validator-plugin-oci/compare/v0.1.0...v0.2.0) ##### ⚠ BREAKING CHANGES - ensure we only pull artifacts when running full or fast layer validation ([#&#8203;256](https://togithub.com/validator-labs/validator-plugin-oci/issues/256)) ##### Features - add GetKind to satisfy ValidationRule ([#&#8203;255](https://togithub.com/validator-labs/validator-plugin-oci/issues/255)) ([c1942b7](https://togithub.com/validator-labs/validator-plugin-oci/commit/c1942b7a710406fe358424447d476b52ed43009f)) - add support for basic and ecr auth for direct invocation ([#&#8203;250](https://togithub.com/validator-labs/validator-plugin-oci/issues/250)) ([2b99278](https://togithub.com/validator-labs/validator-plugin-oci/commit/2b992780f1cf6da1395a3fe1fa64abab12e3111e)) ##### Bug Fixes - ensure we only pull artifacts when running full or fast layer validation ([#&#8203;256](https://togithub.com/validator-labs/validator-plugin-oci/issues/256)) ([d1a9c20](https://togithub.com/validator-labs/validator-plugin-oci/commit/d1a9c2047b53fb3993f7250f0ca1bad1134f9ad7)) ##### Dependency Updates - **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to [`0ed0161`](https://togithub.com/validator-labs/validator-plugin-oci/commit/0ed0161) ([#&#8203;251](https://togithub.com/validator-labs/validator-plugin-oci/issues/251)) ([92d0177](https://togithub.com/validator-labs/validator-plugin-oci/commit/92d0177e337a898e0b3ac2d60635a0b8cd9cef96)) - **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to [`ac94a34`](https://togithub.com/validator-labs/validator-plugin-oci/commit/ac94a34) ([#&#8203;254](https://togithub.com/validator-labs/validator-plugin-oci/issues/254)) ([79e44cc](https://togithub.com/validator-labs/validator-plugin-oci/commit/79e44cc469a0ba15753bf2d7f23bfc08fdee60f7)) - **deps:** update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to [`daddeb8`](https://togithub.com/validator-labs/validator-plugin-oci/commit/daddeb8) ([#&#8203;253](https://togithub.com/validator-labs/validator-plugin-oci/issues/253)) ([0c599b5](https://togithub.com/validator-labs/validator-plugin-oci/commit/0c599b55c5250ce6218dbe3704687756ae85c889)) - **deps:** update module github.com/validator-labs/validator to v0.1.2 ([#&#8203;239](https://togithub.com/validator-labs/validator-plugin-oci/issues/239)) ([80d23b0](https://togithub.com/validator-labs/validator-plugin-oci/commit/80d23b0a02b74b9da1d74b96cee20996da9a0cbd)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e09f0b commit 4642c6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/onsi/gomega v1.34.1
1212
github.com/pkg/errors v0.9.1
1313
github.com/slack-go/slack v0.13.1
14-
github.com/validator-labs/validator-plugin-oci v0.1.0
14+
github.com/validator-labs/validator-plugin-oci v0.2.0
1515
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
1616
k8s.io/api v0.30.3
1717
k8s.io/apimachinery v0.30.3
@@ -63,7 +63,7 @@ require (
6363
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
6464
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
6565
github.com/aws/smithy-go v1.20.3 // indirect
66-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240807144652-27a1eeba0782 // indirect
66+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240809155957-ac94a3401898 // indirect
6767
github.com/beorn7/perks v1.0.1 // indirect
6868
github.com/blang/semver v3.5.1+incompatible // indirect
6969
github.com/blang/semver/v4 v4.0.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 h1:ZsDKRLXGWHk8WdtyYMoGNO7bTudr
167167
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3/go.mod h1:zwySh8fpFyXp9yOr/KVzxOl8SRqgf/IDw5aUt9UKFcQ=
168168
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
169169
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
170-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240807144652-27a1eeba0782 h1:eBIQewfIMpNPGZRXNjjJOW6ccbIokR5NDOtDOMZkBjg=
171-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240807144652-27a1eeba0782/go.mod h1:/1+gxjBqwEu/k2A01NbATEo0+X82cbaZA9+SzYeG634=
170+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240809155957-ac94a3401898 h1:AvFUc3gOvaw2avFhMTgbyWoa8lTAiwUqiHQzRyfJgOE=
171+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240809155957-ac94a3401898/go.mod h1:g/jwspvaX2Kvy+cuE6NRlboLhoS2kHeYDmfc880tS1Y=
172172
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
173173
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
174174
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
@@ -646,8 +646,8 @@ github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
646646
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
647647
github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=
648648
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
649-
github.com/validator-labs/validator-plugin-oci v0.1.0 h1:odFaKQQJ3AYxXSdjlkfn26HlEEYyA/UMtouj3I/Sw5M=
650-
github.com/validator-labs/validator-plugin-oci v0.1.0/go.mod h1:R39V5VgdKiN8ugjYDfbOZ+7s2keGlRq3SvGcrV6ub8M=
649+
github.com/validator-labs/validator-plugin-oci v0.2.0 h1:gdSkuzbHxld8aD6KPuFJ6IqsrNmEBLPWgydqJHNqzZ0=
650+
github.com/validator-labs/validator-plugin-oci v0.2.0/go.mod h1:lC/pR8XKRKLKlDYObm8v6eDaj7NkmBjAskheuQXE7V0=
651651
github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=
652652
github.com/vbatts/tar-split v0.11.5/go.mod h1:yZbwRsSeGjusneWgA781EKej9HF8vme8okylkAeNKLk=
653653
github.com/xanzy/go-gitlab v0.107.0 h1:P2CT9Uy9yN9lJo3FLxpMZ4xj6uWcpnigXsjvqJ6nd2Y=

0 commit comments

Comments
 (0)