Skip to content

Conversation

@renovate-sh-app
Copy link

@renovate-sh-app renovate-sh-app bot commented Oct 24, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
cloud.google.com/go/pubsub v1.50.0 -> v1.50.1 age confidence require patch
cloud.google.com/go/pubsub/v2 v2.0.0 -> v2.3.0 age confidence require minor
connectrpc.com/connect v1.18.1 -> v1.19.1 age confidence require minor
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2 -> v1.19.1 age confidence require minor
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.11.0 -> v1.13.0 age confidence require minor
github.com/DataDog/go-sqllexer v0.1.6 -> v0.1.9 age confidence require patch
github.com/IBM/sarama v1.46.0 -> v1.46.2 age confidence require patch v1.46.3
github.com/aws/aws-sdk-go-v2 v1.39.2 -> v1.39.4 age confidence require patch v1.39.5
github.com/aws/aws-sdk-go-v2/config v1.31.11 -> v1.31.15 age confidence require patch v1.31.16
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.9 -> v1.18.11 age confidence require patch v1.18.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.3 -> v1.88.7 age confidence require minor v1.89.1 (+1)
github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.37.0 -> v1.39.12 age confidence require minor v1.39.13
github.com/docker/docker v28.3.3+incompatible -> v28.5.1+incompatible age confidence require minor
github.com/go-git/go-git/v5 v5.16.2 -> v5.16.3 age confidence require patch
github.com/go-logfmt/logfmt v0.6.0 -> v0.6.1 age confidence require patch
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 -> v0.1.9 age confidence require patch
github.com/hashicorp/consul/api v1.32.1 -> v1.32.4 age confidence require patch v1.33.0
github.com/hashicorp/vault/api v1.20.0 -> v1.22.0 age confidence require minor
github.com/jaswdr/faker/v2 v2.8.0 -> v2.8.1 age confidence require patch
github.com/klauspost/compress v1.18.0 -> v1.18.1 age confidence require patch
github.com/leodido/go-syslog/v4 v4.2.0 -> v4.3.0 age confidence replace minor
github.com/leodido/go-syslog/v4 v4.2.0 -> v4.3.0 age confidence require minor
github.com/ohler55/ojg v1.26.8 -> v1.26.10 age confidence require patch
github.com/oliver006/redis_exporter v1.74.0 -> v1.79.0 age confidence require minor
github.com/prometheus-community/yet-another-cloudwatch-exporter v0.62.1 -> v0.63.0 age confidence require minor
github.com/prometheus/common v0.66.1 -> v0.67.1 age confidence require minor v0.67.2
github.com/prometheus/mysqld_exporter v0.17.2 -> v0.18.0 age confidence require minor
github.com/samber/lo v1.51.0 -> v1.52.0 age confidence require minor
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34 -> v1.0.0-beta.35 age confidence require patch
github.com/spf13/cobra v1.9.1 -> v1.10.1 age confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
go (source) 1.25.1 -> 1.25.3 age confidence golang patch
go.opentelemetry.io/contrib/propagators/jaeger v1.35.0 -> v1.38.0 age confidence require minor
golang.org/x/crypto v0.42.0 -> v0.43.0 age confidence require minor
golang.org/x/net v0.44.0 -> v0.46.0 age confidence require minor
golang.org/x/oauth2 v0.31.0 -> v0.32.0 age confidence require minor
golang.org/x/sys v0.36.0 -> v0.37.0 age confidence require minor
golang.org/x/text v0.29.0 -> v0.30.0 age confidence require minor
golang.org/x/time v0.13.0 -> v0.14.0 age confidence require minor
golang.org/x/tools v0.36.0 -> v0.38.0 age confidence require minor
google.golang.org/grpc v1.75.1 -> v1.76.0 age confidence require minor

Release Notes

connectrpc/connect-go (connectrpc.com/connect)

v1.19.1

Compare Source

What's Changed

Bugfixes

Full Changelog: connectrpc/connect-go@v1.19.0...v1.19.1

v1.19.0

Compare Source

This release introduces the highly requested "simple" flag for code generation, making Connect significantly more ergonomic for everyday RPC development.

The new simple flag in protoc-gen-connect-go generates cleaner, more intuitive client and handler interfaces that eliminate request/response wrappers for most use cases. This addresses community feedback about verbosity and provides a more straightforward API. When enabled, metadata (headers/trailers) can be passed through context instead of explicit wrapper objects, optimizing for the common case where developers don't need direct access to HTTP headers.

What's Changed

Enhancements
Bugfixes
  • Include valid spec and headers when calling recover handler for streaming RPCs by @​jhump in #​817
Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.18.1...v1.19.0

DataDog/go-sqllexer (github.com/DataDog/go-sqllexer)

v0.1.9

Compare Source

v0.1.8

Compare Source

v0.1.7

Compare Source

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

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

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.39.4

Compare Source

v1.39.3

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/account: v1.28.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.35.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.32.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.78
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.29.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.46.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/cognitosync: v1.28.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.39.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/docdb: v1.46.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing: v1.33.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.36.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/firehose: v1.41.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/healthlake: v1.34.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/iotanalytics: v1.31.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/launchwizard: v1.13.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/location: v1.49.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/macie2: v1.49.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics: v1.29.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.81.0
    • Feature: AWS Elemental MediaLive now has a field called "SubtitleRows" for controlling subtitle row count for DVB-Sub and Burn-In captions outputs
  • github.com/aws/aws-sdk-go-v2/service/memorydb: v1.31.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/migrationhuborchestrator: v1.18.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/networkmonitor: v1.12.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/organizations: v1.44.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/paymentcryptography: v1.23.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/pricing: v1.39.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.38.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/qconnect: v1.22.0
    • Feature: Releasing model ID support for UpdateAIPrompt
  • github.com/aws/aws-sdk-go-v2/service/qldb: v1.30.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.103.3
    • Documentation: Updates Amazon RDS documentation for Db2 read-only replicas.
  • github.com/aws/aws-sdk-go-v2/service/redshiftdata: v1.37.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/rolesanywhere: v1.21.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness: v1.26.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.28.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.212.0
    • Feature: Launch SageMaker Notebook Instances support for AL2023 along with P6-B200 instance type and Rootless Docker support for SageMaker Studio.
  • github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime: v1.32.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/sagemakermetrics: v1.18.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.39.3
    • Documentation: Updating SDK examples after launch of shared AWS Cloud Map namespaces
  • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.19.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/sqs: v1.42.0
    • Feature: Remove incorrect endpoint tests
  • github.com/aws/aws-sdk-go-v2/service/synthetics: v1.40.0
    • Feature: Added multi browser support for synthetics canaries, Increased ephemeral storage limit from 5GB to 10GB
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.67.0
    • Feature: test and verified, safe to release
docker/docker (github.com/docker/docker)

v28.5.1+incompatible

Compare Source

v28.5.0+incompatible

Compare Source

v28.4.0+incompatible

Compare Source

go-git/go-git (github.com/go-git/go-git/v5)

v5.16.3

Compare Source

What's Changed

  • internal: Expand regex to fix build [5.x] by @​baloo in #​1644
  • build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by @​baloo in #​1646
  • plumbing: support commits extra headers, support jujutsu signed commit [5.x] by @​baloo in #​1633

Full Changelog: go-git/go-git@v5.16.2...v5.16.3

go-logfmt/logfmt (github.com/go-logfmt/logfmt)

v0.6.1

Compare Source

Fixed
grafana/pyroscope-go (github.com/grafana/pyroscope-go/godeltaprof)

v0.1.9

Compare Source

hashicorp/vault (github.com/hashicorp/vault/api)

v1.21.0

Compare Source

jaswdr/faker (github.com/jaswdr/faker/v2)

v2.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: jaswdr/faker@v2.8.0...v2.8.1

klauspost/compress (github.com/klauspost/compress)

v1.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.0...v1.18.1

leodido/go-syslog (github.com/leodido/go-syslog/v4)

v4.3.0

Compare Source

What's Changed
Features & Enhancements 🎉
  • feat: optionally accept time second fractions for rfc3164 timestamps by @​leodido in #​25
  • feat(octetcounting): improve handling (safer) of max length by @​leodido in #​29
  • feat(rfc3164): extend RFC3164 parser to support Cisco IOS logs by @​alistairking and @​leodido in #​22
  • feat(octetcounting,nontransparent): allow passing down machine options from nontransparent/octetcounting parsers by @​leodido in #​23
  • feat(octetcounting,nontransparent): restore backward compatibility while keeping WithMachineOptions by @​leodido in #​36
Bug Fixes 🪤
  • fix(common): properly escape multi-byte Unicode characters in #​20
Other Changes 🫶
New Contributors

Full Changelog: leodido/go-syslog@v4.2.0...v4.3.0

ohler55/ojg (github.com/ohler55/ojg)

v1.26.10

Compare Source

What's Changed

Full Changelog: ohler55/ojg@v1.26.9...v1.26.10

v1.26.9

Compare Source

What's Changed

New Contributors

Full Changelog: ohler55/ojg@v1.26.8...v1.26.9

oliver006/redis_exporter (github.com/oliver006/redis_exporter)

v1.79.0

Compare Source

v1.78.0

Compare Source

v1.77.0

Compare Source

  • PR #​1035 - Add include-go-runtime-metrics flag to enable Go runtime metrics (thx @​nantiferov !)
  • PR #​1039 - Bump github.com/prometheus/client_golang to 1.23.2

v1.76.0

Compare Source

  • PR #​1030 - Docker images and release binaries now use Golang 1.25
  • PR #​1029 - Fixed cluster mode when retrieving stream info
  • PR #​1020 - Improved error message in the http handler (thanks @​weidongkl )

v1.75.0

Compare Source

  • PR #​1026 - add log-level / REDIS_EXPORTER_LOG_LEVEL setting
  • PR #​1024 - Bump github.com/prometheus/client_golang to 1.23.0
prometheus-community/yet-another-cloudwatch-exporter (github.com/prometheus-community/yet-another-cloudwatch-exporter)

v0.63.0: 0.63.0 / 2025-09-25

