Skip to content

chore(deps): update go dependencies#619

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

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

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Mar 10, 2026

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/auth indirect minor v0.18.2 -> v0.19.0
github.com/ThalesIgnite/crypto11 require minor v1.2.5 -> v1.6.0
github.com/aliyun/credentials-go indirect patch v1.4.11 -> v1.4.12
github.com/aws/aws-sdk-go-v2/credentials indirect patch v1.19.11 -> v1.19.12
github.com/aws/aws-sdk-go-v2/feature/ec2/imds indirect patch v1.18.19 -> v1.18.20
github.com/aws/aws-sdk-go-v2/internal/configsources indirect patch v1.4.19 -> v1.4.20
github.com/aws/aws-sdk-go-v2/internal/ini indirect patch v1.8.5 -> v1.8.6
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding indirect patch v1.13.6 -> v1.13.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url indirect patch v1.13.19 -> v1.13.20
github.com/aws/aws-sdk-go-v2/service/signin indirect patch v1.0.7 -> v1.0.8
github.com/go-openapi/analysis indirect minor v0.24.3 -> v0.25.0
github.com/go-openapi/strfmt require patch v0.26.0 -> v0.26.1
github.com/goccy/go-json indirect patch v0.10.5 -> v0.10.6
github.com/google/go-containerregistry require minor v0.20.7 -> v0.21.3
github.com/hashicorp/vault/api indirect minor v1.22.0 -> v1.23.0
github.com/in-toto/attestation require minor v1.1.2 -> v1.2.0
github.com/in-toto/in-toto-golang require minor v0.9.0 -> v0.10.0
github.com/klauspost/compress indirect patch v1.18.4 -> v1.18.5
github.com/letsencrypt/boulder indirect minor v0.20260309.0 -> v0.20260317.0
go.step.sm/crypto indirect minor v0.76.2 -> v0.77.1
golang.org/x/crypto indirect minor v0.48.0 -> v0.49.0
golang.org/x/crypto require minor v0.48.0 -> v0.49.0
golang.org/x/mod indirect minor v0.33.0 -> v0.34.0
golang.org/x/net indirect minor v0.51.0 -> v0.52.0
golang.org/x/term require minor v0.40.0 -> v0.41.0
golang.org/x/text indirect minor v0.34.0 -> v0.35.0
golang.org/x/tools indirect minor v0.42.0 -> v0.43.0
google.golang.org/api require minor v0.270.0 -> v0.272.0
google.golang.org/genproto indirect digest a57be14 -> d00831a
google.golang.org/genproto/googleapis/api indirect digest a57be14 -> d00831a
google.golang.org/genproto/googleapis/rpc indirect digest a57be14 -> d00831a
k8s.io/api require patch v0.35.2 -> v0.35.3
k8s.io/apimachinery require patch v0.35.2 -> v0.35.3
k8s.io/client-go require patch v0.35.2 -> v0.35.3
k8s.io/kube-openapi indirect digest 5b3e3fd -> 5883c5e
k8s.io/utils require digest b8788ab -> 28399d8

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.19.0

  • bigquery:

    • Support customer-managed encryption keys.
  • bigtable:

    • Improved emulator support.
    • Support GetCluster.
  • datastore:

    • Add general mutations.
    • Support pointer struct fields.
    • Support transaction options.
  • firestore:

    • Add Transaction.GetAll.
    • Support document cursors.
  • logging:

    • Support concurrent RPCs to the service.
    • Support per-entry resources.
  • profiler:

    • Add config options to disable heap and thread profiling.
    • Read the project ID from $GOOGLE_CLOUD_PROJECT when it's set.
  • pubsub:

    • BEHAVIOR CHANGE: Release flow control after ack/nack (instead of after the
      callback returns).
    • Add SubscriptionInProject.
    • Add OpenCensus instrumentation for streaming pull.
  • storage:

    • Support CORS.
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

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

