Skip to content

Build: Bump the go group across 1 directory with 15 updates #1126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the go group with 12 updates in the / directory:

Package From To
gorm.io/driver/postgres 1.5.11 1.6.0
github.com/IBM/sarama 1.45.1 1.45.2
github.com/aws/aws-sdk-go-v2 1.36.3 1.36.4
github.com/aws/aws-sdk-go-v2/config 1.29.14 1.29.16
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.50.0 1.50.2
github.com/aws/aws-sdk-go-v2/service/s3 1.79.4 1.80.2
github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2 2.15.2 2.16.1
github.com/content-services/zest/release/v2025 2025.5.1747750822 2025.6.1749665466
github.com/redhatinsights/platform-go-middlewares/v2 2.0.0-beta.2 2.0.0
github.com/redis/go-redis/v9 9.8.0 9.10.0
github.com/urfave/cli/v2 2.27.6 2.27.7
github.com/RedHatInsights/insights-operator-utils 1.25.13 1.25.14

Updates gorm.io/driver/postgres from 1.5.11 to 1.6.0

Commits

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

Release notes

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

Version 1.45.2 (2025-05-28)

What's Changed

🐛 Fixes

📦 Dependency updates

➕ Other Changes

New Contributors

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

Commits
  • d4acbec chore(deps): update ghcr.io/shopify/toxiproxy docker tag to v2.12.0 (#3171)
  • 876967c fix: improve getMetricName performance (#3156)
  • c5f1af5 chore(ci): bump github/codeql-action from 3.28.11 to 3.28.18 (#3167)
  • 29f5988 chore: Configure Renovate (#3155)
  • eb2bba0 chore(deps): bump golang.org/x/sync from 0.12.0 to 0.14.0 in the golang-x gro...
  • 67d982f chore(ci): bump the actions group with 2 updates (#3162)
  • 29febcd chore(ci): bump docker/bake-action from 6.4.0 to 6.7.0 (#3163)
  • de58f97 chore(deps): bump the go_modules group across 7 directories with 1 update (#3...
  • b10aa9f chore(ci): bump ubi9/ubi-minimal from 9.5 to 9.6 (#3159)
  • 4d2b166 fix(ci): bump golangci-lint to v2 (#3160)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.36.4

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.16

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.67 to 1.17.69

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.50.0 to 1.50.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.4 to 1.80.2

Commits

Updates github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2 from 2.15.2 to 2.16.1

Release notes

Sourced from github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2's releases.

Release v2.16.1

CloudEvents SDK Go v2.16.1

🐛 Bug Fixes and Improvements

  • ⚡ NATS JetStream Enhancement: Made send subject optional via context by @​kmpm in cloudevents/sdk-go#1143

    • Added WithSubject function to override the default subject when sending messages
    • Added comprehensive tests and updated samples
    • Non-breaking enhancement that adds flexibility for NATS users
  • 📝 CloudEvents JSON Handling Fixes by @​alank-ps:

    • WriteJson Fix in cloudevents/sdk-go#1162: Fixed WriteJson to properly handle data as JSON when dataContentType is application/cloudevents+json or batch
    • ConsumeData Fix in cloudevents/sdk-go#1164: Fixed consumeData functions to properly recognize structured mode JSON content types
    • Improves compatibility with the CloudEvents specification
  • 🔧 CI/Test Improvements: Fix failing CI tests by @​embano1 in cloudevents/sdk-go#1156

🔄 Maintenance and Dependency Updates

  • 🛠️ Dependency Management Overhaul by @​embano1 in cloudevents/sdk-go#1145
    • Added script (hack/update-deps.sh) to update Go dependencies across all modules
    • Replaced Dependabot with custom script for better dependency management
    • Removed stale and broken OpenTelemetry samples

📦 Key Dependency Updates:

  • github.com/google/go-cmp: v0.6.0 → v0.7.0
  • golang.org/x/sync: v0.12.0 → v0.13.0
  • github.com/nats-io/nats.go: v1.37.0 → v1.41.2
  • github.com/IBM/sarama: v1.40.1 → v1.45.1
  • github.com/docker/docker: v20.10.17 → v27.1.1
  • go.opentelemetry.io/otel: v1.18.0 → v1.35.0
  • 🐹 Go version: Updated from 1.22 to 1.23.0 (toolchain 1.23.8)

🚨 Breaking Changes

None. All updates are either backward-compatible improvements, bug fixes, or internal refactors.

👥 New Contributors

📋 What's Changed

... (truncated)

Commits
  • 65b45e4 Merge pull request #1164 from alank-ps/main
  • bb544e0 fix: simplify isJSON
  • 1bf32a1 fix: extract IsJson() check to content_type
  • 8ad2c06 fix: consumeData(and ...AsBytes) should consider structued mode JSON content ...
  • 506a8fe Merge pull request #1165 from cloudevents/automated-dependency-updates
  • 5347cb0 chore: update dependencies
  • a50d97a Merge pull request #1162 from alank-ps/main
  • 753ba72 fix: WriteJson should write data as a JSON value when dataContentType=applica...
  • 0d35f37 Merge pull request #1163 from cloudevents/automated-dependency-updates
  • 4546fc7 chore: update dependencies
  • Additional commits viewable in compare view

Updates github.com/cloudevents/sdk-go/v2 from 2.16.0 to 2.16.1

Release notes

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

Release v2.16.1

CloudEvents SDK Go v2.16.1

🐛 Bug Fixes and Improvements

  • ⚡ NATS JetStream Enhancement: Made send subject optional via context by @​kmpm in cloudevents/sdk-go#1143

    • Added WithSubject function to override the default subject when sending messages
    • Added comprehensive tests and updated samples
    • Non-breaking enhancement that adds flexibility for NATS users
  • 📝 CloudEvents JSON Handling Fixes by @​alank-ps:

    • WriteJson Fix in cloudevents/sdk-go#1162: Fixed WriteJson to properly handle data as JSON when dataContentType is application/cloudevents+json or batch
    • ConsumeData Fix in cloudevents/sdk-go#1164: Fixed consumeData functions to properly recognize structured mode JSON content types
    • Improves compatibility with the CloudEvents specification
  • 🔧 CI/Test Improvements: Fix failing CI tests by @​embano1 in cloudevents/sdk-go#1156

🔄 Maintenance and Dependency Updates

  • 🛠️ Dependency Management Overhaul by @​embano1 in cloudevents/sdk-go#1145
    • Added script (hack/update-deps.sh) to update Go dependencies across all modules
    • Replaced Dependabot with custom script for better dependency management
    • Removed stale and broken OpenTelemetry samples

📦 Key Dependency Updates:

  • github.com/google/go-cmp: v0.6.0 → v0.7.0
  • golang.org/x/sync: v0.12.0 → v0.13.0
  • github.com/nats-io/nats.go: v1.37.0 → v1.41.2
  • github.com/IBM/sarama: v1.40.1 → v1.45.1
  • github.com/docker/docker: v20.10.17 → v27.1.1
  • go.opentelemetry.io/otel: v1.18.0 → v1.35.0
  • 🐹 Go version: Updated from 1.22 to 1.23.0 (toolchain 1.23.8)

🚨 Breaking Changes

None. All updates are either backward-compatible improvements, bug fixes, or internal refactors.

👥 New Contributors

📋 What's Changed

... (truncated)

Commits
  • 65b45e4 Merge pull request #1164 from alank-ps/main
  • bb544e0 fix: simplify isJSON
  • 1bf32a1 fix: extract IsJson() check to content_type
  • 8ad2c06 fix: consumeData(and ...AsBytes) should consider structued mode JSON content ...
  • 506a8fe Merge pull request #1165 from cloudevents/automated-dependency-updates
  • 5347cb0 chore: update dependencies
  • a50d97a Merge pull request #1162 from alank-ps/main
  • 753ba72 fix: WriteJson should write data as a JSON value when dataContentType=applica...
  • 0d35f37 Merge pull request #1163 from cloudevents/automated-dependency-updates
  • 4546fc7 chore: update dependencies
  • Additional commits viewable in compare view

Updates github.com/content-services/zest/release/v2025 from 2025.5.1747750822 to 2025.6.1749665466

Commits
  • cc184b2 Update pulp bindings to d6a984592e569b42a26e536b94e27a656a3e4e40b7a8d53bd4983...
  • 6f80ee4 Update pulp bindings to de24b382d968bd5ed3a4252b36e47548436243d0b7a98d596b8e3...
  • abef0dd Update pulp bindings to b96da963e282496dea8346bd425a7e424e98a9bc87e8639db952b...
  • bd7a96d Update pulp bindings to b59d5a8be2d6a9584b32d696a45276abb3d9b5e127b8e3dae9584...
  • 8a76545 Update pulp bindings to 9258456e9d3b4a85d3e54836d2b9792eed98d23f37ae5486b92ad...
  • d915def Update pulp bindings to e69db48356e528a464be3da896237b3bb5b38490a7d54eb5892a9...
  • 375d28f Update pulp bindings to b59d5a8be2d6a9584b32d696a45276abbb2e989f27b8e3dae9584...
  • 9f20ab3 Update pulp bindings to 4ead5b9864b4839e4e5d2a6348bd7ddd45b9b9f57952eab83695d...
  • 39323bb Update pulp bindings to b96da963e282496dea8346bd425a7e8828e449087e8639db952b3...
  • See full diff in compare view

Updates github.com/redhatinsights/platform-go-middlewares/v2 from 2.0.0-beta.2 to 2.0.0

Commits
  • e8b2f99 Stable release v2
  • 399ba78 Add missing user_id field to ServiceAccount identity
  • b08e869 chore: add gobump weekly
  • 36c515b chore: update to Go 1.23+
  • 2d456cc chore(deps): bump golang.org/x/net to 0.33.0
  • e3ddb96 Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5
  • bf8970f Bump github.com/onsi/gomega from 1.33.1 to 1.34.1
  • dfe493f Bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.3
  • dbdff99 Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20
  • 44143f6 Bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.19
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/v9 from 9.8.0 to 9.10.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.10.0

Experimental support for vector sets!

🚀 Highlights

go-redis now supports vector sets. This data type is marked as "in preview" in Redis and its support in go-redis is marked as experimental. You can find examples in the documentation and in the doctests folder.

Changes

🚀 New Features

🧰 Maintenance

  • Add the missing NewFloatSliceResult for testing (#3393)
  • DOC-5078 vector set examples (#3394)

Contributors

We'd like to thank all the contributors who worked on this release!

@​AndBobsYourUncle, @​andy-stark-redis, @​fukua95 and @​ndyakov

9.9.0

🚀 Highlights

  • Token-based Authentication: Added StreamingCredentialsProvider for dynamic credential updates (experimental)
  • Connection Statistics: Added connection waiting statistics for better monitoring
  • Failover Improvements: Added ParseFailoverURL for easier failover configuration
  • Ring Client Enhancements: Added shard access methods for better Pub/Sub management

✨ New Features

  • Added StreamingCredentialsProvider for token-based authentication (#3320)
    • Supports dynamic credential updates
    • Includes connection close hooks
    • Note: Currently marked as experimental
  • Added ParseFailoverURL for parsing failover URLs (#3362)
  • Added connection waiting statistics (#2804)
  • Added new utility functions:
    • ParseFloat and MustParseFloat in public utils package (#3371)
    • Unit tests for Atoi, ParseInt, ParseUint, and ParseFloat (#3377)
  • Added Ring client shard access methods:
    • GetShardClients() to retrieve all active shard clients
    • GetShardClientForKey(key string) to get the shard client for a specific key (#3388)

🐛 Bug Fixes

  • Fixed routing reads to loading slave nodes (#3370)
  • Added support for nil lag in XINFO GROUPS (#3369)
  • Fixed pool acquisition timeout issues (#3381)

... (truncated)

Commits
  • 75e8370 chore(release): Update release notes and versions for v9.10.0 (#3395)
  • 98b224c DOC-5078 vector set examples (#3394)
  • 4e22885 feat: support vectorset (#3375)
  • c609828 chore(tests): add the missing NewFloatSliceResult for testing (#3393)
  • a7772e4 Update RELEASE-NOTES.md (#3391)
  • c935f96 release(go-redis): v9.9.0 (#3390)
  • cb1968c feat(ring): add GetShardClients and GetShardClientForKey methods to Ring for ...
  • 86d418f feat: Introducing StreamingCredentialsProvider for token based authentication...
  • 28a3c97 chore: set the default value for the options.protocol in the init() of `o...
  • 66b61c4 chore(deps): bump rojopolis/spellcheck-github-actions (#3389)
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v2 from 2.27.6 to 2.27.7

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.27.7

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

Commits
  • 19b951a Merge pull request #2159 from urfave/v2-deps-up
  • dd134b5 Update dependencies in v2 series
  • 347cd02 Merge pull request #2157 from urfave/v2-not-dependabot
  • 0acf2e4 Dependabot does not work like this (v2)
  • c7bc0a9 Merge pull request #2154 from urfave/v2-dependabot-maybe
  • 6ec0368 Is this file needed on each release branch? (v2)
  • See full diff in compare view

Updates github.com/RedHatInsights/insights-operator-utils from 1.25.13 to 1.25.14

Release notes

Sourced from github.com/RedHatInsights/insights-operator-utils's releases.

v1.25.14

What's Changed

New Contributors

Full Changelog: RedHatInsights/insights-operator-utils@v1.25.13...v1.25.14

Commits
  • 2e029d1 Merge pull request #617 from Bee-lee/dbily-/UJ1yK3O
  • 9f12959 use os.Hostname() instead of the env var, as it might not be populated yet
  • ee952a2 try using os.Hostname instead of the env var (github runner doesn't have a hn)
  • 4331497 add test case to cloudwatch logging to check new log stream name behavior
  • 15314cf modify cloudwatch logger to use HOSTNAME as log stream name in case it's not ...
  • 9e6d2b8 Merge branch 'master' of github.com:RedHatInsights/insights-operator-utils
  • 8f4df58 Merge pull request #616 from RedHatInsights/dependabot/go_modules/github.com/...
  • fb06a90 Bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0
  • 85eba70 Merge pull request #609 from RedHatInsights/dependabot/go_modules/golang.org/...
  • 8ef5e6c Bump golang.org/x/net from 0.33.0 to 0.38.0
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.25.0 to 0.26.0

Commits
  • 8072180 go.mod: update golang.org/x dependencies
  • 6cacac1 go.mod: update tagx:ignore'd golang.org/x dependencies
  • See full diff 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

Bumps the go group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.11` | `1.6.0` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.45.1` | `1.45.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.3` | `1.36.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.14` | `1.29.16` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.50.0` | `1.50.2` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.79.4` | `1.80.2` |
| [github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2](https://github.com/cloudevents/sdk-go) | `2.15.2` | `2.16.1` |
| [github.com/content-services/zest/release/v2025](https://github.com/content-services/zest) | `2025.5.1747750822` | `2025.6.1749665466` |
| [github.com/redhatinsights/platform-go-middlewares/v2](https://github.com/redhatinsights/platform-go-middlewares) | `2.0.0-beta.2` | `2.0.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.8.0` | `9.10.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.6` | `2.27.7` |
| [github.com/RedHatInsights/insights-operator-utils](https://github.com/RedHatInsights/insights-operator-utils) | `1.25.13` | `1.25.14` |



Updates `gorm.io/driver/postgres` from 1.5.11 to 1.6.0
- [Commits](go-gorm/postgres@v1.5.11...v1.6.0)

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

Updates `github.com/aws/aws-sdk-go-v2` from 1.36.3 to 1.36.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.36.3...v1.36.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.14 to 1.29.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.14...config/v1.29.16)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.67 to 1.17.69
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.67...credentials/v1.17.69)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.50.0 to 1.50.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.50.0...service/s3/v1.50.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.79.4 to 1.80.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.79.4...service/s3/v1.80.2)

Updates `github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2` from 2.15.2 to 2.16.1
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.15.2...v2.16.1)

Updates `github.com/cloudevents/sdk-go/v2` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.16.0...v2.16.1)

Updates `github.com/content-services/zest/release/v2025` from 2025.5.1747750822 to 2025.6.1749665466
- [Release notes](https://github.com/content-services/zest/releases)
- [Commits](content-services/zest@release/v2025.5.1747750822...release/v2025.6.1749665466)

Updates `github.com/redhatinsights/platform-go-middlewares/v2` from 2.0.0-beta.2 to 2.0.0
- [Release notes](https://github.com/redhatinsights/platform-go-middlewares/releases)
- [Commits](RedHatInsights/platform-go-middlewares@v2.0.0-beta.2...v2.0.0)

Updates `github.com/redis/go-redis/v9` from 9.8.0 to 9.10.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.8.0...v9.10.0)

Updates `github.com/urfave/cli/v2` from 2.27.6 to 2.27.7
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.6...v2.27.7)

Updates `github.com/RedHatInsights/insights-operator-utils` from 1.25.13 to 1.25.14
- [Release notes](https://github.com/RedHatInsights/insights-operator-utils/releases)
- [Commits](RedHatInsights/insights-operator-utils@v1.25.13...v1.25.14)

Updates `golang.org/x/text` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: gorm.io/driver/postgres
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/IBM/sarama
  dependency-version: 1.45.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.29.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.17.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-version: 1.50.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.80.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/content-services/zest/release/v2025
  dependency-version: 2025.6.1749665466
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/redhatinsights/platform-go-middlewares/v2
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/urfave/cli/v2
  dependency-version: 2.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/RedHatInsights/insights-operator-utils
  dependency-version: 1.25.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/text
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 16, 2025
Copy link
Member

@swadeley swadeley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@swadeley swadeley merged commit cf7384f into main Jun 16, 2025
21 of 22 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-28b9aa6692 branch June 16, 2025 12:50
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