Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Dec 3, 2025

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/auth indirect minor v0.17.0 -> v0.18.0
cuelang.org/go indirect patch v0.15.1 -> v0.15.3
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp indirect minor v1.5.3 -> v1.6.0
github.com/ThalesIgnite/crypto11 indirect minor v1.2.5 -> v1.6.0
github.com/alibabacloud-go/tea indirect patch v1.3.13 -> v1.3.14
github.com/aliyun/credentials-go indirect patch v1.4.7 -> v1.4.10
github.com/aws/aws-sdk-go-v2/credentials indirect patch v1.19.3 -> v1.19.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds indirect patch v1.18.15 -> v1.18.16
github.com/aws/aws-sdk-go-v2/internal/configsources indirect patch v1.4.15 -> v1.4.16
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url indirect patch v1.13.15 -> v1.13.16
github.com/cloudflare/circl indirect patch v1.6.1 -> v1.6.2
github.com/cncf/xds/go indirect digest 8bfbf64 -> ee656c7
github.com/envoyproxy/protoc-gen-validate indirect minor v1.2.1 -> v1.3.0
github.com/go-openapi/errors indirect patch v0.22.4 -> v0.22.6
github.com/go-openapi/jsonreference indirect patch v0.21.3 -> v0.21.4
github.com/go-openapi/spec indirect patch v0.22.1 -> v0.22.3
github.com/google/go-querystring indirect minor v1.1.0 -> v1.2.0
github.com/letsencrypt/boulder require minor v0.20250721.0 -> v0.20251216.0
github.com/open-policy-agent/opa indirect minor v1.1.0 -> v1.12.1
github.com/sigstore/scaffolding require patch v0.7.22 -> v0.7.33
github.com/sigstore/sigstore require minor v1.9.6-0.20251017153808-5089bd7668f3 -> v1.10.3
github.com/sigstore/sigstore-go require patch v1.1.3 -> v1.1.4
github.com/sigstore/sigstore/pkg/signature/kms/aws require minor v1.9.5 -> v1.10.3
github.com/sigstore/sigstore/pkg/signature/kms/azure require minor v1.9.5 -> v1.10.3
github.com/sigstore/sigstore/pkg/signature/kms/gcp require minor v1.9.6-0.20251017153808-5089bd7668f3 -> v1.10.3
github.com/sigstore/sigstore/pkg/signature/kms/hashivault require minor v1.9.5 -> v1.10.3
github.com/spf13/cobra require patch v1.10.1 -> v1.10.2
github.com/transparency-dev/formats indirect digest 2de64aa -> 0e991b4
github.com/transparency-dev/tessera indirect patch v1.0.0 -> v1.0.1
gitlab.com/gitlab-org/api/client-go indirect minor v1.5.0 -> v1.10.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc indirect minor v0.63.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp indirect minor v0.63.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/runtime indirect minor v0.63.0 -> v0.64.0
go.opentelemetry.io/otel/exporters/prometheus indirect minor v0.60.0 -> v0.61.0
golang.org/x/crypto require minor v0.45.0 -> v0.46.0
golang.org/x/exp indirect digest 87e1e73 -> 944ab1f
golang.org/x/mod indirect minor v0.30.0 -> v0.31.0
golang.org/x/net require minor v0.47.0 -> v0.48.0
golang.org/x/oauth2 indirect minor v0.33.0 -> v0.34.0
golang.org/x/sync indirect minor v0.18.0 -> v0.19.0
golang.org/x/sys indirect minor v0.38.0 -> v0.39.0
golang.org/x/term indirect minor v0.37.0 -> v0.38.0
golang.org/x/text indirect minor v0.31.0 -> v0.32.0
golang.org/x/tools indirect minor v0.39.0 -> v0.40.0
google.golang.org/api indirect minor v0.257.0 -> v0.258.0
google.golang.org/genproto indirect digest ff82c1b -> 0a764e5
google.golang.org/genproto/googleapis/api indirect digest ff82c1b -> 0a764e5
google.golang.org/genproto/googleapis/rpc indirect digest ff82c1b -> 0a764e5
k8s.io/api require minor v0.34.2 -> v0.35.0
k8s.io/apiextensions-apiserver indirect minor v0.34.2 -> v0.35.0
k8s.io/apimachinery require minor v0.34.2 -> v0.35.0
k8s.io/client-go require minor v0.34.2 -> v0.35.0
k8s.io/code-generator replace minor v0.34.2 -> v0.35.0
k8s.io/code-generator require minor v0.34.2 -> v0.35.0
k8s.io/gengo/v2 indirect digest ec3ebc5 -> 5ee0d03
k8s.io/utils indirect digest bc988d5 -> 718f0e5
knative.dev/pkg require digest e853b1d -> 80c8bc4

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/auth)

v0.18.0

