Skip to content

fix(deps): update all non-major dependencies#103

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#103
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 20, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/bigquery v1.65.0v1.75.0 age confidence require minor
cloud.google.com/go/pubsub v1.45.3v1.50.2 age confidence require minor
cloud.google.com/go/storage v1.50.0v1.61.3 age confidence require minor
github.com/IBM/sarama v1.45.0v1.47.0 age confidence require minor
github.com/arquivei/foundationkit v0.10.2v0.10.4 age confidence require patch
github.com/confluentinc/confluent-kafka-go/v2 v2.8.0v2.14.0 age confidence require minor
github.com/googleapis/gax-go/v2 v2.14.1v2.21.0 age confidence require minor
github.com/rs/zerolog v1.33.0v1.35.0 age confidence require minor
github.com/segmentio/kafka-go v0.4.47v0.4.50 age confidence require patch
github.com/stretchr/testify v1.10.0v1.11.1 age confidence require minor
go (source) 1.24.71.26.1 age confidence toolchain minor
golang.org/x/sync v0.19.0v0.20.0 age confidence require minor

Release Notes

IBM/sarama (github.com/IBM/sarama)

v1.47.0: Version 1.47.0 (2026-02-27)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance
📦 Dependency updates

New Contributors

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

v1.46.3: Version 1.46.3 (2025-10-26)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
  • chore(ci): extract tool versions and add renovate customManagers by @​dnwe in #​3346

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

v1.46.2: Version 1.46.2 (2025-10-10)

Compare Source

What's Changed

A big focus on improving our support for newer protocol versions in this release, particularly supporting a wider range of flexible versions

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
➕ Other Changes

Full Changelog: IBM/sarama@v1.46.1...v1.46.2

v1.46.1: Version 1.46.1 (2025-09-18)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.24.0 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.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.46.0...v1.46.1

v1.46.0: Version 1.46.0 (2025-08-25)

Compare Source

[!NOTE]
This release contains significant changes. Notably Sarama will now use the ApiVersionRequest response from each broker to aid in selecting the protocol version to use. The existing Version field in sarama.Config will continue to provide a "pinning" mechanism, but can safely be set to a maximum or higher value than the remote cluster and sarama will sensibly pick compatible versions. There is also a performance improvement relating to MetadataRequests whereby Sarama will avoid having more than a single request to each broker in-flight at any given time. These new (optimal) behaviour is on by default can be opt-ed out via the Metadata.SingleFlight field in Config.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.2...v1.46.0

v1.45.2: Version 1.45.2 (2025-05-28)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
➕ Other Changes

New Contributors

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

v1.45.1: Version 1.45.1 (2025-03-02)

Compare Source

What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
New Contributors

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

arquivei/foundationkit (github.com/arquivei/foundationkit)

v0.10.4

Compare Source

What's Changed

Full Changelog: arquivei/foundationkit@v0.10.3...v0.10.4

v0.10.3

Compare Source

What's Changed

Full Changelog: arquivei/foundationkit@v0.10.2...v0.10.3

confluentinc/confluent-kafka-go (github.com/confluentinc/confluent-kafka-go/v2)

v2.14.0

Compare Source

This is a feature release:

