Skip to content

Comments

Bump the go-dependencies group with 7 updates#179

Merged
sanketsudake merged 2 commits intomainfrom
dependabot/go_modules/go-dependencies-5a3bb23647
May 29, 2025
Merged

Bump the go-dependencies group with 7 updates#179
sanketsudake merged 2 commits intomainfrom
dependabot/go_modules/go-dependencies-5a3bb23647

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the go-dependencies group with 7 updates:

Package From To
cloud.google.com/go/pubsub 1.39.0 1.49.0
github.com/IBM/sarama 1.43.2 1.45.1
github.com/aws/aws-sdk-go 1.54.4 1.55.7
github.com/nats-io/nats.go 1.36.0 1.42.0
github.com/rs/xid 1.5.0 1.6.0
google.golang.org/api 0.185.0 0.227.0
sigs.k8s.io/controller-runtime 0.19.0 0.20.4

Updates cloud.google.com/go/pubsub from 1.39.0 to 1.49.0

Commits

Updates github.com/IBM/sarama from 1.43.2 to 1.45.1

Release notes

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

Version 1.45.1 (2025-03-02)

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.0...v1.45.1

Version 1.45.0 (2025-01-07)

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

... (truncated)

Commits
  • 4001b2e chore(ci): bump ubi9/ubi-minimal from b870979 to 3902bab (#3095)
  • 6e71c2f chore(deps): bump the golang-x group across 1 directory with 2 updates (#3098)
  • 13c92aa feat: exponential backoff for clients (#3099)
  • 4a028c4 chore(ci): bump github/codeql-action from 3.28.5 to 3.28.10 (#3104)
  • f296379 chore(ci): bump docker/bake-action from 6.2.0 to 6.4.0 (#3105)
  • c2e0d94 feat(producer): add sync pool for channel reuse (#3109)
  • 3c67885 produce: set MaxTimestamp (#3108)
  • 60592f6 fix(consumer): add recovery from no leader partitions (#3101)
  • 9ae475a Merge pull request #3091 from IBM/dnwe/staticcheck
  • b3aef99 fix(ci): update ignore directives for staticcheck
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.54.4 to 1.55.7

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.7 (2025-04-22)

SDK Bugs

  • service/s3/s3manager: Abort multipart download if object is modified during download

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation

Release v1.55.3 (2024-07-25)

Service Client Updates

  • service/application-autoscaling: Updates service API
  • service/application-signals: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation

... (truncated)

Commits
  • 163aada release v1.55.7 (2025-04-22) (#5346)
  • 9eb2bfd Abort multi part download if the object is modified during download
  • 8d203cc Update bug-report.yml
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats.go from 1.36.0 to 1.42.0

Release notes

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

Release v1.42.0

Changelog

Overview

This release adds per-key TTL functionality to key-value stores. It adds:

  1. LimitMarkerTTL config option to enable automatic tombstone deletion.
  2. KeyTTL option to kv.Create()
  3. PurgeTTL() option to kv.Purge()

ADDED

  • KeyValue:
    • Added KeyValue per key TTL support and limit markers (#1864)

Complete Changes

nats-io/nats.go@v1.41.2...v1.42.0

Release v1.41.2

Changelog

ADDED

  • Core NATS:
    • Add nc.RemoveStatusListener() method (#1856)

FIXED

  • Legacy JetStream:
    • Fix Fetch and FetchBatch memory leak (#1856)
  • Legacy KeyValue:
    • Use context in when purging stream in kv.PurgeDeletes() (#1858)
  • Bump golang.org/x/crypto to fix vulnerability (#1857)

Complete Changes

nats-io/nats.go@v1.41.1...v1.41.2

Release v1.41.1

Changelog

FIXED

  • ObjectStore:
    • Use default timeout for ObjectStore.Get when no deadline is set on ctx (#1850)

IMPROVED

  • Remove golang.org/x/text dependency (#1849)

Complete Changes

... (truncated)

Commits

Updates github.com/rs/xid from 1.5.0 to 1.6.0

Commits

Updates google.golang.org/api from 0.185.0 to 0.227.0

Release notes

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

v0.227.0

0.227.0 (2025-03-19)

Features

v0.226.0

0.226.0 (2025-03-13)

Features

v0.225.0

0.225.0 (2025-03-11)

Features

Bug Fixes

v0.224.0

0.224.0 (2025-03-06)

Features

... (truncated)

Changelog

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

0.227.0 (2025-03-19)

Features

0.226.0 (2025-03-13)

Features

0.225.0 (2025-03-11)

Features

Bug Fixes

0.224.0 (2025-03-06)

Features

Bug Fixes

... (truncated)

Commits

Updates sigs.k8s.io/controller-runtime from 0.19.0 to 0.20.4

Release notes

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

v0.20.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.3...v0.20.4

v0.20.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3

v0.20.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.1...v0.20.2

v0.20.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.0...v0.20.1

v0.20.0

Highlights

  • Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23
  • New experimental priority queue feature
    • More details in #3013 and #2374
    • Can be enabled via manager.Options.Controller.UsePriorityQueue
    • Please give it a try and provide feedback in #2374
  • AggregatedDiscovery is automatically used when available (#2901)

... (truncated)

Commits
  • 0f7927c Merge pull request #3179 from alvaroaleman/lowpdefault
  • 9951869 🌱 TypedRequestForOwner: Decrease priority when unchanged
  • c7d5d83 Fix godoc of TypedEventHandler
  • 2062f3a 🌱 Remove redundant WithLowPriorityWhenUnchanged in builder
  • 2af3164 🌱 Followups to default low priority in mappers
  • 29debb1 🌱 Handlers: Use low priority when object is unchanged and priority q
  • 5355658 🐛Implement priorityqueue as default on handlers if using priorityqueue interf...
  • 3156ace Merge pull request #3175 from k8s-infra-cherrypick-robot/cherry-pick-3166-to-...
  • 4ae5f39 add version.version to tools/setup-envtest to show installed version
  • 833f208 Merge pull request #3173 from k8s-infra-cherrypick-robot/cherry-pick-3167-to-...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 19, 2025
Bumps the go-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.39.0` | `1.49.0` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.43.2` | `1.45.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.54.4` | `1.55.7` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.36.0` | `1.42.0` |
| [github.com/rs/xid](https://github.com/rs/xid) | `1.5.0` | `1.6.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.185.0` | `0.227.0` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.20.4` |


Updates `cloud.google.com/go/pubsub` from 1.39.0 to 1.49.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/v1.39.0...pubsub/v1.49.0)

Updates `github.com/IBM/sarama` from 1.43.2 to 1.45.1
- [Release notes](https://github.com/IBM/sarama/releases)
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.43.2...v1.45.1)

Updates `github.com/aws/aws-sdk-go` from 1.54.4 to 1.55.7
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.54.4...v1.55.7)

Updates `github.com/nats-io/nats.go` from 1.36.0 to 1.42.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.36.0...v1.42.0)

Updates `github.com/rs/xid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/rs/xid/releases)
- [Commits](rs/xid@v1.5.0...v1.6.0)

Updates `google.golang.org/api` from 0.185.0 to 0.227.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.185.0...v0.227.0)

Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.20.4
- [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.19.0...v0.20.4)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/IBM/sarama
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/rs/xid
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.227.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.20.4
  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 force-pushed the dependabot/go_modules/go-dependencies-5a3bb23647 branch from bc5fdc5 to 4b09c62 Compare May 29, 2025 09:18
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
@sanketsudake
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sanketsudake sanketsudake merged commit e4ab22e into main May 29, 2025
16 of 18 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-5a3bb23647 branch May 29, 2025 10:23
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.

1 participant