v1.4.12

Compare Source

What's Changed

Full Changelog: aliyun/credentials-go@v1.4.11...v1.4.12

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/internal/configsources)

v1.4.20

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/internal/v4a: v1.4.20
    • Bug Fix: Read the correct auth property for SigV4A signing names.
  • github.com/aws/aws-sdk-go-v2/service/connecthealth: v1.0.0
    • Release: New AWS service client module
    • Feature: Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.294.0
    • Feature: Added metadata field to CapacityAllocation.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.74.0
    • Feature: Added MALICIOUS FILE to IndicatorType enum in MDC Sequence
  • github.com/aws/aws-sdk-go-v2/service/mpa: v1.7.0
    • Feature: Updates to multi-party approval (MPA) service to add support for approval team baseline operations.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.235.0
    • Feature: Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow.
  • github.com/aws/aws-sdk-go-v2/service/savingsplans: v1.32.0
    • Feature: Added support for OpenSearch and Neptune Analytics to Database Savings Plans.
go-openapi/analysis (github.com/go-openapi/analysis)

v0.25.0

Compare Source

0.25.0 - 2026-03-17

Added diff package migrated from go-swagger

Full Changelog: go-openapi/analysis@v0.24.3...v0.25.0

70 commits in this release.


Implemented enhancements
  • feat(diff): introducing warning compatibility level by @​schafle ...
Fixed bugs
  • fix(diff): fixed diff status on added required property by @​fredbi ...
  • fix: 1) adds supports for Diff to report on changed extension values #​2984 and 2) detects request param extension changes #​2983 ...
  • fix(diff): swagger diff is not working for certain cases by @​schafle ...
  • fix diff tests by @​casualjim ...
  • fixes ##​2831, circular dependency issue ...
  • Fixed panic for ref combinations by @​wjase ...
  • fix(diff): fixed diff status on added required property by @​fredbi ...
  • fix: 1) adds supports for Diff to report on changed extension values #​2984 and 2) detects request param extension changes #​2983 ...
  • fix: diff result has no URL, when there is an object type array field in the schema by @​EarthSoar ...
  • fix(diff): swagger diff is not working for certain cases by @​schafle ...
  • fix diff tests by @​casualjim ...
  • fixes ##​2831, circular dependency issue ...
  • Fixed panic for ref combinations by @​wjase ...
Refactor
Documentation
Code quality
Testing
  • test(diff): adapted tests following the migration of the diff package from go-swagger by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

New Contributors

analysis license terms

License

Per-module changes


internal/testintegration (0.25.0)

Miscellaneous tasks
go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.26.1

Compare Source

0.26.1 - 2026-03-15

Full Changelog: go-openapi/strfmt@v0.26.0...v0.26.1

8 commits in this release.


Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.26.1)

Miscellaneous tasks

internal/testintegration (0.26.1)

Miscellaneous tasks
goccy/go-json (github.com/goccy/go-json)

v0.10.6: 0.10.6

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-json@v0.10.5...v0.10.6

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

v0.21.3

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.2...v0.21.3

v0.21.2

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2

v0.21.1

Compare Source

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1

v0.21.0

Compare Source

This release updates the minimum Go version to 1.25.6.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0

v0.20.8

Compare Source

in-toto/attestation (github.com/in-toto/attestation)

v1.2.0

Compare Source

Core Attestation Framework Spec Changes

New / Updated Predicates

Language Bindings Changes

Other Changes

New Contributors

Full Changelog: in-toto/attestation@v1.1.2...v1.2.0

in-toto/in-toto-golang (github.com/in-toto/in-toto-golang)

v0.10.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 14 times, most recently from 6700520 to 216c42c Compare March 17, 2026 18:31
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 13 times, most recently from fa39a76 to 6de7a15 Compare March 24, 2026 02:26
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 6de7a15 to 6f74cc8 Compare March 24, 2026 06:25
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