Enhancements
  • Add support for Azure User-Assigned Managed Identity (UAMI) authentication in Schema Registry client
  • Add AssociatedNameStrategy (#​1515)
  • Add enableAt to RuleSet (#​1530)
  • Dereference map ptrs for data quality rules (#​1532)

confluent-kafka-go is based on librdkafka v2.14.0, see the
librdkafka v2.14.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

v2.13.3

Compare Source

This is a maintenance release:

Fixes
  • Allow compatibility with librdkafka 2.13.0+ (#​1524)

v2.13.2

Compare Source

This is a maintenance release:

Fixes
  • Allow Azure KMS key version to be optional (#​1503)
  • schemaregistry/rules/encryption: fix dropped errors (#​1512)
  • Update frozen semantics for associations in mock SR client (#​1514)

confluent-kafka-go is based on librdkafka v2.13.2, see the
librdkafka v2.13.2 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

v2.13.0

Compare Source

This is a feature release:

Enhancements
  • Add support for forwarding librdkafka log events to a Go channel in AdminClient (#​1448)
  • Add support for FIPS 140-3 on Schema Registry operations (#​1486)
  • Add Schema Registry Associations support with mock client implementation (#​1485)
  • Add associations example (#​1498)
  • Handle evolution during field transformation (#​1490)
  • Add Accept-Version header to Schema Registry requests (#​1487)
Fixes
  • Fix support for wrapped Avro unions (#​1493)
  • Fix Avro bytes serialization (#​1487)

confluent-kafka-go is based on librdkafka v2.13.0, see the
librdkafka v2.13.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

v2.12.0

Compare Source

This is a feature release:

KIP-848 – General Availability

Starting with confluent-kafka-go 2.12.0, the next generation consumer group rebalance protocol defined in KIP-848 is production-ready. Please refer to the following migration guide for moving from classic to consumer protocol.

Note: The new consumer group protocol defined in KIP-848 is not enabled by default. There are few contract change associated with the new protocol and might cause breaking changes. group.protocol configuration property dictates whether to use the new consumer protocol or older classic protocol. It defaults to classic if not provided.

Enhancements
  • OAuth OIDC method example for Kafka metadata based authentication with
    an Azure IMDS endpoint using an attached managed identity as principal (#​1477).

confluent-kafka-go is based on librdkafka v2.12.0, see the
librdkafka v2.12.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

v2.11.1

Compare Source

This is a maintenance release:

confluent-kafka-go is based on librdkafka v2.11.1, see the
librdkafka v2.11.1 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

v2.11.0

Compare Source

This is a feature release:

confluent-kafka-go is based on librdkafka v2.11.0, see the
librdkafka v2.11.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

v2.10.1

Compare Source

This is a maintenance release:

confluent-kafka-go is based on librdkafka v2.10.1, see the
librdkafka v2.10.1 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

Enhancements
  • Support for schema id in header (#​1431)
  • Use hamba encoder schema function if available (#​1440)
Fixes
  • Prevent panic when schemaregistry is configured without an auth provider (#​1424)
  • Fix NPE in CSFLE executor (#​1432)

v2.10.0

Compare Source

This is a feature release:

confluent-kafka-go is based on librdkafka v2.10.0, see the
librdkafka v2.10.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.

There was no v2.9.0 release.

Enhancements
  • [KIP-848] Group Config is now supported in AlterConfigs, IncrementalAlterConfigs and DescribeConfigs. (#​1344)
  • [KIP-848] DescribeConsumerGroups() now supports KIP-848 introduced consumer groups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is a classic or consumer group. Target assignment is only valid for the consumer protocol and its defaults to NULL. (#​1418).
googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.21.0: v2: v2.21.0

Compare Source

Features

v2.20.0: v2: v2.20.0

Compare Source

Features

v2.19.0: v2: v2.19.0

Compare Source

Features
Bug Fixes

v2.18.0: v2: v2.18.0

Compare Source

Features

v2.17.0: v2 2.17.0

Compare Source

Features

v2.16.0: v2 2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features
  • apierror: improve gRPC status code mapping for HTTP errors (#​431) (c207f2a)

v2.14.2

Compare Source

Documentation
rs/zerolog (github.com/rs/zerolog)

v1.35.0

Compare Source

v1.34.0

Compare Source

segmentio/kafka-go (github.com/segmentio/kafka-go)

v0.4.50

Compare Source

What's Changed

Full Changelog: segmentio/kafka-go@v0.4.49...v0.4.50

v0.4.49

Compare Source

What's Changed

New Contributors

Full Changelog: segmentio/kafka-go@v0.4.48...v0.4.49

v0.4.48

[Compare Source](https://redirect.github.com/segmentio/kafka-go/compare/v


Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from marcosbmf as a code owner January 20, 2025 02:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adcd0fe to 82d1692 Compare January 21, 2025 18:21
@renovate renovate bot changed the title chore(deps): update dependency go to v1.23.5 fix(deps): update all non-major dependencies Jan 21, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 21, 2025

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

  • 44 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.16.2 -> v0.24.0
cloud.google.com/go/auth v0.13.0 -> v0.17.0
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.9.0
cloud.google.com/go/longrunning v0.6.3 -> v0.7.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 -> v1.29.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 -> v0.54.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 -> v0.54.0
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 -> v0.0.0-20250501225837-2ac532fd4443
github.com/envoyproxy/protoc-gen-validate v1.1.0 -> v1.2.1
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/s2a-go v0.1.8 -> v0.1.9
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.36.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 -> v0.63.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 -> v0.61.0
go.opentelemetry.io/otel v1.33.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.33.0 -> v1.38.0
go.opentelemetry.io/otel/sdk v1.33.0 -> v1.38.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.33.0 -> v1.38.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a -> v0.0.0-20240719175910-8a7402abbf56
golang.org/x/mod v0.21.0 -> v0.28.0
golang.org/x/time v0.8.0 -> v0.14.0
golang.org/x/tools v0.26.0 -> v0.37.0
google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8 -> v0.0.0-20251111163417-95abcf5c77ba
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 -> v0.0.0-20251111163417-95abcf5c77ba
cloud.google.com/go v0.117.0 -> v0.123.0
cloud.google.com/go/iam v1.3.0 -> v1.5.3
cloud.google.com/go/logging v1.12.0 -> v1.13.0
cloud.google.com/go/monitoring v1.22.0 -> v1.24.2
cloud.google.com/go/trace v1.11.2 -> v1.11.6
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.7
github.com/klauspost/compress v1.17.11 -> v1.18.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9
golang.org/x/crypto v0.32.0 -> v0.43.0
golang.org/x/net v0.34.0 -> v0.46.0
golang.org/x/oauth2 v0.24.0 -> v0.33.0
golang.org/x/sys v0.29.0 -> v0.37.0
golang.org/x/text v0.21.0 -> v0.30.0
google.golang.org/api v0.214.0 -> v0.256.0
google.golang.org/genproto v0.0.0-20241223144023-3abc09e42ca8 -> v0.0.0-20250922171735-9219d122eba9
google.golang.org/grpc v1.69.2 -> v1.76.0
google.golang.org/protobuf v1.36.1 -> v1.36.10

@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency go to v1.23.5 Jan 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency go to v1.23.5 fix(deps): update all non-major dependencies Jan 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6253662 to 67096a5 Compare February 4, 2025 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67096a5 to 1fe4505 Compare February 11, 2025 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b567823 to aa8e58e Compare March 5, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0891039 to 9360a41 Compare March 17, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9360a41 to c109d72 Compare March 22, 2025 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f1af6b0 to 533995c Compare April 7, 2025 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 094fc24 to f3882e6 Compare April 22, 2025 22:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 434dbeb to 84a4720 Compare May 4, 2025 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 448a1f8 to 9a028b6 Compare June 4, 2025 11:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4d16021 to 9254754 Compare June 11, 2025 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from db6395d to 542bcbe Compare June 24, 2025 23:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 73620b8 to 81f2f05 Compare July 8, 2025 21:05
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jul 8, 2025

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9c067ff to 726495c Compare July 10, 2025 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c93d4d8 to b3da940 Compare July 18, 2025 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc99a8a to 779964b Compare July 26, 2025 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d32e4ee to 2492653 Compare August 12, 2025 22:40
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 10, 2025

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

  • 61 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.16.2 -> v0.25.1
cloud.google.com/go/auth v0.13.0 -> v0.18.2
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.9.0
cloud.google.com/go/longrunning v0.6.3 -> v0.8.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 -> v1.30.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 -> v0.55.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 -> v0.55.0
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 -> v0.0.0-20251210132809-ee656c7534f5
github.com/envoyproxy/protoc-gen-validate v1.1.0 -> v1.3.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 -> v2.27.3
github.com/klauspost/cpuid/v2 v2.2.5 -> v2.2.5
github.com/oklog/ulid/v2 v2.1.0 -> v2.1.1
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.25
github.com/prometheus/prometheus v0.300.1 -> v0.308.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.39.0
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.58.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 -> v0.64.0
go.opentelemetry.io/otel v1.33.0 -> v1.42.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 -> v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.33.0 -> v1.42.0
go.opentelemetry.io/otel/sdk v1.33.0 -> v1.42.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.42.0
go.opentelemetry.io/otel/trace v1.33.0 -> v1.42.0
go.opentelemetry.io/proto/otlp v1.4.0 -> v1.9.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a -> v0.0.0-20250808145144-a408d31f581a
golang.org/x/mod v0.31.0 -> v0.33.0
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc -> v0.0.0-20260209163413-e7419c687ee4
golang.org/x/time v0.8.0 -> v0.15.0
golang.org/x/tools v0.40.0 -> v0.42.0
google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 -> v0.0.0-20260319201613-d00831a3d3e7
cloud.google.com/go v0.117.0 -> v0.123.0
cloud.google.com/go/iam v1.3.0 -> v1.5.3
cloud.google.com/go/logging v1.12.0 -> v1.13.2
cloud.google.com/go/monitoring v1.22.0 -> v1.24.3
cloud.google.com/go/trace v1.11.2 -> v1.11.7
github.com/aws/aws-sdk-go v1.55.5 -> v1.55.8
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.14
github.com/klauspost/compress v1.17.11 -> v1.18.4
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/prometheus/client_golang v1.20.5 -> v1.23.2
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.61.0 -> v0.67.4
github.com/prometheus/procfs v0.15.1 -> v0.19.2
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9
github.com/stretchr/objx v0.5.2 -> v0.5.3
golang.org/x/crypto v0.47.0 -> v0.49.0
golang.org/x/net v0.49.0 -> v0.52.0
golang.org/x/oauth2 v0.34.0 -> v0.36.0
golang.org/x/sys v0.40.0 -> v0.42.0
golang.org/x/text v0.33.0 -> v0.35.0
google.golang.org/api v0.214.0 -> v0.272.0
google.golang.org/genproto v0.0.0-20241223144023-3abc09e42ca8 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/grpc v1.69.2 -> v1.79.3
google.golang.org/protobuf v1.36.1 -> v1.36.11

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 2, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants