Skip to content

chore(deps): update go dependencies#339

Open
red-hat-konflux[bot] wants to merge 1 commit intorelease-1.4from
konflux/mintmaker/release-1.4/go-deps
Open

chore(deps): update go dependencies#339
red-hat-konflux[bot] wants to merge 1 commit intorelease-1.4from
konflux/mintmaker/release-1.4/go-deps

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Apr 21, 2026

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/iam indirect minor v1.9.0v1.11.0
cloud.google.com/go/longrunning indirect minor v0.11.0v0.13.0
cloud.google.com/go/security require minor v1.22.0v1.23.0
github.com/aws/aws-sdk-go-v2/credentials indirect patch v1.19.13v1.19.16
github.com/aws/aws-sdk-go-v2/feature/ec2/imds indirect patch v1.18.22v1.18.23
github.com/aws/aws-sdk-go-v2/internal/configsources indirect patch v1.4.22v1.4.23
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding indirect patch v1.13.8v1.13.9
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url indirect patch v1.13.22v1.13.23
github.com/aws/aws-sdk-go-v2/service/signin indirect patch v1.0.10v1.0.11
github.com/fsnotify/fsnotify indirect minor v1.9.0v1.10.1
github.com/go-openapi/runtime indirect patch v0.29.4v0.29.5
github.com/go-openapi/runtime require patch v0.29.4v0.29.5
github.com/go-openapi/strfmt indirect patch v0.26.1v0.26.2
github.com/go-openapi/strfmt require patch v0.26.1v0.26.2
github.com/letsencrypt/boulder indirect minor v0.20260420.0v0.20260504.0
github.com/secure-systems-lab/go-securesystemslib indirect minor v0.10.0v0.11.0
go.step.sm/crypto require minor v0.77.2v0.78.0
golang.org/x/crypto indirect minor v0.50.0v0.51.0
golang.org/x/mod indirect minor v0.35.0v0.36.0
golang.org/x/net indirect minor v0.53.0v0.54.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.276.0v0.278.0
google.golang.org/genproto indirect digest e10c46660b97b3
google.golang.org/genproto/googleapis/api indirect digest e10c46660b97b3
google.golang.org/genproto/googleapis/rpc indirect digest e10c46660b97b3

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.

v0.12.0

Compare Source

  • pubsub: Subscription.Receive now uses streaming pull.

  • pubsub: add Client.TopicInProject to access topics in a different project
    than the client.

  • errors: renamed errorreporting. The errors package will be removed shortly.

  • datastore: improved retry behavior.

  • bigquery: support updates to dataset metadata, with etags.

  • bigquery: add etag support to Table.Update (BREAKING: etag argument added).

  • bigquery: generate all job IDs on the client.

  • storage: support bucket lifecycle configurations.

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.1

Compare Source

Changes and fixes
  • inotify: don't remove sibling watches sharing a path prefix (#​754)

  • inotify, windows: don't rename sibling watches sharing a path prefix
    (#​755)

v1.10.0

Compare Source

This version of fsnotify needs Go 1.23.

Changes and fixes
  • inotify: improve initialization error message (#​731)

  • inotify: send Rename event if recursive watch is renamed (#​696)

  • inotify: avoid copying event buffers when reading names (#​741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#​748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#​740)

  • windows: fix nil pointer dereference in remWatch (#​736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#​709, #​749)

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

v0.29.5

Compare Source

0.29.5 - 2026-05-04

Full Changelog: go-openapi/runtime@v0.29.4...v0.29.5

10 commits in this release.


Implemented enhancements
Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.29.5)

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

v0.26.2

Compare Source

0.26.2 - 2026-04-29

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

13 commits in this release.


Documentation
Performance
Miscellaneous tasks
Updates

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.26.2)

Miscellaneous tasks
Updates

internal/testintegration (0.26.2)

Miscellaneous tasks
Updates
  • build(deps): bump the other-dependencies group across 2 directories with 2 updates by @​dependabot[bot] in #​245 ...
  • build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #​241 ...
  • build(deps): bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.1 in /internal/testintegration in the other-dependencies group across 1 directory by @​dependabot[bot] in #​240 ...
  • build(deps): bump the go-openapi-dependencies group across 2 directories with 1 update by @​dependabot[bot] in #​238 ...
  • build(deps): bump golang.org/x/net from 0.50.0 to 0.52.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #​228 ...
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

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

v0.11.0

Compare Source

smallstep/crypto (go.step.sm/crypto)

v0.78.0

Compare Source

What's Changed

Full Changelog: smallstep/crypto@v0.77.9...v0.78.0

v0.77.9

Compare Source

What's Changed

Full Changelog: smallstep/crypto@v0.77.8...v0.77.9

v0.77.8

Compare Source

What's Changed

Dependencies

Full Changelog: smallstep/crypto@v0.77.2...v0.77.8

v0.77.7

Compare Source

v0.77.6

Compare Source

v0.77.5

Compare Source

v0.77.4

Compare Source

v0.77.3

Compare Source

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

v0.278.0

Compare Source

Features

v0.277.0

Compare Source

Features
Bug Fixes

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

red-hat-konflux Bot commented Apr 21, 2026

ℹ️ Artifact update notice

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):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.7 -> 1.26.0
cloud.google.com/go/kms v1.29.0 -> v1.30.0
github.com/aws/aws-sdk-go-v2 v1.41.6 -> v1.41.7
github.com/aws/aws-sdk-go-v2/config v1.32.12 -> v1.32.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.22 -> v2.7.23
github.com/aws/aws-sdk-go-v2/service/kms v1.50.3 -> v1.51.0
github.com/aws/aws-sdk-go-v2/service/sso v1.30.14 -> v1.30.17
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.18 -> v1.35.21
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 -> v1.42.1
github.com/aws/smithy-go v1.25.0 -> v1.25.1
github.com/googleapis/gax-go/v2 v2.21.0 -> v2.22.0

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/go-deps branch from 8300b65 to ff929b6 Compare April 22, 2026 22:19
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.15 chore(deps): update go dependencies Apr 22, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update go dependencies chore(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.15 Apr 24, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.19.15 chore(deps): update go dependencies Apr 24, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/go-deps branch 20 times, most recently from 11f2514 to 1f0a4bb Compare May 1, 2026 22:33
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/go-deps branch 4 times, most recently from 1ad82d5 to 83b605f Compare May 5, 2026 02:52
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/go-deps branch 8 times, most recently from 5e680c3 to 1742855 Compare May 8, 2026 22:31
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/release-1.4/go-deps branch from 1742855 to aa9b1c6 Compare May 9, 2026 02:39
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