Compare Source

  • bigquery:

    • Marked stable.
    • Schema inference of nullable fields supported.
    • Added TimePartitioning to QueryConfig.
  • firestore: Data provided to DocumentRef.Set with a Merge option can contain
    Delete sentinels.

  • logging: Clients can accept parent resources other than projects.

  • pubsub:

    • pubsub/pstest: A lighweight fake for pubsub. Experimental; feedback welcome.
    • Support updating more subscription metadata: AckDeadline,
      RetainAckedMessages and RetentionDuration.
  • oslogin/apiv1beta: New client for the Cloud OS Login API.

  • rpcreplay: A package for recording and replaying gRPC traffic.

  • spanner:

    • Add a ReadWithOptions that supports a row limit, as well as an index.
    • Support query plan and execution statistics.
    • Added OpenCensus support.
  • storage: Clarify checksum validation for gzipped files (it is not validated
    when the file is served uncompressed).

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

v0.15.3

Compare Source

Evaluator

Fix a panic which could occur when using Expr after LookupPath on a cue.Value.

cmd/cue

Fix a panic which could occur when using cue cmd tasks referencing definitions.

Fix a panic which could occur when cue get go encountered a Go enum type with zero named values.

Encodings

Fix a bug in the TOML decoder where nested arrays were not being correctly mapped to CUE values.

Full list of changes since v0.15.1

v0.15.2

Compare Source

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

alibabacloud-go/tea (github.com/alibabacloud-go/tea)

v1.3.14

Compare Source

Full Changelog: alibabacloud-go/tea@v1.3.13...v1.3.14

aliyun/credentials-go (github.com/aliyun/credentials-go)

v1.4.10

Compare Source

What's Changed
New Contributors

Full Changelog: aliyun/credentials-go@v1.4.9...v1.4.10

v1.4.9

Compare Source

What's Changed
New Contributors

Full Changelog: aliyun/credentials-go@v1.4.8...v1.4.9

v1.4.8

Compare Source

What's Changed

Full Changelog: aliyun/credentials-go@v1.4.7...v1.4.8

cloudflare/circl (github.com/cloudflare/circl)

v1.6.2: CIRCL v1.6.2

Compare Source

CIRCL v1.6.2

  • New SLH-DSA, improvements in ML-DSA for arm64.
  • Tested compilation on WASM.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.6.1...v1.6.2

envoyproxy/protoc-gen-validate (github.com/envoyproxy/protoc-gen-validate)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v1.2.1...v1.3.0

go-openapi/errors (github.com/go-openapi/errors)

v0.22.6

Compare Source

0.22.6 - 2025-12-19

Documentation update.|Released to be visible on pkg.go.dev

Full Changelog: go-openapi/errors@v0.22.5...v0.22.6

1 commits in this release.


Documentationumentation

People who contributed to this release

errors license terms

License

v0.22.5

Compare Source

0.22.5 - 2025-12-06

Full Changelog: go-openapi/errors@v0.22.4...v0.22.5

1 commits in this release.


Code quality

People who contributed to this release

errors license terms

License

go-openapi/jsonreference (github.com/go-openapi/jsonreference)

v0.21.4

Compare Source

0.21.4 - 2025-12-08

Full Changelog: go-openapi/jsonreference@v0.21.3...v0.21.4

1 commits in this release.


Documentation

People who contributed to this release

New Contributors

jsonreference license terms

License

go-openapi/spec (github.com/go-openapi/spec)

v0.22.3

Compare Source

0.22.3 - 2025-12-24

Full Changelog: go-openapi/spec@v0.22.2...v0.22.3

1 commits in this release.


Fixed bugs

People who contributed to this release

spec license terms

License

v0.22.2

Compare Source

0.22.2 - 2025-12-08

Full Changelog: go-openapi/spec@v0.22.1...v0.22.2

1 commits in this release.


Documentation

People who contributed to this release

spec license terms

License

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

v1.2.0

Compare Source

A lot of version bumps, though mostly actually of GitHub Actions that have nothing to do with the package itself.

Two minor code optimizations:

Full Changelog: google/go-querystring@v1.1.0...v1.2.0

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

v0.20251216.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251208.0...v0.20251216.0

v0.20251208.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251202.0...v0.20251208.0

v0.20251202.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251118.0...v0.20251202.0

v0.20251118.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251110.0...v0.20251118.0

v0.20251110.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251103.0...v0.20251110.0

v0.20251103.0

Compare Source

What's Changed

New Contributors

Full Changelog: letsencrypt/boulder@v0.20251027.0...v0.20251103.0

v0.20251027.0

Compare Source

What's Changed


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
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 18 times, most recently from 880b2ad to 0e6e4a0 Compare December 10, 2025 21:23
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 10 times, most recently from 4a38abf to dade899 Compare December 16, 2025 17:23
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 23 times, most recently from 86829e7 to a8bc974 Compare December 24, 2025 21:34
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 5 times, most recently from 15c8ff0 to c2f0446 Compare December 31, 2025 01:18
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 c2f0446 to d3945f8 Compare December 31, 2025 05:34
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