[Compare Source](https://redirect.github.com/promet


Configuration

📅 Schedule: Branch creation - Between 06:00 AM and 10:59 AM, only on Monday ( * 6-10 * * 1 ) (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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
Copy link
Author

renovate-sh-app bot commented Oct 24, 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):

  • 33 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.121.4 -> v0.121.6
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 -> v1.5.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 -> v1.7.2
github.com/aws/aws-sdk-go-v2/credentials v1.18.15 -> v1.18.19
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9 -> v1.4.11
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9 -> v2.7.11
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 -> v1.8.4
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.6 -> v1.4.11
github.com/aws/aws-sdk-go-v2/service/amp v1.30.5 -> v1.40.1
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.2 -> v1.35.4
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.24.8 -> v1.32.4
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.2 -> v1.59.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.45.3 -> v1.50.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.1 -> v1.57.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.237.0 -> v1.253.0
github.com/aws/aws-sdk-go-v2/service/iam v1.38.3 -> v1.47.5
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 -> v1.13.2
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.6 -> v1.9.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 -> v1.13.11
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.6 -> v1.19.11
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.25.8 -> v1.30.4
github.com/aws/aws-sdk-go-v2/service/shield v1.29.8 -> v1.34.4
github.com/aws/aws-sdk-go-v2/service/sso v1.29.5 -> v1.29.8
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 -> v1.35.3
github.com/aws/aws-sdk-go-v2/service/storagegateway v1.34.8 -> v1.42.4
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 -> v1.38.9
github.com/aws/smithy-go v1.23.0 -> v1.23.1
github.com/go-jose/go-jose/v4 v4.1.1 -> v4.1.2
github.com/gomodule/redigo v1.9.2 -> v1.9.3
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 -> v0.2.0
golang.org/x/mod v0.28.0 -> v0.29.0
golang.org/x/term v0.35.0 -> v0.36.0

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-dependencies branch 12 times, most recently from a9a3098 to 7d77138 Compare October 30, 2025 18:22
| datasource     | package                                                         | from                 | to                   |
| -------------- | --------------------------------------------------------------- | -------------------- | -------------------- |
| go             | cloud.google.com/go/pubsub                                      | v1.50.0              | v1.50.1              |
| go             | cloud.google.com/go/pubsub/v2                                   | v2.0.0               | v2.3.0               |
| go             | connectrpc.com/connect                                          | v1.18.1              | v1.19.1              |
| go             | github.com/Azure/azure-sdk-for-go/sdk/azcore                    | v1.18.2              | v1.19.1              |
| go             | github.com/Azure/azure-sdk-for-go/sdk/azidentity                | v1.11.0              | v1.13.0              |
| go             | github.com/DataDog/go-sqllexer                                  | v0.1.6               | v0.1.9               |
| go             | github.com/IBM/sarama                                           | v1.46.0              | v1.46.2              |
| go             | github.com/aws/aws-sdk-go-v2                                    | v1.39.2              | v1.39.4              |
| go             | github.com/aws/aws-sdk-go-v2/config                             | v1.31.11             | v1.31.15             |
| go             | github.com/aws/aws-sdk-go-v2/feature/ec2/imds                   | v1.18.9              | v1.18.11             |
| go             | github.com/aws/aws-sdk-go-v2/service/s3                         | v1.87.3              | v1.88.7              |
| go             | github.com/aws/aws-sdk-go-v2/service/servicediscovery           | v1.37.0              | v1.39.12             |
| go             | github.com/docker/docker                                        | v28.3.3+incompatible | v28.5.1+incompatible |
| go             | github.com/go-git/go-git/v5                                     | v5.16.2              | v5.16.3              |
| go             | github.com/go-logfmt/logfmt                                     | v0.6.0               | v0.6.1               |
| go             | github.com/grafana/pyroscope-go/godeltaprof                     | v0.1.8               | v0.1.9               |
| go             | github.com/hashicorp/consul/api                                 | v1.32.1              | v1.32.4              |
| go             | github.com/hashicorp/vault/api                                  | v1.20.0              | v1.22.0              |
| go             | github.com/jaswdr/faker/v2                                      | v2.8.0               | v2.8.1               |
| go             | github.com/klauspost/compress                                   | v1.18.0              | v1.18.1              |
| go             | github.com/leodido/go-syslog/v4                                 | v4.2.0               | v4.3.0               |
| go             | github.com/ohler55/ojg                                          | v1.26.8              | v1.26.10             |
| go             | github.com/oliver006/redis_exporter                             | v1.74.0              | v1.79.0              |
| go             | github.com/prometheus-community/yet-another-cloudwatch-exporter | v0.62.1              | v0.63.0              |
| go             | github.com/prometheus/common                                    | v0.66.1              | v0.67.1              |
| go             | github.com/prometheus/mysqld_exporter                           | v0.17.2              | v0.18.0              |
| go             | github.com/samber/lo                                            | v1.51.0              | v1.52.0              |
| go             | github.com/scaleway/scaleway-sdk-go                             | v1.0.0-beta.34       | v1.0.0-beta.35       |
| go             | github.com/spf13/cobra                                          | v1.9.1               | v1.10.1              |
| go             | github.com/stretchr/testify                                     | v1.10.0              | v1.11.1              |
| golang-version | go                                                              | 1.25.1               | 1.25.3               |
| go             | go.opentelemetry.io/contrib/propagators/jaeger                  | v1.35.0              | v1.38.0              |
| go             | golang.org/x/crypto                                             | v0.42.0              | v0.43.0              |
| go             | golang.org/x/net                                                | v0.44.0              | v0.46.0              |
| go             | golang.org/x/oauth2                                             | v0.31.0              | v0.32.0              |
| go             | golang.org/x/sys                                                | v0.36.0              | v0.37.0              |
| go             | golang.org/x/text                                               | v0.29.0              | v0.30.0              |
| go             | golang.org/x/time                                               | v0.13.0              | v0.14.0              |
| go             | golang.org/x/tools                                              | v0.36.0              | v0.38.0              |
| go             | google.golang.org/grpc                                          | v1.75.1              | v1.76.0              |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-dependencies branch from 7d77138 to 1d9eb97 Compare October 30, 2025 21:26
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