Skip to content

Bump the go-dependencies group across 1 directory with 9 updates#198

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-cfecc2ac5b
Open

Bump the go-dependencies group across 1 directory with 9 updates#198
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-cfecc2ac5b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the go-dependencies group with 8 updates in the / directory:

Package From To
cloud.google.com/go/pubsub/v2 2.3.0 2.4.0
github.com/IBM/sarama 1.46.3 1.47.0
github.com/aws/aws-sdk-go-v2 1.41.0 1.41.2
github.com/aws/aws-sdk-go-v2/config 1.32.6 1.32.10
github.com/aws/aws-sdk-go-v2/service/kinesis 1.42.9 1.43.1
github.com/aws/aws-sdk-go-v2/service/sqs 1.42.20 1.42.22
github.com/nats-io/nats.go 1.48.0 1.49.0
sigs.k8s.io/controller-runtime 0.22.4 0.23.1

Updates cloud.google.com/go/pubsub/v2 from 2.3.0 to 2.4.0

Release notes

Sourced from cloud.google.com/go/pubsub/v2's releases.

pubsub/v2 2.4.0

2.4.0 (2026-02-04)

Features

  • update image to us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:ec5a10e927e3b3cdc457b23974879644572ab204864f353b19bf35d0af227678 (#13305) (04e111b5)

  • fix concurrent map write (#13530) (50a9c4ac)

  • Add AIInference MessageTransform type (PiperOrigin-RevId: 853856321) (80379edb)

Bug Fixes

  • return AckWithResult after NackImmediately shutdown mode (#13458) (e94436cd)

Documentation

  • Add the IDENTIFIER field behavior annotation to fields of Cloud Pub/Sub methods that represent a specific identity and need to be sourced with additional care (PiperOrigin-RevId: 840763233) (21c9dbfb)

  • A comment for field subscription in message .google.pubsub.v1.CreateSnapshotRequest is updated (PiperOrigin-RevId: 853856321) (80379edb)

  • A comment for field topic in message .google.pubsub.v1.Subscription is updated (PiperOrigin-RevId: 853856321) (80379edb)

  • A comment for field analytics_hub_subscription_info in message .google.pubsub.v1.Subscription is updated (PiperOrigin-RevId: 853856321) (80379edb)

  • add tags documentation links to Pub/Sub resource tags fields (PiperOrigin-RevId: 845891076) (db65e792)

Commits
  • 1846e4e chore: librarian release pull request: 20260204T143905Z (#13773)
  • 124279e chore(internal/kokoro): ref pr target branch in change detect (#13777)
  • a051098 chore: librarian release pull request: 20260204T143312Z (#13772)
  • f6f380c chore(datastore): add tag_format to librarian state for datastore (#13776)
  • 611f239 chore: librarian generate pull request: 20260204T080544Z (#13767)
  • 0e99661 feat(internal/librariangen): propagate requested generator features (#13754)
  • d596a31 chore: update generator release for librariangen docker image (#13761)
  • 6c12afe chore: update CODEOWNERS (#13762)
  • 3e8b1f3 chore(all): update deps (#13403)
  • d0ced49 chore: Migrate gsutil usage to gcloud storage (#13738)
  • Additional commits viewable in compare view

Updates github.com/IBM/sarama from 1.46.3 to 1.47.0

Release notes

Sourced from github.com/IBM/sarama's releases.

Version 1.47.0 (2026-02-27)

What's Changed

🎉 New Features / Improvements

🐛 Fixes

🔧 Maintenance

📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.46.3...v1.47.0

Commits
  • c6a7ea0 chore(deps): bump github.com/klauspost/compress from 1.18.3 to 1.18.4 (#3442)
  • 66eabe8 chore(deps): update dependency dominikh/go-tools to v2026 (#3446)
  • e46c213 ci(gosec): suppress G117 and G704 false positives
  • 7f0e26c ci(workflows): bump golangci-lint to v2.10.1
  • 7a33045 chore(ci): Update registry.access.redhat.com/ubi9/ubi-minimal:9.7 Docker dige...
  • 34acfaa chore(ci): bump the actions group with 2 updates (#3450)
  • 4df4d82 chore(ci): bump github/codeql-action from 4.31.10 to 4.32.4 (#3451)
  • d4862ce chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 in the golang-x grou...
  • c1bf7ec chore: add ai-assistance guidelines to CONTRIBUTING.md (#3452)
  • 0a3b6e3 chore(ci): Update registry.access.redhat.com/ubi9/ubi-minimal:9.7 Docker dige...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.0 to 1.41.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kinesis from 1.42.9 to 1.43.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.20 to 1.42.22

Commits

Updates github.com/nats-io/nats.go from 1.48.0 to 1.49.0

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.49.0

Changelog

ADDED

  • Core NATS:
    • IgnoreDiscoveredServers option for skipping advertised servers (#2022)
    • Reconnect to selected server callback option #1958)
    • Set custom server pool (#1958)
  • KeyValue:
    • Config() method for KeyValueStatus (#2014)

FIXED

  • Core NATS:
    • Only remove requested status listener (#1991)
  • JetStream:
    • Cleanup JS Publisher Status Channel (#1993)
  • Legacy JetStream:
    • Fix nil pointer dereference in ConsumerInfo. Thanks @​olde-ducke for the contribution (#1987)
  • Object store:
    • Use default timeout on object Put when context has no deadline (#2013)

IMPROVED

Complete Changes

nats-io/nats.go@v1.48.0...v1.49.0

Commits
  • d85a35e Release v1.49.0 (#2025)
  • 0d5e984 [IMPROVED] Add JetStream migration guide (#2023)
  • fff2d63 [FIXED] Use default timeout on object Put when context has no deadline (#2013)
  • ca4790e [IMPROVED] Fix code examples, API signatures and technical typos in jetstream...
  • e987dbe [IMPROVED] Fix bug in constant name TimeStampHeader (#2019)
  • 5b2c617 [ADDED] Config method for KeyValueStatus (#2014)
  • 4667f93 [ADDED] Reconnect to selected server and custom server pool (#1958)
  • f89e0bd [ADDED] IgnoreDiscoveredServers option for skipping advertised servers (#2022)
  • b9f59ec [IMPROVED] Use correct comparative form in PullMaxBytes validation messages (...
  • aa67684 [IMPROVED] Fix doc comments for ListKeysFiltered and ListKeys methods (#2017)
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.258.0 to 0.259.0

Release notes

Sourced from google.golang.org/api's releases.

v0.259.0

0.259.0 (2026-01-06)

⚠ BREAKING CHANGES

  • remove firebaseremoteconfig from package list (#3422)

Features

Bug Fixes

  • option: Remove option.WithAuthCredentials from validation (#3420) (2c33732)
  • Remove firebaseremoteconfig from package list (#3422) (fd0ce7c)
  • transport: Remove singleton and restore normal usage of otelgrpc.clientHandler (#3424) (24fbfcb), refs #2321 #2329

Miscellaneous Chores

Changelog

Sourced from google.golang.org/api's changelog.

0.259.0 (2026-01-06)

⚠ BREAKING CHANGES

  • remove firebaseremoteconfig from package list (#3422)

Features

Bug Fixes

  • option: Remove option.WithAuthCredentials from validation (#3420) (2c33732)
  • Remove firebaseremoteconfig from package list (#3422) (fd0ce7c)
  • transport: Remove singleton and restore normal usage of otelgrpc.clientHandler (#3424) (24fbfcb), refs #2321 #2329

Miscellaneous Chores

Commits
  • 8540190 chore(main): release 0.259.0 (#3413)
  • 6e57e38 feat: support write checksums in json resumable uploads (#3405)
  • 1d9673a chore(all): update module google.golang.org/grpc to v1.78.0 (#3423)
  • a783dbb chore: correct release version (#3426)
  • fd0ce7c fix!: remove firebaseremoteconfig from package list (#3422)
  • b599823 feat(all): auto-regenerate discovery clients (#3425)
  • 24fbfcb fix(transport): remove singleton and restore normal usage of otelgrpc.clientH...
  • 632ee92 feat(all): auto-regenerate discovery clients (#3421)
  • 2c33732 fix(option): remove option.WithAuthCredentials from validation (#3420)
  • 75e055a chore(all): update all (#3418)
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.22.4 to 0.23.1

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.23.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1

v0.23.0

🔆 Highlights

⚠️ Breaking changes

✨ Features

🐛 Bugfixes

... (truncated)

Commits
  • f52bbb8 Merge pull request #3437 from k8s-infra-cherrypick-robot/cherry-pick-3430-to-...
  • 4f41337 Merge pull request #3438 from k8s-infra-cherrypick-robot/cherry-pick-3434-to-...
  • e29a1b9 seedling: Test cache reader waits for cache sync
  • 83c8dc3 bug: Fakeclient: Fix status apply if existing object has managedFields set
  • bf6bcd5 Merge pull request #3436 from k8s-infra-cherrypick-robot/cherry-pick-3431-to-...
  • b6a3a46 bug: Fix panic when using CRs with embedded pointer structs
  • 7866fb0 Merge pull request #3433 from k8s-infra-cherrypick-robot/cherry-pick-3425-to-...
  • 90b26f7 check to see if informer is synced and started before returning cache
  • 129853d Merge pull request #3419 from alvaroaleman/limit-cardinality
  • 00b8b07 🐛 Limit depthWithPriorityMetric cardinality to 25
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub/v2](https://github.com/googleapis/google-cloud-go) | `2.3.0` | `2.4.0` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.46.3` | `1.47.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.0` | `1.41.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.6` | `1.32.10` |
| [github.com/aws/aws-sdk-go-v2/service/kinesis](https://github.com/aws/aws-sdk-go-v2) | `1.42.9` | `1.43.1` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.42.20` | `1.42.22` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.48.0` | `1.49.0` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.22.4` | `0.23.1` |



Updates `cloud.google.com/go/pubsub/v2` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v2.3.0...pubsub/v2.4.0)

Updates `github.com/IBM/sarama` from 1.46.3 to 1.47.0
- [Release notes](https://github.com/IBM/sarama/releases)
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.46.3...v1.47.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.0 to 1.41.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.0...v1.41.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.6...config/v1.32.10)

Updates `github.com/aws/aws-sdk-go-v2/service/kinesis` from 1.42.9 to 1.43.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ivs/v1.42.9...service/s3/v1.43.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.42.20 to 1.42.22
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.42.20...service/sqs/v1.42.22)

Updates `github.com/nats-io/nats.go` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.48.0...v1.49.0)

Updates `google.golang.org/api` from 0.258.0 to 0.259.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.258.0...v0.259.0)

Updates `sigs.k8s.io/controller-runtime` from 0.22.4 to 0.23.1
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.22.4...v0.23.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub/v2
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/IBM/sarama
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kinesis
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-version: 1.42.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 1, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants