Skip to content

Update checkoutservice#13

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/checkoutservice
Open

Update checkoutservice#13
renovate[bot] wants to merge 1 commit intomainfrom
renovate/checkoutservice

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Dec 30, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/IBM/sarama v1.42.1v1.48.0 age adoption passing confidence require minor
github.com/golang/protobuf v1.5.3v1.5.4 age adoption passing confidence require patch
github.com/google/uuid v1.4.0v1.6.0 age adoption passing confidence require minor
github.com/sirupsen/logrus v1.9.3v1.9.4 age adoption passing confidence require patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0v0.68.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.0v0.68.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.0v0.68.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.43.0v0.45.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.20.0v1.43.0 age adoption passing confidence require minor
golang 1.21.4-alpine1.26.2-alpine age adoption passing confidence stage minor
google.golang.org/grpc v1.59.0v1.80.0 age adoption passing confidence require minor
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0v1.6.1 age adoption passing confidence require minor
google.golang.org/protobuf v1.31.0v1.36.11 age adoption passing confidence require minor

Release Notes

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

v1.48.0: Version 1.48.0 (2026-04-24)

Compare Source

What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation
➕ Other Changes
New Contributors

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

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
  • chore(deps): update dependency dominikh/go-tools to v2025 by @​renovate[bot] in #​3351
  • chore(deps): update dependency vearutop/teststat to v0.1.27 by @​renovate[bot] in #​3350
  • fix(deps): update module github.com/klauspost/compress to v1.18.1 by @​renovate[bot] in #​3355
🔧 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
  • chore(deps): bump go directive to 1.24.0 and golang.org/x/{crypto,net,sync} by @​dependabot[bot] in #​3288
  • chore(deps): bump the golang-x group across 6 directories with 1 update by @​dependabot[bot] in #​3291
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @​dependabot[bot] in #​3274
🔧 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
  • chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by @​dependabot in #​3103
  • chore(deps): bump the golang-x group across 6 directories with 1 update by @​dependabot in #​3114
  • chore(deps): bump the golang-x group across 7 directories with 2 updates by @​dependabot in #​3121
  • chore(deps): bump the go_modules group across 7 directories with 1 update by @​dependabot in #​3148
  • chore(deps): bump the go_modules group across 7 directories with 1 update by @​dependabot in #​3157
  • chore(deps): bump golang.org/x/sync from 0.12.0 to 0.14.0 in the golang-x group across 1 directory by @​dependabot in #​3161
➕ 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

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!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
  • chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11 by @​dependabot in #​2999
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in the golang-org-x group by @​dependabot in #​3054
🔧 Maintenance

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

v1.44.0: Version 1.44.0 (2024-12-27)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.20 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
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
  • chore(deps): bump the golang-org-x group across 1 directory with 2 updates by @​dependabot in #​3010
  • chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @​dependabot in #​3041
  • chore(deps): bump the golang-org-x group across 1 directory with 2 updates by @​dependabot in #​3040
  • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.21 to 4.1.22 by @​dependabot in #​3038
  • chore(deps): bump the go_modules group across 2 directories with 1 update by @​dependabot in #​3035
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/consumergroup in the go_modules group by @​dependabot in #​3033
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/txn_producer in the go_modules group by @​dependabot in #​3034
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/interceptors in the go_modules group by @​dependabot in #​3032
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/exactly_once in the go_modules group by @​dependabot in #​3031
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @​dependabot in #​3020
🔧 Maintenance
  • chore: add newer kafka versions and bump Go in CI by @​dnwe in #​2969
  • fix(lint): resolve IDENTICAL_BRANCHES issue in broker by @​frzifus in #​2992
  • chore: add version consts for 3.8.1+3.

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 force-pushed the renovate/checkoutservice branch from 8902a18 to eacf618 Compare January 9, 2024 23:49
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 3 times, most recently from 623f69b to c370fc8 Compare January 24, 2024 02:55
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 4 times, most recently from 33e1dc1 to f859eb9 Compare February 14, 2024 02:59
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 3 times, most recently from 8a58f24 to 410fa05 Compare February 24, 2024 05:59
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 410fa05 to f730972 Compare March 7, 2024 18:03
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from f730972 to d6610b9 Compare March 28, 2024 02:45
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 3 times, most recently from 386712b to ca40fe8 Compare April 8, 2024 23:50
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 3 times, most recently from 44c83b7 to 63ebc5f Compare April 30, 2024 23:29
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 63ebc5f to e86fd26 Compare May 9, 2024 02:49
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from e86fd26 to 4c23e3b Compare May 23, 2024 05:40
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from e89bf5c to 0ba46d3 Compare June 5, 2024 02:50
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Jun 5, 2024

ℹ Artifact update notice

File name: src/checkoutservice/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):

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

Details:

Package Change
go 1.19 -> 1.24.0
github.com/eapache/go-resiliency v1.4.0 -> v1.7.0
github.com/go-logr/logr v1.3.0 -> v1.4.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1 -> v2.27.2
github.com/klauspost/compress v1.16.7 -> v1.18.1
github.com/pierrec/lz4/v4 v4.1.18 -> v4.1.22
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9
go.opentelemetry.io/otel/metric v1.20.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.7.1
golang.org/x/crypto v0.14.0 -> v0.43.0
golang.org/x/net v0.17.0 -> v0.46.1-0.20251013234738-63d1a5100f82
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20251022142026-3a174f9686a8
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20251022142026-3a174f9686a8
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 -> v1.38.0
golang.org/x/sys v0.14.0 -> v0.37.0
golang.org/x/text v0.13.0 -> v0.30.0

@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 0ba46d3 to 2484047 Compare June 14, 2024 18:00
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from ffea98d to 9d7a8c7 Compare July 3, 2024 17:51
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 9d7a8c7 to 030ed91 Compare July 29, 2024 17:55
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 030ed91 to 79ca711 Compare August 11, 2024 03:04
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from f90cdb3 to bfa5684 Compare November 9, 2024 02:07
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from bfa5684 to fb567d1 Compare November 24, 2024 12:06
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 10d0322 to 24793a5 Compare December 6, 2024 23:56
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 24793a5 to 33d2ee1 Compare December 14, 2024 02:22
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 4 times, most recently from 1c585f5 to ca74992 Compare December 28, 2024 05:51
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 3 times, most recently from c1688a9 to 9a8b893 Compare January 16, 2025 00:01
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from f454fbb to 7623b5e Compare January 20, 2025 19:41
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 3165b42 to 3201b30 Compare January 25, 2025 07:40
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 3201b30 to 8ea20e2 Compare February 7, 2025 03:26
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 8ea20e2 to fb6f55f Compare February 15, 2025 00:02
@renovate renovate Bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 4bc4bcd to 3d218aa Compare March 6, 2025 07:59
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 3d218aa to 42b6d91 Compare March 27, 2025 00:08
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 42b6d91 to 5f46e10 Compare April 3, 2025 04:16
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 5f46e10 to b53936c Compare April 22, 2025 03:55
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from b53936c to 99ff26e Compare May 8, 2025 00:20
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from 99ff26e to fe122d3 Compare May 16, 2025 00:19
@renovate renovate Bot force-pushed the renovate/checkoutservice branch from fe122d3 to 18860cd Compare May 24, 2025 08:14
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Dec 11, 2025

ℹ️ Artifact update notice

File name: src/checkoutservice/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):

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

Details:

Package Change
go 1.19 -> 1.25.0
github.com/eapache/go-resiliency v1.4.0 -> v1.7.0
github.com/go-logr/logr v1.3.0 -> v1.4.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1 -> v2.28.0
github.com/klauspost/compress v1.16.7 -> v1.18.5
github.com/pierrec/lz4/v4 v4.1.18 -> v4.1.26
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9
go.opentelemetry.io/otel/metric v1.20.0 -> v1.43.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.10.0
golang.org/x/crypto v0.14.0 -> v0.50.0
golang.org/x/net v0.17.0 -> v0.53.0
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20260406210006-6f92a3bedf2d
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 -> v1.43.0
golang.org/x/sys v0.14.0 -> v0.43.0
golang.org/x/text v0.13.0 -> v0.36.0

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