Skip to content

Update go modules (release-v0.7) (patch) - #3146

Open
renovate[bot] wants to merge 1 commit into
release-v0.7from
renovate/release-v0.7-patch-go-modules
Open

Update go modules (release-v0.7) (patch)#3146
renovate[bot] wants to merge 1 commit into
release-v0.7from
renovate/release-v0.7-patch-go-modules

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cuelang.org/go v0.16.0v0.16.1 age adoption passing confidence
cuelang.org/go v0.15.1v0.15.4 age adoption passing confidence
github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728v0.20.7 age adoption passing confidence
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.257v0.1.281 age adoption passing confidence
github.com/gkampitakis/go-snaps v0.5.19v0.5.23 age adoption passing confidence
github.com/go-git/go-billy/v5 v5.9.0v5.9.1 age adoption passing confidence
github.com/go-logr/logr v1.4.3v1.4.4 age adoption passing confidence
github.com/google/go-containerregistry v0.21.7v0.21.9 age adoption passing confidence
github.com/mattn/go-isatty v0.0.20v0.0.24 age adoption passing confidence
github.com/package-url/packageurl-go v0.1.3v0.1.6 age adoption passing confidence
github.com/secure-systems-lab/go-securesystemslib v0.11.0v0.11.1 age adoption passing confidence
github.com/sigstore/cosign/v2 v2.4.1v2.4.3 age adoption passing confidence
github.com/sigstore/cosign/v2 v2.6.2v2.6.5 age adoption passing confidence
github.com/sigstore/rekor v1.5.3v1.5.4 age adoption passing confidence
github.com/sigstore/sigstore v1.10.8v1.10.9 age adoption passing confidence
github.com/tektoncd/chains v0.26.2v0.26.9 age adoption passing confidence
github.com/tektoncd/cli v0.44.1v0.44.2 age adoption passing confidence
github.com/tektoncd/cli v0.44.0v0.44.2 age adoption passing confidence
k8s.io/api v0.36.0v0.36.4 age adoption passing confidence
k8s.io/apiextensions-apiserver v0.35.4v0.35.7 age adoption passing confidence
k8s.io/apimachinery v0.36.0v0.36.4 age adoption passing confidence
k8s.io/client-go v0.36.0v0.36.4 age adoption passing confidence
k8s.io/kubernetes v1.34.3v1.34.10 age adoption passing confidence

Release Notes

cue-lang/cue (cuelang.org/go)

v0.16.1

Compare Source

Language

The fallback keyword in the aliasv2 experiment is replaced by otherwise, which is clearer. cue fmt or cue fix can be used to rewrite existing code.

Evaluator

Fix a regression where the compiler could add comments to the input AST value, which could lead to increased memory usage.

Fix a bug where exporting certain schemas could result in "cannot have both alias and field in same scope" errors.

cmd/cue

Fix a panic which could occur when using non-label expressions in the --path flag.

Teach cue login to give helpful errors when used with OCI registries which don't support the OAuth2 device flow.

Go API

Fix a regression where cue.Context.Encode could panic on custom marshaler types with pointer receivers.

Full list of changes since v0.16.0
conforma/go-containerregistry (github.com/conforma/go-containerregistry)

v0.20.7

Compare Source

gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)

v0.5.23

Compare Source

What's Changed
New Contributors

Full Changelog: gkampitakis/go-snaps@v0.5.22...v0.5.23

v0.5.22

Compare Source

What's Changed

New Contributors

Full Changelog: gkampitakis/go-snaps@v0.5.21...v0.5.22

v0.5.21

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.20...v0.5.21

v0.5.20

Compare Source

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.19...v0.5.20

go-git/go-billy (github.com/go-git/go-billy/v5)

v5.9.1

Compare Source

What's Changed

Full Changelog: go-git/go-billy@v5.9.0...v5.9.1

go-logr/logr (github.com/go-logr/logr)

v1.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.9

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.8...v0.21.9

v0.21.8

Compare Source

The artifacts attached to this release are missing SLSA provenance, see #​2390.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.7...v0.21.8

mattn/go-isatty (github.com/mattn/go-isatty)

v0.0.24

Compare Source

v0.0.23

Compare Source

v0.0.22

Compare Source

v0.0.21

Compare Source

package-url/packageurl-go (github.com/package-url/packageurl-go)

v0.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: package-url/packageurl-go@v0.1.5...v0.1.6

v0.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: package-url/packageurl-go@v0.1.4...v0.1.5

v0.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: package-url/packageurl-go@v0.1.3...v0.1.4

secure-systems-lab/go-securesystemslib (github.com/secure-systems-lab/go-securesystemslib)

v0.11.1

Compare Source

sigstore/cosign (github.com/sigstore/cosign/v2)

v2.4.3

Compare Source

Features

  • Bump sigstore/sigstore to support KMS plugins (#​4073)
  • Enable fetching signatures without remote get. (#​4047)
  • Feat/file flag completion improvements (#​4028)
  • Update builder to use go1.23.6 (#​4052)

Bug Fixes

  • fix parsing error in --only for cosign copy (#​4049)

Cleanup

  • Refactor verifyNewBundle into library function (#​4013)
  • fix comment typo and imports order (#​4061)
  • sync comment with parameter name in function signature (#​4063)
  • sort properly Go imports (#​4071)

Contributors

  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Cody Soyland
  • Dmitry Savintsev
  • Hayden B
  • Tomasz Janiszewski
  • Ville Skyttä

v2.4.2

Compare Source

Features

  • Updated open-policy-agent to 1.1.0 library (#​4036)
    • Note that only Rego v0 policies are supported at this time
  • Add UseSignedTimestamps to CheckOpts, refactor TSA options (#​4006)
  • Add support for verifying root checksum in cosign initialize (#​3953)
  • Detect if user supplied a valid protobuf bundle (#​3931)
  • Add a log message if user doesn't provide --trusted-root (#​3933)
  • Support mTLS towards container registry (#​3922)
  • Add bundle create helper command (#​3901)
  • Add trusted-root create helper command (#​3876)

Bug Fixes

  • fix: set tls config while retaining other fields from default http transport (#​4007)
  • policy fuzzer: ignore known panics (#​3993)
  • Fix for multiple WithRemote options (#​3982)
  • Add nightly conformance test workflow (#​3979)
  • Fix copy --only for signatures + update/align docs (#​3904)

Documentation

  • Remove usage.md from spec, point to client spec (#​3918)
  • move reference from gcr to ghcr (#​3897)

Contributors

  • AdamKorcz
  • Aditya Sirish
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Cody Soyland
  • Colleen Murphy
  • Hayden B
  • Jussi Kukkonen
  • Marco Franssen
  • Nianyu Shen
  • Slavek Kabrda
  • Søren Juul
  • Warren Hodgkinson
  • Zach Steindler
sigstore/rekor (github.com/sigstore/rekor)

v1.5.4

Compare Source

Features

  • search: add subject field for SAN-based lookup (#​2850)
  • Change default CLI upload type to hashedrekord (#​2885)
  • separate read/write sql traffic for indexservice into separate pools (#​2914)

Bug Fixes

  • better handle connection issues (#​2931)
  • fix pprof arg (#​2932)
  • fix shadowed err, wrong err label (#​2907)
  • alpine: hash only the bytes read when computing the control.tar.gz digest (#​2908)
  • return a 400 error for invalid TreeID (#​2895)
  • Return the file error instead of the URL error for a missing artifact path (#​2872)
  • Apply proactive hardening against malformed requests (#​2945)

Improvements

  • remove repetitive viper lookups from api endpoints (#​2922)
  • move CI containers to GHCR (#​2943)
  • remove unused semver type version map (#​2918)
  • test against valkey (#​2916)
  • Remove unmaintained scripts/createdb.sh dev helper (#​2905)
  • test mysql with production dsn strings (#​2906)
  • create interface for TrillianClient (#​2896)
  • use more efficient table schema for indexes (#​2903)
  • Migrate off deprecated golang.org/x/crypto/openpgp (#​2883)
  • minimize duplicative JSON parsing while handling entries (#​2880)
  • remove duplicative log entry (#​2881)
  • optimize DSSE memory and cpu while parsing and verifying envs (#​2879)
  • update builder to use go1.26.4 (#​2873)
  • upgrade grpc-ecosystem/go-grpc-middleware to v2 (#​2921)
  • Migrate gopkg.in/yaml.v2 to sigs.k8s.io/yaml (#​2919)
  • numerous upgraded dependencies

Documentation

  • docs(cli): add usage examples to rekor-cli commands (#​2851)

Contributors

  • ahmagdyfb
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Chiman Jain
  • Hayden
  • Jason Hall
  • Nikhil J
  • Ogulcan Aydogan
  • Pujitha Paladugu
  • Sueun Cho
sigstore/sigstore (github.com/sigstore/sigstore)

v1.10.9

Compare Source

What's Changed

Note: #​2369 deprecates the TUF client. Use the TUF client from sigstore-go instead: https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf

  • Deprecate TUF client, ValidatePubKey in #​2369
  • docs: add OVHcloud KMS in available external plugins in #​2359
  • fix(oauthflow): default the device flow poll interval to 5s per RFC 8628 in #​2381
  • Add BrowserOpener field to InteractiveIDTokenGetter in #​2383
  • Fix Azure KMS support for RSA signatures in #​2355

Full Changelog: sigstore/sigstore@v1.10.8...v1.10.9

tektoncd/chains (github.com/tektoncd/chains)

v0.26.9: Tekton Chains release v0.26.9

Compare Source

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.9/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677a9be065f521117233096593bc64a7419eea1647e468ad275d48d8f7592282ff69

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a9be065f521117233096593bc64a7419eea1647e468ad275d48d8f7592282ff69
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.9/release.yaml
REKOR_UUID=108e9186e8c5677a9be065f521117233096593bc64a7419eea1647e468ad275d48d8f7592282ff69

# Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.26.9@sha256:" + .digest.sha256')

# Download the release file
curl -L "$RELEASE_FILE" > release.yaml

# For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
  printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Changes

Features

Fixes
Misc
  • 🔨 chore(deps): bump the all group with 7 updates (#​1858)
  • 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.27 to 1.6.28 in the all group (#​1846)
Docs

Thanks

Thanks to these contributors who contributed to v0.26.9!

Extra shout-out for awesome release notes:

v0.26.8: Tekton Chains release v0.26.8

Compare Source

Tekton Chains release v0.26.8 "Release v0.26.8"

-Docs @​ v0.26.8
-Examples @​ v0.26.8

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.8/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677a9395f9f057d95f07be1c614f3e459d16f00ad07648f4e78de6c4aa62ff0bf98d

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a9395f9f057d95f07be1c614f3e459d16f00ad07648f4e78de6c4aa62ff0bf98d
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.8/release.yaml
REKOR_UUID=108e9186e8c5677a9395f9f057d95f07be1c614f3e459d16f00ad07648f4e78de6c4aa62ff0bf98d

# Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.26.8@sha256:" + .digest.sha256')

# Download the release file
curl -L "$RELEASE_FILE" > release.yaml

# For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
  printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Changes

Features

Fixes
Misc
  • 🔨 chore(deps): bump the all group across 1 directory with 3 updates (#​1836)
Docs

Thanks

Thanks to these contributors who contributed to v0.26.8!

Extra shout-out for awesome release notes:

v0.26.7: Tekton Chains release v0.26.7

Compare Source

Tekton Chains "Release v0.26.7"

-Docs @​ v0.26.7
-Examples @​ v0.26.7

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.7/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677a40d0a42a05fb5a94465d14cfd90ef06403eb7ed300ba6402c4f38d8b70978d33

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a40d0a42a05fb5a94465d14cfd90ef06403eb7ed300ba6402c4f38d8b70978d33
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.7/release.yaml
REKOR_UUID=108e9186e8c5677a40d0a42a05fb5a94465d14cfd90ef06403eb7ed300ba6402c4f38d8b70978d33

# Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.26.7@sha256:" + .digest.sha256')

# Download the release file
curl -L "$RELEASE_FILE" > release.yaml

# For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
  printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Changes

Features

Fixes
Misc
  • 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.26 to 1.6.27 in the all group (#​1818)
  • 🔨 chore(deps): bump github.com/sigstore/cosign/v2 from 2.6.3 to 2.6.4 in the all group (#​1812)
  • 🔨 chore(deps): bump sigstore/scaffolding/actions/setup from 0.7.33 to 0.7.37 in the all group (#​1805)
Docs

Thanks

Thanks to these contributors who contributed to v0.26.7!

Extra shout-out for awesome release notes:

v0.26.6: Tekton Chains Release v0.26.6

Compare Source

Tekton Chains Release v0.26.6

-Docs @​ v0.26.6
-Examples @​ v0.26.6

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.6/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677a9cc2851aeabc5d55eb1dce87413ca45c2e7196726dd0e84ea1255a41f3d43ca2

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a9cc2851aeabc5d55eb1dce87413ca45c2e7196726dd0e84ea1255a41f3d43ca2
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/chains/previous/v0.26.6/release.yaml
REKOR_UUID=108e9186e8c5677a9cc2851aeabc5d55eb1dce87413ca45c2e7196726dd0e84ea1255a41f3d43ca2

# Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.26.6@sha256:" + .digest.sha256')

# Download the release file
curl -L "$RELEASE_FILE" > release.yaml

# For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
  printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Changes

Features

Fixes
Misc
  • 🔨 chore(deps): bump github.com/tektoncd/pipeline from 1.9.5 to 1.9.6 in the all group (#​1774)
  • 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.25 to 1.6.26 in the all group across 1 directory (#​1760)
  • 🔨 chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.14 to 1.6.25 (#​1750)
  • 🔨 chore(deps): bump github/codeql-action/autobui

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: acceptance/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 37 additional dependencies were updated

Details:

Package Change
github.com/go-openapi/strfmt v0.26.4 -> v0.27.0
github.com/in-toto/in-toto-golang v0.10.0 -> v0.11.0
github.com/stretchr/testify v1.11.1 -> v1.12.0
github.com/ProtonMail/go-crypto v1.3.0 -> v1.4.1
github.com/coreos/go-oidc/v3 v3.19.0 -> v3.20.0
github.com/gkampitakis/ciinfo v0.3.2 -> v0.3.4
github.com/go-chi/chi/v5 v5.3.0 -> v5.3.1
github.com/go-openapi/analysis v0.25.2 -> v0.26.0
github.com/go-openapi/jsonpointer v0.23.1 -> v1.0.0
github.com/go-openapi/jsonreference v0.21.6 -> v1.0.0
github.com/go-openapi/loads v0.24.0 -> v0.25.1
github.com/go-openapi/runtime v0.32.4 -> v0.32.5
github.com/go-openapi/spec v0.22.6 -> v0.22.9
github.com/go-openapi/swag/conv v0.26.1 -> v0.28.0
github.com/go-openapi/swag/fileutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/jsonutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/loading v0.26.1 -> v0.28.0
github.com/go-openapi/swag/mangling v0.26.1 -> v0.28.0
github.com/go-openapi/swag/stringutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/typeutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/yamlutils v0.26.1 -> v0.28.0
github.com/go-openapi/validate v0.26.0 -> v0.26.3
github.com/goccy/go-yaml v1.18.0 -> v1.19.2
github.com/klauspost/compress v1.18.5 -> v1.19.1
github.com/maruel/natural v1.1.1 -> v1.3.0
github.com/prometheus/client_golang v1.23.2 -> v1.24.1
github.com/prometheus/common v0.68.0 -> v0.70.1
github.com/prometheus/procfs v0.20.1 -> v0.21.1
github.com/stretchr/objx v0.5.2 -> v0.5.3
github.com/tidwall/gjson v1.18.0 -> v1.19.0
go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
golang.org/x/crypto v0.54.0 -> v0.55.0
golang.org/x/mod v0.37.0 -> v0.38.0
golang.org/x/text v0.40.0 -> v0.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260727163830-6c54dddc4772
google.golang.org/genproto/googleapis/rpc v0.0.0-20260610212136-7ab31c22f7ad -> v0.0.0-20260720155508-bb71a54f79dc
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.3.3
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 66 additional dependencies were updated

Details:

Package Change
github.com/go-openapi/strfmt v0.26.4 -> v0.27.0
github.com/in-toto/in-toto-golang v0.10.0 -> v0.11.0
github.com/stretchr/testify v1.11.1 -> v1.12.0
cloud.google.com/go/iam v1.11.0 -> v1.13.0
cloud.google.com/go/monitoring v1.25.0 -> v1.29.0
github.com/ProtonMail/go-crypto v1.3.0 -> v1.4.1
github.com/aws/aws-sdk-go-v2 v1.42.0 -> v1.43.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 -> v1.7.11
github.com/aws/aws-sdk-go-v2/config v1.32.17 -> v1.32.31
github.com/aws/aws-sdk-go-v2/credentials v1.19.16 -> v1.19.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 -> v1.18.31
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 -> v1.4.31
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 -> v2.7.31
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 -> v1.4.32
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.9 -> v1.13.13
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 -> v1.9.18
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.23 -> v1.13.31
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 -> v1.19.25
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3 -> v1.102.2
github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 -> v1.5.0
github.com/aws/aws-sdk-go-v2/service/sso v1.30.17 -> v1.33.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 -> v1.38.0
github.com/aws/aws-sdk-go-v2/service/sts v1.42.1 -> v1.45.0
github.com/aws/smithy-go v1.27.1 -> v1.27.3
github.com/coreos/go-oidc/v3 v3.19.0 -> v3.20.0
github.com/gkampitakis/ciinfo v0.3.2 -> v0.3.4
github.com/go-chi/chi/v5 v5.3.0 -> v5.3.1
github.com/go-openapi/analysis v0.25.2 -> v0.26.0
github.com/go-openapi/jsonpointer v0.23.1 -> v1.0.0
github.com/go-openapi/jsonreference v0.21.6 -> v1.0.0
github.com/go-openapi/loads v0.24.0 -> v0.25.1
github.com/go-openapi/runtime v0.32.4 -> v0.32.5
github.com/go-openapi/spec v0.22.6 -> v0.22.9
github.com/go-openapi/swag/conv v0.26.1 -> v0.28.0
github.com/go-openapi/swag/fileutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/jsonutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/loading v0.26.1 -> v0.28.0
github.com/go-openapi/swag/mangling v0.26.1 -> v0.28.0
github.com/go-openapi/swag/stringutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/typeutils v0.26.1 -> v0.28.0
github.com/go-openapi/swag/yamlutils v0.26.1 -> v0.28.0
github.com/go-openapi/validate v0.26.0 -> v0.26.3
github.com/goccy/go-yaml v1.18.0 -> v1.19.2
github.com/golang/snappy v0.0.4 -> v1.0.0
github.com/googleapis/enterprise-certificate-proxy v0.3.16 -> v0.3.18
github.com/googleapis/gax-go/v2 v2.22.0 -> v2.23.0
github.com/klauspost/compress v1.18.5 -> v1.19.1
github.com/maruel/natural v1.1.1 -> v1.3.0
github.com/prometheus/client_golang v1.23.2 -> v1.24.1
github.com/prometheus/common v0.68.0 -> v0.70.1
github.com/prometheus/procfs v0.20.1 -> v0.21.1
github.com/stretchr/objx v0.5.2 -> v0.5.3
github.com/tidwall/gjson v1.18.0 -> v1.19.0
go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
golang.org/x/crypto v0.54.0 -> v0.55.0
golang.org/x/mod v0.37.0 -> v0.38.0
golang.org/x/text v0.40.0 -> v0.41.0
golang.org/x/tools v0.47.0 -> v0.48.0
google.golang.org/api v0.286.0 -> v0.290.0
google.golang.org/genproto v0.0.0-20260406210006-6f92a3bedf2d -> v0.0.0-20260622175928-b703f567277d
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260727163830-6c54dddc4772
google.golang.org/genproto/googleapis/rpc v0.0.0-20260610212136-7ab31c22f7ad -> v0.0.0-20260720155508-bb71a54f79dc
google.golang.org/grpc v1.82.0 -> v1.82.1
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af -> v1.36.12
k8s.io/api v0.36.0 -> v0.36.4
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.3.3
File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 38 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/kms v1.31.0 -> v1.33.0
cloud.google.com/go/longrunning v1.0.0 -> v1.2.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1 -> v1.22.0
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0 -> v1.5.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 -> v1.7.0
github.com/aws/aws-sdk-go-v2 v1.42.0 -> v1.43.0
github.com/aws/aws-sdk-go-v2/config v1.32.17 -> v1.32.31
github.com/aws/aws-sdk-go-v2/credentials v1.19.16 -> v1.19.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.23 -> v1.18.31
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 -> v1.4.31
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 -> v2.7.31
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.24 -> v1.4.32
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.9 -> v1.13.13
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.23 -> v1.13.31
github.com/aws/aws-sdk-go-v2/service/kms v1.51.1 -> v1.54.0
github.com/aws/aws-sdk-go-v2/service/signin v1.0.11 -> v1.5.0
github.com/aws/aws-sdk-go-v2/service/sso v1.30.17 -> v1.33.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.21 -> v1.38.0
github.com/aws/aws-sdk-go-v2/service/sts v1.42.1 -> v1.45.0
github.com/aws/smithy-go v1.27.1 -> v1.27.3
github.com/coreos/go-oidc/v3 v3.19.0 -> v3.20.0
github.com/googleapis/enterprise-certificate-proxy v0.3.16 -> v0.3.17
github.com/googleapis/gax-go/v2 v2.22.0 -> v2.23.0
github.com/hashicorp/vault/api v1.22.0 -> v1.23.0
github.com/in-toto/go-witness v0.9.1 -> v0.9.2
github.com/in-toto/in-toto-golang v0.10.0 -> v0.11.0
github.com/jellydator/ttlcache/v3 v3.4.0 -> v3.4.1
github.com/sigstore/cosign/v2 v2.6.2 -> v2.6.4
github.com/sigstore/sigstore v1.10.8 -> v1.10.9
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.10.8 -> v1.10.9
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.10.8 -> v1.10.9
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.10.8 -> v1.10.9
github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.10.8 -> v1.10.9
github.com/sigstore/timestamp-authority/v2 v2.0.3 -> v2.0.6
google.golang.org/api v0.286.0 -> v0.287.1
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa -> v0.0.0-20260727163830-6c54dddc4772
google.golang.org/genproto/googleapis/rpc v0.0.0-20260610212136-7ab31c22f7ad -> v0.0.0-20260720155508-bb71a54f79dc
google.golang.org/grpc v1.82.0 -> v1.82.1

@renovate
renovate Bot force-pushed the renovate/release-v0.7-patch-go-modules branch 5 times, most recently from bb1e687 to 608b025 Compare March 10, 2026 03:21
@renovate
renovate Bot force-pushed the renovate/release-v0.7-patch-go-modules branch 4 times, most recently from cb09e7b to 2bdf2b5 Compare March 19, 2026 11:20
@renovate
renovate Bot force-pushed the renovate/release-v0.7-patch-go-modules branch 4 times, most recently from d17ae93 to 9539d46 Compare April 2, 2026 01:41
@renovate
renovate Bot force-pushed the renovate/release-v0.7-patch-go-modules branch 9 times, most recently from e56c120 to 31ef858 Compare April 14, 2026 09:15
@renovate
renovate Bot force-pushed the renovate/release-v0.7-patch-go-modules branch from 31ef858 to a411eb7 Compare April 15, 2026 10:40
@github-actions github-actions Bot added size: M and removed size: L labels Apr 15, 2026
fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 9, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 6:03 PM UTC · Completed 6:09 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 9, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 9:40 PM UTC · Completed 9:47 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 10, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 3:23 PM UTC · Completed 3:30 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 10, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 5:05 PM UTC · Completed 5:13 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 11, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:00 AM UTC · Completed 1:07 AM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 11, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:03 AM UTC · Completed 4:10 AM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 12, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 12:48 PM UTC · Completed 12:54 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 12, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:02 PM UTC · Completed 1:08 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 14, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:33 PM UTC · Completed 4:42 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 17, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 9:06 PM UTC · Completed 9:13 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 18, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:40 AM UTC · Completed 1:47 AM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 18, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 6:38 PM UTC · Completed 6:46 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 19, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 10:03 PM UTC · Completed 10:10 PM UTC

Commit: 87c4a29 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 20, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 7:32 PM UTC · Completed 7:44 PM UTC

Commit: 87c4a29 · View workflow run →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code ready-for-merge All reviewers approved — ready to merge release-v0.7 renovate size: XXL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants