Skip to content

Commit 483d755

Browse files
deps(deps): update all non-major dependencies (#373)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/awslabs/amazon-ecr-credential-helper/ecr-login](https://redirect.github.com/awslabs/amazon-ecr-credential-helper) | `v0.0.0-20250206222449-6540026091fe` -> `v0.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fawslabs%2famazon-ecr-credential-helper%2fecr-login/v0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fawslabs%2famazon-ecr-credential-helper%2fecr-login/v0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fawslabs%2famazon-ecr-credential-helper%2fecr-login/v0.0.0-20250206222449-6540026091fe/v0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fawslabs%2famazon-ecr-credential-helper%2fecr-login/v0.0.0-20250206222449-6540026091fe/v0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/sigstore/sigstore](https://redirect.github.com/sigstore/sigstore) | `v1.8.12` -> `v1.8.14` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsigstore%2fsigstore/v1.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsigstore%2fsigstore/v1.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsigstore%2fsigstore/v1.8.12/v1.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsigstore%2fsigstore/v1.8.12/v1.8.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/api](https://redirect.github.com/kubernetes/api) | `v0.32.1` -> `v0.32.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapi/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapi/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapi/v0.32.1/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapi/v0.32.1/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | `v0.32.1` -> `v0.32.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapimachinery/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapimachinery/v0.32.1/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.32.1/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | `v0.32.1` -> `v0.32.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fclient-go/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fclient-go/v0.32.1/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.32.1/v0.32.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sigstore/sigstore (github.com/sigstore/sigstore)</summary> ### [`v1.8.14`](https://redirect.github.com/sigstore/sigstore/releases/tag/v1.8.14) [Compare Source](https://redirect.github.com/sigstore/sigstore/compare/v1.8.13...v1.8.14) #### What's Changed This is the same content as v1.8.13, with a CI/CD fix. - add initial plugin support for KMSs in [https://github.com/sigstore/sigstore/pull/1901](https://redirect.github.com/sigstore/sigstore/pull/1901) - cliplugin: add mocks and serialization testing in [https://github.com/sigstore/sigstore/pull/1918](https://redirect.github.com/sigstore/sigstore/pull/1918) - kms plugin: add SignMessage in [https://github.com/sigstore/sigstore/pull/1919](https://redirect.github.com/sigstore/sigstore/pull/1919) - cliplugin: add VerifySignature in [https://github.com/sigstore/sigstore/pull/1944](https://redirect.github.com/sigstore/sigstore/pull/1944) - cliplugin: add windows ci testing in [https://github.com/sigstore/sigstore/pull/1951](https://redirect.github.com/sigstore/sigstore/pull/1951) - Create Algorithm Registry API in [https://github.com/sigstore/sigstore/pull/1601](https://redirect.github.com/sigstore/sigstore/pull/1601) - cliplugin: add SupportedAlgorithms(), PublicKey(), and CryptoSigner(). in [https://github.com/sigstore/sigstore/pull/1946](https://redirect.github.com/sigstore/sigstore/pull/1946) - cliplugin: use caller contexts in [https://github.com/sigstore/sigstore/pull/1947](https://redirect.github.com/sigstore/sigstore/pull/1947) - cliplugin: semver, add tests for hash func encoding in [https://github.com/sigstore/sigstore/pull/1948](https://redirect.github.com/sigstore/sigstore/pull/1948) - cliplugin: lint fixes in [https://github.com/sigstore/sigstore/pull/1958](https://redirect.github.com/sigstore/sigstore/pull/1958) - cliplugin: convert module to package only in [https://github.com/sigstore/sigstore/pull/1956](https://redirect.github.com/sigstore/sigstore/pull/1956) ### [`v1.8.13`](https://redirect.github.com/sigstore/sigstore/releases/tag/v1.8.13) [Compare Source](https://redirect.github.com/sigstore/sigstore/compare/v1.8.12...v1.8.13) #### What's Changed - add initial plugin support for KMSs in [https://github.com/sigstore/sigstore/pull/1901](https://redirect.github.com/sigstore/sigstore/pull/1901) - cliplugin: add mocks and serialization testing in [https://github.com/sigstore/sigstore/pull/1918](https://redirect.github.com/sigstore/sigstore/pull/1918) - kms plugin: add SignMessage in [https://github.com/sigstore/sigstore/pull/1919](https://redirect.github.com/sigstore/sigstore/pull/1919) - cliplugin: add VerifySignature in [https://github.com/sigstore/sigstore/pull/1944](https://redirect.github.com/sigstore/sigstore/pull/1944) - cliplugin: add windows ci testing in [https://github.com/sigstore/sigstore/pull/1951](https://redirect.github.com/sigstore/sigstore/pull/1951) - Create Algorithm Registry API in [https://github.com/sigstore/sigstore/pull/1601](https://redirect.github.com/sigstore/sigstore/pull/1601) - cliplugin: add SupportedAlgorithms(), PublicKey(), and CryptoSigner(). in [https://github.com/sigstore/sigstore/pull/1946](https://redirect.github.com/sigstore/sigstore/pull/1946) - cliplugin: use caller contexts in [https://github.com/sigstore/sigstore/pull/1947](https://redirect.github.com/sigstore/sigstore/pull/1947) - cliplugin: semver, add tests for hash func encoding in [https://github.com/sigstore/sigstore/pull/1948](https://redirect.github.com/sigstore/sigstore/pull/1948) - cliplugin: lint fixes in [https://github.com/sigstore/sigstore/pull/1958](https://redirect.github.com/sigstore/sigstore/pull/1958) - cliplugin: convert module to package only in [https://github.com/sigstore/sigstore/pull/1956](https://redirect.github.com/sigstore/sigstore/pull/1956) **Full Changelog**: sigstore/sigstore@v1.8.12...v1.8.13 </details> <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.32.2`](https://redirect.github.com/kubernetes/api/compare/v0.32.1...v0.32.2) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.32.1...v0.32.2) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.32.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.32.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-oci). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnbyJdfQ==--> 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 72efced commit 483d755

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/validator-labs/validator-plugin-oci
33
go 1.23.6
44

55
require (
6-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20250206222449-6540026091fe
6+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1
77
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
88
github.com/go-logr/logr v1.4.2
99
github.com/google/go-containerregistry v0.20.3
1010
github.com/onsi/ginkgo/v2 v2.22.2
1111
github.com/onsi/gomega v1.36.2
1212
github.com/sigstore/cosign/v2 v2.4.2
13-
github.com/sigstore/sigstore v1.8.12
13+
github.com/sigstore/sigstore v1.8.14
1414
github.com/stretchr/testify v1.10.0
1515
github.com/validator-labs/validator v0.1.16
16-
k8s.io/api v0.32.1
17-
k8s.io/apimachinery v0.32.1
18-
k8s.io/client-go v0.32.1
16+
k8s.io/api v0.32.2
17+
k8s.io/apimachinery v0.32.2
18+
k8s.io/client-go v0.32.2
1919
k8s.io/klog/v2 v2.130.1
2020
sigs.k8s.io/cluster-api v1.9.4
2121
sigs.k8s.io/controller-runtime v0.20.1

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 h1:TzeR06UCMUq+KA3bDkujxK1GVGy
165165
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14/go.mod h1:dspXf/oYWGWo6DEvj98wpaTeqt5+DMidZD0A9BYTizc=
166166
github.com/aws/smithy-go v1.22.2 h1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=
167167
github.com/aws/smithy-go v1.22.2/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
168-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20250206222449-6540026091fe h1:tbO/pJbkzBDTDKkx3cxrRC6oEY4KyZImhtNVGBz9ue4=
169-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20250206222449-6540026091fe/go.mod h1:ErZOtbzuHabipRTDTor0inoRlYwbsV1ovwSxjGs/uJo=
168+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1 h1:50sS0RWhGpW/yZx2KcDNEb1u1MANv5BMEkJgcieEDTA=
169+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1/go.mod h1:ErZOtbzuHabipRTDTor0inoRlYwbsV1ovwSxjGs/uJo=
170170
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
171171
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
172172
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
@@ -567,8 +567,8 @@ github.com/sigstore/protobuf-specs v0.4.0 h1:yoZbdh0kZYKOSiVbYyA8J3f2wLh5aUk2SQB
567567
github.com/sigstore/protobuf-specs v0.4.0/go.mod h1:FKW5NYhnnFQ/Vb9RKtQk91iYd0MKJ9AxyqInEwU6+OI=
568568
github.com/sigstore/rekor v1.3.9 h1:sUjRpKVh/hhgqGMs0t+TubgYsksArZ6poLEC3MsGAzU=
569569
github.com/sigstore/rekor v1.3.9/go.mod h1:xThNUhm6eNEmkJ/SiU/FVU7pLY2f380fSDZFsdDWlcM=
570-
github.com/sigstore/sigstore v1.8.12 h1:S8xMVZbE2z9ZBuQUEG737pxdLjnbOIcFi5v9UFfkJFc=
571-
github.com/sigstore/sigstore v1.8.12/go.mod h1:+PYQAa8rfw0QdPpBcT+Gl3egKD9c+TUgAlF12H3Nmjo=
570+
github.com/sigstore/sigstore v1.8.14 h1:JqDkQ7PQCiCOerPRSkYr57Rj9sZO59fOcXDxvLsbNQw=
571+
github.com/sigstore/sigstore v1.8.14/go.mod h1:2lXojNsjZjkqu1//FWxq7qUcPB8Lq1KsR5hc+GkcC/4=
572572
github.com/sigstore/sigstore-go v0.7.0 h1:bIGPc2IbnbxnzlqQcKlh1o96bxVJ4yRElpP1gHrOH48=
573573
github.com/sigstore/sigstore-go v0.7.0/go.mod h1:4RrCK+i+jhx7lyOG2Vgef0/kFLbKlDI1hrioUYvkxxA=
574574
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.12 h1:EC3UmIaa7nV9sCgSpVevmvgvTYTkMqyrRbj5ojPp7tE=
@@ -896,16 +896,16 @@ gotest.tools/v3 v3.1.0 h1:rVV8Tcg/8jHUkPUorwjaMTtemIMVXfIPKiOqnhEhakk=
896896
gotest.tools/v3 v3.1.0/go.mod h1:fHy7eyTmJFO5bQbUsEGQ1v4m2J3Jz9eWL54TP2/ZuYQ=
897897
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
898898
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
899-
k8s.io/api v0.32.1 h1:f562zw9cy+GvXzXf0CKlVQ7yHJVYzLfL6JAS4kOAaOc=
900-
k8s.io/api v0.32.1/go.mod h1:/Yi/BqkuueW1BgpoePYBRdDYfjPF5sgTr5+YqDZra5k=
899+
k8s.io/api v0.32.2 h1:bZrMLEkgizC24G9eViHGOPbW+aRo9duEISRIJKfdJuw=
900+
k8s.io/api v0.32.2/go.mod h1:hKlhk4x1sJyYnHENsrdCWw31FEmCijNGPJO5WzHiJ6Y=
901901
k8s.io/apiextensions-apiserver v0.32.0 h1:S0Xlqt51qzzqjKPxfgX1xh4HBZE+p8KKBq+k2SWNOE0=
902902
k8s.io/apiextensions-apiserver v0.32.0/go.mod h1:86hblMvN5yxMvZrZFX2OhIHAuFIMJIZ19bTvzkP+Fmw=
903-
k8s.io/apimachinery v0.32.1 h1:683ENpaCBjma4CYqsmZyhEzrGz6cjn1MY/X2jB2hkZs=
904-
k8s.io/apimachinery v0.32.1/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
903+
k8s.io/apimachinery v0.32.2 h1:yoQBR9ZGkA6Rgmhbp/yuT9/g+4lxtsGYwW6dR6BDPLQ=
904+
k8s.io/apimachinery v0.32.2/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
905905
k8s.io/apiserver v0.32.0 h1:VJ89ZvQZ8p1sLeiWdRJpRD6oLozNZD2+qVSLi+ft5Qs=
906906
k8s.io/apiserver v0.32.0/go.mod h1:HFh+dM1/BE/Hm4bS4nTXHVfN6Z6tFIZPi649n83b4Ag=
907-
k8s.io/client-go v0.32.1 h1:otM0AxdhdBIaQh7l1Q0jQpmo7WOFIk5FFa4bg6YMdUU=
908-
k8s.io/client-go v0.32.1/go.mod h1:aTTKZY7MdxUaJ/KiUs8D+GssR9zJZi77ZqtzcGXIiDg=
907+
k8s.io/client-go v0.32.2 h1:4dYCD4Nz+9RApM2b/3BtVvBHw54QjMFUl1OLcJG5yOA=
908+
k8s.io/client-go v0.32.2/go.mod h1:fpZ4oJXclZ3r2nDOv+Ux3XcJutfrwjKTCHz2H3sww94=
909909
k8s.io/cluster-bootstrap v0.31.3 h1:O1Yxk1bLaxZvmQCXLaJjj5iJD+lVMfJdRUuKgbUHPlA=
910910
k8s.io/cluster-bootstrap v0.31.3/go.mod h1:TI6TCsQQB4FfcryWgNO3SLXSKWBqHjx4DfyqSFwixj8=
911911
k8s.io/component-base v0.32.0 h1:d6cWHZkCiiep41ObYQS6IcgzOUQUNpywm39KVYaUqzU=

0 commit comments

Comments
 (0)