Skip to content

chore(deps): bump the go group with 6 updates#1441

Merged
hilmarf merged 1 commit into
mainfrom
dependabot/go_modules/go-d0142a1723
May 5, 2025
Merged

chore(deps): bump the go group with 6 updates#1441
hilmarf merged 1 commit into
mainfrom
dependabot/go_modules/go-d0142a1723

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2025

Copy link
Copy Markdown
Contributor

Bumps the go group with 6 updates:

Package From To
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.73 1.17.74
github.com/aws/aws-sdk-go-v2/service/ecr 1.43.3 1.44.0
github.com/aws/aws-sdk-go-v2/service/s3 1.79.2 1.79.3
github.com/fluxcd/pkg/ssa 0.45.1 0.46.0
github.com/mikefarah/yq/v4 4.45.1 4.45.2
github.com/redis/go-redis/v9 9.7.3 9.8.0

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.73 to 1.17.74

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.43.3 to 1.44.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.79.3

Commits

Updates github.com/fluxcd/pkg/ssa from 0.45.1 to 0.46.0

Commits
  • 7e9c75b Merge pull request #913 from fluxcd/update-deps-internal-k8s-1.33
  • 9d7ac7b Update internal dependencies
  • 7a0e0e2 Merge pull request #903 from fluxcd/dependabot/github_actions/ci-eefd586f05
  • 0b69606 build(deps): bump the ci group across 1 directory with 12 updates
  • 1b76ef3 Merge pull request #912 from fluxcd/k8s-1.33
  • bcb62f2 Update to Kubernetes 1.33.0 and Go 1.24.0
  • 877b123 Merge pull request #904 from fluxcd/git-mtls
  • ee8655f Remove duplicate err return
  • 3465f32 Wire ClientCert and ClientKey into gogit client
  • f069943 Add ClientCert and ClientKey to Git auth options
  • Additional commits viewable in compare view

Updates github.com/mikefarah/yq/v4 from 4.45.1 to 4.45.2

Release notes

Sourced from github.com/mikefarah/yq/v4's releases.

v4.45.2

Changelog

Sourced from github.com/mikefarah/yq/v4's changelog.

4.45.2:

Commits

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

Release notes

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

v9.8.0

9.8.0 (2025-04-30)

🚀 Highlights

  • Redis 8 Support: Full compatibility with Redis 8.0, including testing and CI integration
  • Enhanced Hash Operations: Added support for new hash commands (HGETDEL, HGETEX, HSETEX) and HSTRLEN command
  • Search Improvements: Enabled Search DIALECT 2 by default and added CountOnly argument for FT.Search

✨ New Features

  • Added support for new hash commands: HGETDEL, HGETEX, HSETEX (#3305)
  • Added HSTRLEN command for hash operations (#2843)
  • Added Do method for raw query by single connection from pool.Conn() (#3182)
  • Prevent false-positive marshaling by treating zero time.Time as empty in isEmptyValue (#3273)
  • Added FailoverClusterClient support for Universal client (#2794)
  • Added support for cluster mode with IsClusterMode config parameter (#3255)
  • Added client name support in HELLO RESP handshake (#3294)
  • Enabled Search DIALECT 2 by default (#3213)
  • Added read-only option for failover configurations (#3281)
  • Added CountOnly argument for FT.Search to use LIMIT 0 0 (#3338)
  • Added DB option support in NewFailoverClusterClient (#3342)
  • Added nil check for the options when creating a client (#3363)

🐛 Bug Fixes

  • Fixed PubSub concurrency safety issues (#3360)
  • Fixed panic caused when argument is nil (#3353)
  • Improved error handling when fetching master node from sentinels (#3349)
  • Fixed connection pool timeout issues and increased retries (#3298)
  • Fixed context cancellation error leading to connection spikes on Primary instances (#3190)
  • Fixed RedisCluster client to consider MASTERDOWN a retriable error (#3164)
  • Fixed tracing to show complete commands instead of truncated versions (#3290)
  • Fixed OpenTelemetry instrumentation to prevent multiple span reporting (#3168)
  • Fixed FT.Search Limit argument and added CountOnly argument for limit 0 0 (#3338)
  • Fixed missing command in interface (#3344)
  • Fixed slot calculation for COUNTKEYSINSLOT command (#3327)
  • Updated PubSub implementation with correct context (#3329)

📚 Documentation

  • Added hash search examples (#3357)
  • Fixed documentation comments (#3351)
  • Added CountOnly search example (#3345)
  • Added examples for list commands: LLEN, LPOP, LPUSH, LRANGE, RPOP, RPUSH (#3234)
  • Added SADD and SMEMBERS command examples (#3242)
  • Updated README.md to use Redis Discord guild (#3331)
  • Updated HExpire command documentation (#3355)
  • Featured OpenTelemetry instrumentation more prominently (#3316)
  • Updated README.md with additional information (#310ce55)

⚡ Performance and Reliability

  • Bound connection pool background dials to configured dial timeout (#3089)
  • Ensured context isn't exhausted via concurrent query (#3334)

... (truncated)

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.73` | `1.17.74` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.43.3` | `1.44.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.79.2` | `1.79.3` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.45.1` | `0.46.0` |
| [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) | `4.45.1` | `4.45.2` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.7.3` | `9.8.0` |


Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.73 to 1.17.74
- [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@feature/s3/manager/v1.17.73...feature/s3/manager/v1.17.74)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.43.3 to 1.44.0
- [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/ssm/v1.43.3...service/s3/v1.44.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.79.2 to 1.79.3
- [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.2...service/s3/v1.79.3)

Updates `github.com/fluxcd/pkg/ssa` from 0.45.1 to 0.46.0
- [Commits](fluxcd/pkg@ssa/v0.45.1...oci/v0.46.0)

Updates `github.com/mikefarah/yq/v4` from 4.45.1 to 4.45.2
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.45.1...v4.45.2)

Updates `github.com/redis/go-redis/v9` from 9.7.3 to 9.8.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.7.3...v9.8.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.17.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.79.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/mikefarah/yq/v4
  dependency-version: 4.45.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels May 4, 2025
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2025 08:33
@github-actions github-actions Bot added the size/s Small label May 4, 2025
@hilmarf hilmarf enabled auto-merge (squash) May 5, 2025 05:52
@hilmarf hilmarf merged commit 4b2be1f into main May 5, 2025
@hilmarf hilmarf deleted the dependabot/go_modules/go-d0142a1723 branch May 5, 2025 05:52
@ocmbot ocmbot Bot added this to the 2025-Q2 milestone May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/s Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant