Skip to content

chore(deps): update go dependencies#172

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/go-deps
Open

chore(deps): update go dependencies#172
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/go-deps

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented May 5, 2026

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/iam indirect minor v1.10.0v1.11.0
cloud.google.com/go/longrunning indirect minor v0.12.0v0.13.0
github.com/ThalesIgnite/crypto11 indirect minor v1.2.5v1.6.0
github.com/docker/docker-credential-helpers require patch v0.9.6v0.9.7
github.com/google/go-containerregistry/pkg/authn/k8schain require digest d4f1050fac4ed9
github.com/google/go-containerregistry/pkg/authn/kubernetes require digest d4f1050fac4ed9
github.com/letsencrypt/boulder require minor v0.20260420.0v0.20260504.0
github.com/sigstore/rekor require patch v1.5.0v1.5.1
github.com/sigstore/scaffolding require patch v0.7.22v0.7.33
golang.org/x/crypto require minor v0.50.0v0.51.0
golang.org/x/exp indirect digest 746e56f74f9aab
golang.org/x/mod indirect minor v0.35.0v0.36.0
golang.org/x/net require minor v0.53.0v0.54.0
golang.org/x/sys indirect minor v0.43.0v0.44.0
golang.org/x/term indirect minor v0.42.0v0.43.0
golang.org/x/text indirect minor v0.36.0v0.37.0
golang.org/x/tools indirect minor v0.44.0v0.45.0
google.golang.org/api indirect minor v0.277.0v0.278.0
k8s.io/api require minor v0.35.4v0.36.0
k8s.io/apiextensions-apiserver indirect minor v0.35.4v0.36.0
k8s.io/apimachinery require minor v0.35.4v0.36.0
k8s.io/client-go require minor v0.35.4v0.36.0
k8s.io/code-generator replace minor v0.35.4v0.36.0
k8s.io/code-generator require minor v0.35.4v0.36.0
k8s.io/kube-openapi replace digest ec9c827b540ad9
k8s.io/kube-openapi require digest ec9c827b540ad9
k8s.io/utils indirect digest 28399d8ff6756f
knative.dev/hack require digest aeb7b4ab2a37f1
knative.dev/pkg require digest 7a25a8ddf317a5

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

googleapis/google-cloud-go (cloud.google.com/go/longrunning)

v0.13.0

Compare Source

  • bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
    options to continue using Legacy SQL after the client switches its default
    to Standard SQL.

  • bigquery: Support for updating dataset labels.

  • bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
    than the client's. DatasetsInProject is no longer needed and is deprecated.

  • bigtable: Fail ListInstances when any zones fail.

  • spanner: support decoding of slices of basic types (e.g. []string, []int64,
    etc.)

  • logging/logadmin: UpdateSink no longer creates a sink if it is missing
    (actually a change to the underlying service, not the client)

  • profiler: Service and ServiceVersion replace Target in Config.

ThalesIgnite/crypto11 (github.com/ThalesIgnite/crypto11)

v1.6.0

Compare Source

What's Changed

Full Changelog: ThalesGroup/crypto11@v1.5.0...v1.6.0

v1.5.0

Compare Source

What's Changed

Full Changelog: ThalesGroup/crypto11@v1.4.1...v1.5.0

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: ThalesGroup/crypto11@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: ThalesGroup/crypto11@v1.3.0...v1.4.0

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: ThalesGroup/crypto11@v1.2.1...v1.3.0

docker/docker-credential-helpers (github.com/docker/docker-credential-helpers)

v0.9.7

Compare Source

What's Changed

  • update to go1.26.3
  • ci: update zizmore action to v1.7.1

Full Changelog: docker/docker-credential-helpers@v0.9.6...v0.9.7

letsencrypt/boulder (github.com/letsencrypt/boulder)

v0.20260504.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20260428.0...v0.20260504.0

v0.20260428.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20260420.0...v0.20260428.0

sigstore/rekor (github.com/sigstore/rekor)

v1.5.1

Compare Source

Features

  • optimize memory for DSSE v0.0.1 processing (#​2766)

Bug Fixes

  • Type assert the entry bundle when verifying inclusion proof (#​2755)
  • return correct errors in rare failure situations (#​2753)
  • raise error if decoding hash fails during inclusion proof (#​2754)
sigstore/scaffolding (github.com/sigstore/scaffolding)

v0.7.33

Compare Source

v0.7.32

Compare Source

v0.7.31

Compare Source

What's Changed

  • Add namespace to tesseract images in #​1792

Full Changelog: sigstore/scaffolding@v0.7.30...v0.7.31

v0.7.30

Compare Source

What's Changed

  • Build and publish GCP & POSIX TesseraCT in #​1789

Full Changelog: sigstore/scaffolding@v0.7.29...v0.7.30

v0.7.29

Compare Source

What's Changed

This release reverts a previous change to the prober to allow for insecure gRPC connections, in favor of allowing for gRPC testing to be disabled.

  • Allow disabling Fulcio gRPC testing via flag in #​1787

Full Changelog: sigstore/scaffolding@v0.7.28...v0.7.29

v0.7.28

Compare Source

What's Changed

  • Allow insecure transport for Fulcio gRPC requests to be configured by flag in #​1786

Full Changelog: sigstore/scaffolding@v0.7.27...v0.7.28

v0.7.27

Compare Source

What's Changed

  • fix: Adjust Fulcio gRPC URL handling for internal services in #​1774

Full Changelog: sigstore/scaffolding@v0.7.26...v0.7.27

v0.7.26

Compare Source

What's Changed

  • Build GCP omniwitness on release in #​1775

Full Changelog: sigstore/scaffolding@v0.7.25...v0.7.26

v0.7.25

Compare Source

What's Changed

New Contributors

Full Changelog: sigstore/scaffolding@v0.7.24...v0.7.25

v0.7.24

Compare Source

Changelog

  • 819d566 Bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.2 (#​1611)
Thanks to all contributors!

What's Changed

Full Changelog: sigstore/scaffolding@v0.7.23...v0.7.24

v0.7.23

Compare Source

Thanks to all contributors!

What's Changed

New Contributors

Full Changelog: sigstore/scaffolding@v0.7.22...v0.7.23

googleapis/google-api-go-client (google.golang.org/api)

v0.278.0

Compare Source

Features
kubernetes/api (k8s.io/api)

v0.36.0

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.36.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.0

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.36.0

Compare Source

kubernetes/code-generator (k8s.io/code-generator)

v0.36.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/ThalesIgnite/crypto11@v1.6.0: parsing go.mod:
	module declares its path as: github.com/ThalesGroup/crypto11
	        but was required as: github.com/ThalesIgnite/crypto11

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 16 times, most recently from b7251b3 to 038d58f Compare May 10, 2026 10:24
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch from 038d58f to 605b66c Compare May 10, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants