Skip to content

chore(deps): bump the go group with 18 updates#1994

Merged
frewilhelm merged 1 commit into
mainfrom
dependabot/go_modules/go-798cd3e5a5
Jun 8, 2026
Merged

chore(deps): bump the go group with 18 updates#1994
frewilhelm merged 1 commit into
mainfrom
dependabot/go_modules/go-798cd3e5a5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 18 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.41.7 1.41.12
github.com/aws/aws-sdk-go-v2/config 1.32.17 1.32.23
github.com/aws/aws-sdk-go-v2/credentials 1.19.16 1.19.22
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager 0.1.21 0.2.8
github.com/aws/aws-sdk-go-v2/service/ecr 1.57.2 1.58.3
github.com/aws/aws-sdk-go-v2/service/s3 1.101.0 1.103.2
github.com/docker/cli 29.5.0+incompatible 29.5.3+incompatible
github.com/fluxcd/pkg/ssa 0.74.0 0.75.0
github.com/go-openapi/strfmt 0.26.2 0.26.3
github.com/onsi/ginkgo/v2 2.28.3 2.29.0
github.com/onsi/gomega 1.40.0 1.41.0
github.com/redis/go-redis/v9 9.19.0 9.20.0
github.com/rogpeppe/go-internal 1.14.1 1.15.0
github.com/sigstore/rekor 1.5.1 1.5.2
github.com/sigstore/sigstore 1.10.6 1.10.8
go.podman.io/image/v5 5.39.2 5.40.0
golang.org/x/crypto 0.51.0 0.52.0
golang.org/x/net 0.54.0 0.55.0

Updates github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.41.12

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.23

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.16 to 1.19.22

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager from 0.1.21 to 0.2.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.57.2 to 1.58.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.101.0 to 1.103.2

Commits

Updates github.com/docker/cli from 29.5.0+incompatible to 29.5.3+incompatible

Commits
  • d1c06ef Merge pull request #7022 from mickael-docker/docs-request-field
  • 7dd053b Merge pull request #7003 from thaJeztah/logs_links
  • 37c3d31 Merge pull request #7024 from thaJeztah/add_zizmor
  • 45f10f2 Merge pull request #7025 from vvoland/update-go
  • b458dc9 update to go1.26.4
  • 1953194 gha: apply zizmor fixes
  • ac0419e gha: add zizmor workflow
  • 1aa0416 docs: recommend default deny and clarify requesturi field
  • 3a85952 Merge pull request #7020 from thaJeztah/full_semver
  • 8d3fbdf Merge pull request #7019 from thaJeztah/dependabot_labels
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.74.0 to 0.75.0

Commits
  • 6ed3eba Merge pull request #1225 from fluxcd/release-main
  • e260187 Prepare for release
  • 02551b1 Merge pull request #1221 from fluxcd/jwt-from-func
  • 0915954 auth/utils/cijwt: introduce WithHostTokenFunc
  • 67dcea0 Merge pull request #1220 from fluxcd/jwt-from-path
  • c701c72 auth/utils/cijwt: introduce WithHostTokenFile
  • 1772891 Merge pull request #1224 from dipti-pai/add-driftignorerules-to-diffoptions
  • 0a3e4fc Add DriftIgnoreRules to DiffOptions for drift detection
  • 2b9f4c5 Merge pull request #1216 from fluxcd/release-main
  • 715a46d Prepare for release
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.26.2 to 0.26.3

Release notes

Sourced from github.com/go-openapi/strfmt's releases.

v0.26.3

0.26.3 - 2026-05-31

Full Changelog: go-openapi/strfmt@v0.26.2...v0.26.3

15 commits in this release.


Documentation

Miscellaneous tasks

Updates


People who contributed to this release


strfmt license terms

[License][license-url]

... (truncated)

Commits
  • d93543f chore: prepare release v0.26.3
  • 7841767 build(deps): bump the other-dependencies group across 3 directories with 2 up...
  • f041a88 build(deps): bump golang.org/x/net
  • 6ac9968 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 1d31844 fix(ci): monitor - work around dependabot identity requirements
  • 1531efc fix(ci): typo in sha
  • cb7dd25 fix(ci): updated shared ci worflows (fix monitor-bot identity)
  • 62db01a fix(ci): updated shared ci worflows (fix monitor-bot permissions)
  • c7cf6fb fix(ci): updated shared ci worflows (fix monitor-bot filter) (#259)
  • c2e3626 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.28.3 to 2.29.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.29.0

2.29.0

GinkgoHelperGo makes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.

ginkgo outline now includes entries defined in DescribeTableSubtree

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.29.0

GinkgoHelperGo makes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.

ginkgo outline now includes entries defined in DescribeTableSubtree

Commits
  • 04b5bcb v2.29.0
  • 124232a docs: GinkgoHelperGo
  • ad9cee8 feat: GinkgoHelperGo, with integration tests
  • 9e56a0a chore: refactor devcontainer for better maintenance
  • 3d235a9 chore: ignore internal/tmp_*/ integration suite temporary dirs
  • 782666a feat: devcontainer configuration with local pkgsite and GH pages
  • 009dd04 Support DescribeTableSubtree in ginkgo outline
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.40.0 to 1.41.0

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.41.0

Features

Add BeASlice and BeAnArray matchers

Fixes

Object formatting now detects pointer cycles to avoid runaway formatting output.

Commits
  • af2bccb v1.41.0
  • 73e81f6 v1.41.0 (full)
  • e35a84f feat: devcontainer configuration with local pkgsite and GH pages
  • f12e5e1 fix(format): detect pointer cycles to avoid runaway formatting output
  • e14831f Add optionalDescription docs to AsyncAssertion and Assertion interfaces
  • 344b94d Add BeASlice and BeAnArray matchers
  • See full diff in compare view

Updates github.com/redis/go-redis/v9 from 9.19.0 to 9.20.0

Release notes

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

9.20.0

🚀 Highlights

Redis 8.8 Support

This release adds support for Redis 8.8. The README's supported-versions list now includes Redis 8.8 alongside 8.0/8.2/8.4, and CI exercises the 8.8 client-libs-test image across the full suite (Makefile, build workflow, doctests, run-tests action, and docker-compose).

Coverage for the new commands that ship in the 8.x line, rounded out in this release:

  • AR* array data type (#3813) — new array data structure, exposed via the ArrayCmdable interface (see the experimental-features highlight below).
  • INCREX (#3816) — atomic increment with expiration in a single round-trip.
  • XNACK (#3790) — explicit negative-acknowledge of pending stream entries.
  • XAUTOCLAIM PEL deletes (#3798) — XAUTOCLAIM/XAUTOCLAIMJUSTID now return the list of deleted message IDs from the pending entries list.
  • TS.RANGE multiple aggregators (#3791) — TS.RANGE/TS.REVRANGE/TS.MRANGE/TS.MREVRANGE accept multiple aggregators in a single call.
  • Z(UNION|INTER|DIFF) COUNT aggregator (#3802) — COUNT reducer for sorted-set set operations.
  • JSON.SET FPHA (#3797) — new FPHA argument that specifies the floating-point type for homogeneous FP arrays.

CI image bump (#3814) by @​ofekshenawa. Command coverage contributions by @​cxljs, @​elena-kolevska, @​Khukharr, @​ndyakov, and @​ofekshenawa.

Stable RESP3 for RediSearch (UnstableResp3 deprecated)

FT.SEARCH, FT.AGGREGATE, FT.INFO, FT.SPELLCHECK, and FT.SYNDUMP now parse RESP3 (map) responses into the same typed result objects as RESP2 — Val() and Result() work uniformly on both protocols, no flag required. Previously, RESP3 search responses required UnstableResp3: true and were returned as opaque maps accessible only via RawResult() / RawVal().

As a result, the UnstableResp3 option is now a no-op across every options struct (Options, ClusterOptions, UniversalOptions, FailoverOptions, RingOptions) and has been marked // Deprecated:. The field is retained for backwards compatibility — existing code that sets UnstableResp3: true will continue to compile and behave identically — but it will be removed in a future release and new code should not set it. RawResult() / RawVal() continue to work for callers that prefer the raw RESP payload.

(#3741) by @​ndyakov

Experimental Array Data Structure Commands

Adds an experimental ArrayCmdable interface with the AR* command family (ARSet, ARGet, ARGetRange, ARMSet, ARMGet, ARDel, ARDelRange, ARScan, ARSeek, ARNext, ARLastItems, ARGrep, ARGrepWithValues, ARInfo/ARInfoFull, and typed reducers AROpSum/AROpMin/AROpMax/AROpAnd/AROpOr/AROpXor/AROpMatch/AROpUsed) for working with Redis 8.8's new array data type. API is experimental and may change in a future release.

(#3813) by @​cxljs

✨ New Features

  • RESP3 search parser: First-class RESP3 parsing for FT.SEARCH/FT.AGGREGATE/FT.INFO/FT.SPELLCHECK/FT.SYNDUMP responses with backwards compatibility for RESP2 (#3741) by @​ndyakov
  • INCREX: New INCREX command support — atomic increment with expiration (#3816) by @​ndyakov
  • XNACK: Client support for the XNACK stream command for explicitly negative-acknowledging pending entries (#3790) by @​elena-kolevska
  • TS range multiple aggregators: TS.RANGE/TS.REVRANGE/TS.MRANGE/TS.MREVRANGE now accept multiple aggregators in a single call (#3791) by @​elena-kolevska
  • XAutoClaim deleted IDs: XAUTOCLAIM/XAUTOCLAIMJUSTID now return the list of deleted message IDs from the PEL (#3798) by @​Khukharr
  • JSON.SET FPHA: JSON.SET accepts a new FPHA argument that specifies the floating-point type for homogeneous floating-point arrays (#3797) by @​ndyakov
  • Sorted-set union/intersection COUNT: ZUNION/ZINTER/ZDIFF aggregator now supports COUNT (#3802) by @​ofekshenawa
  • FT.HYBRID vector validation: Validates hybrid-search vector input types and adds proper typed vector parameters (#3756) by @​DengY11
  • Cluster pool wait stats: ClusterClient.PoolStats() now accumulates WaitCount and WaitDurationNs across all node pools (previously always zero) (#3809) by @​LINKIWI

🐛 Bug Fixes

  • TLS-only Cluster PubSub: CLUSTER SLOTS port-0 entries now fall back to the origin endpoint's port, fixing dial tcp <ip>:0: connection refused on TLS-only clusters started with --port 0 --tls-port <port> (fixes #3726) (#3828) by @​ndyakov
  • Sharded PubSub reconnect routing: PubSub.conn() now passes both regular (c.channels) and sharded (c.schannels) channels into the per-PubSub newConn closure. Previously, ClusterClient.SSubscribe-only PubSubs reconnected to a random node (because the routing closure saw an empty channel list), the SSUBSCRIBE was sent to the wrong shard, and the resulting MOVED reply was silently dropped (#3829) by @​ndyakov
  • ClusterClient Watch retry: User errors returned from a Watch callback are no longer subjected to cluster-retry classification; transient cluster errors still retry, but a callback returning e.g. net.ErrClosed short-circuits immediately (#3821) by @​obiyang

... (truncated)

Changelog

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

9.20.0 (2026-05-28)

🚀 Highlights

Redis 8.8 Support

This release adds support for Redis 8.8. The README's supported-versions list now includes Redis 8.8 alongside 8.0/8.2/8.4, and CI exercises the 8.8-rc1 client-libs-test image across the full suite (Makefile, build workflow, doctests, run-tests action, and docker-compose).

Coverage for the new commands that ship in the 8.x line, rounded out in this release:

  • AR* array data type (#3813) — new array data structure, exposed via the ArrayCmdable interface (see the experimental-features highlight below).
  • INCREX (#3816) — atomic increment with expiration in a single round-trip.
  • XNACK (#3790) — explicit negative-acknowledge of pending stream entries.
  • XAUTOCLAIM PEL deletes (#3798) — XAUTOCLAIM/XAUTOCLAIMJUSTID now return the list of deleted message IDs from the pending entries list.
  • TS.RANGE multiple aggregators (#3791) — TS.RANGE/TS.REVRANGE/TS.MRANGE/TS.MREVRANGE accept multiple aggregators in a single call.
  • Z(UNION|INTER|DIFF) COUNT aggregator (#3802) — COUNT reducer for sorted-set set operations.
  • JSON.SET FPHA (#3797) — new FPHA argument that specifies the floating-point type for homogeneous FP arrays.

CI image bump (#3814) by @​ofekshenawa. Command coverage contributions by @​cxljs, @​elena-kolevska, @​Khukharr, @​ndyakov, and @​ofekshenawa.

Stable RESP3 for RediSearch (UnstableResp3 deprecated)

FT.SEARCH, FT.AGGREGATE, FT.INFO, FT.SPELLCHECK, and FT.SYNDUMP now parse RESP3 (map) responses into the same typed result objects as RESP2 — Val() and Result() work uniformly on both protocols, no flag required. Previously, RESP3 search responses required UnstableResp3: true and were returned as opaque maps accessible only via RawResult() / RawVal().

As a result, the UnstableResp3 option is now a no-op across every options struct (Options, ClusterOptions, UniversalOptions, FailoverOptions, RingOptions) and has been marked // Deprecated:. The field is retained for backwards compatibility — existing code that sets UnstableResp3: true will continue to compile and behave identically — but it will be removed in a future release and new code should not set it. RawResult() / RawVal() continue to work for callers that prefer the raw RESP payload.

(#3741) by @​ndyakov

Experimental Array Data Structure Commands

Adds an experimental ArrayCmdable interface with the AR* command family (ARSet, ARGet, ARGetRange, ARMSet, ARMGet, ARDel, ARDelRange, ARScan, ARSeek, ARNext, ARLastItems, ARGrep, ARGrepWithValues, ARInfo/ARInfoFull, and typed reducers AROpSum/AROpMin/AROpMax/AROpAnd/AROpOr/AROpXor/AROpMatch/AROpUsed) for working with Redis 8.8's new array data type. API is experimental and may change in a future release.

(#3813) by @​cxljs

✨ New Features

  • RESP3 search parser: First-class RESP3 parsing for FT.SEARCH/FT.AGGREGATE/FT.INFO/FT.SPELLCHECK/FT.SYNDUMP responses with backwards compatibility for RESP2 (#3741) by @​ndyakov
  • INCREX: New INCREX command support — atomic increment with expiration (#3816) by @​ndyakov
  • XNACK: Client support for the XNACK stream command for explicitly negative-acknowledging pending entries (#3790) by @​elena-kolevska
  • TS range multiple aggregators: TS.RANGE/TS.REVRANGE/TS.MRANGE/TS.MREVRANGE now accept multiple aggregators in a single call (#3791) by @​elena-kolevska
  • XAutoClaim deleted IDs: XAUTOCLAIM/XAUTOCLAIMJUSTID now return the list of deleted message IDs from the PEL (#3798) by @​Khukharr
  • JSON.SET FPHA: JSON.SET accepts a new FPHA argument that specifies the floating-point type for homogeneous floating-point arrays (#3797) by @​ndyakov
  • Sorted-set union/intersection COUNT: ZUNION/ZINTER/ZDIFF aggregator now supports COUNT (#3802) by @​ofekshenawa
  • FT.HYBRID vector validation: Validates hybrid-search vector input types and adds proper typed vector parameters (#3756) by @​DengY11
  • Cluster pool wait stats: ClusterClient.PoolStats() now accumulates WaitCount and WaitDurationNs across all node pools (previously always zero) (#3809) by @​LINKIWI

🐛 Bug Fixes

  • TLS-only Cluster PubSub: CLUSTER SLOTS port-0 entries now fall back to the origin endpoint's port, fixing dial tcp <ip>:0: connection refused on TLS-only clusters started with --port 0 --tls-port <port> (fixes #3726) (#3828) by @​ndyakov
  • Sharded PubSub reconnect routing: PubSub.conn() now passes both regular (c.channels) and sharded (c.schannels) channels into the per-PubSub newConn closure. Previously, ClusterClient.SSubscribe-only PubSubs reconnected to a random node (because the routing closure saw an empty channel list), the SSUBSCRIBE was sent to the wrong shard, and the resulting MOVED reply was silently dropped (#3829) by @​ndyakov

... (truncated)

Commits
  • 7d05dd3 chore(release): v9.20.0 (#3832)
  • 9756882 fix(test): make waitForSentinelClusterStable robust to disconnected r… (#3830)
  • 875ce21 fix(sentinel): do not close sentinel when replica list is empty (#3795)
  • 8a027f2 chore(ci): add govulncheck workflow (#3779)
  • d8407df fix(pubsub): include shard channels in newConn routing list (#3829)
  • 6af9bdc fix(cluster): fall back to origin port when CLUSTER SLOTS reports port 0 (#3828)
  • fa5aa8c chore(doc): Update README and CI image. (#3822)
  • fdcc6f9 refactor(keyPos): Enhance key position retrieval with CommandInfo caching (#3...
  • 68a8bc1 fix(sentinel): close non-winning sentinel clients in MasterAddr concurrent pr...
  • 00bf6d3 fix: avoid retrying ClusterClient Watch callback errors (#3821)
  • Additional commits viewable in compare view

Updates github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0

Release notes

Sourced from github.com/rogpeppe/go-internal's releases.

v1.15.0

What's Changed

Full Changelog: rogpeppe/go-internal@v1.14.1...v1.15.0

Commits
  • 8b1dcd4 goproxytest: make .mod and .info files optional
  • 02e5dd4 goproxytest: add overlay capability (#304)
  • 3030644 internal/vcs: remove SYSTEMROOT workaround for Windows
  • a4c00dc goproxytest: handle /@​latest endpoint
  • 19311e8 all: go fix ./...
  • 74d1312 test on Go 1.25 and 1.26
  • aa1b1e2 goproxytest: add Setup (#303)
  • 5223eff testscript: protect against no-op uses of cmp
  • ee70938 testscript: rewind last block if it was not in error
  • a4ecbfb testscript: add a non-failing block to the end of logging tests
  • Additional commits viewable in compare view

Updates github.com/sigstore/rekor from 1.5.1 to 1.5.2

Release notes

Sourced from github.com/sigstore/rekor's releases.

v1.5.2

Changelog

  • 759b98e2a7c39ea9779b6a51299c5f0f987f8802 alpine: Enforce max size limit on decompression (#2831)
  • c7e77ee26edd8631dd417166907093a9f13b85e5 Support restricting kinds on insertion (#2814)
  • a10818a8778dcb58eb582d00ffda4b2c86bf190b fix(trillianclient): strip dns:/// scheme from TLS ServerName in gRPC dial (#2812)
  • 8a2f3a2dd023b81ad8b63e2f365676ec438dc9fa add checks to ensure returned entries match client inputs to rekor-cli (#2799)
  • 0e88bac01d1173b8b2cbc8ed790106441573bbdb add nil pointer check to resolve fuzzing crash (#2807)
  • 93da954478a2ffb1821d4904a80d9a5cbe268324 client: surface last-response details after retries are exhausted (#2796)
  • 4d67ecd8ec810bc6af9761ad10ebd2ac899cfdbd Fix internal error detail leakage in 500 responses (#2801)
  • b34ca94fc01405cb50acb956cc181d57382a6b2d add defensive check to ensure tid is in config ahead of getting client (#2795)
  • 656c832ab90feef91f5dcc751ae1cb851c73f4bd restapi: include inactiveShards in the homepage total count (#2797)

Thanks for all contributors!

Commits
  • 3b75cd9 build(deps): Bump the all group across 1 directory with 7 updates (#2829)
  • 759b98e alpine: Enforce max size limit on decompression (#2831)
  • c7e77ee Support restricting kinds on insertion (#2814)
  • a10818a fix(trillianclient): strip dns:/// scheme from TLS ServerName in gRPC dial (#...
  • c31f3fc build(deps): Bump cloud.google.com/go/profiler from 0.4.3 to 0.6.0
  • f2a9fb0 build(deps): Bump go.uber.org/zap from 1.27.1 to 1.28.0
  • e3ba248 build(deps): Bump golang in the all group across 1 directory
  • 62e5ddd build(deps): Bump github.com/go-openapi/swag from 0.25.5 to 0.26.0
  • f4f91d5 build(deps): Bump github.com/tink-crypto/tink-go-awskms/v2 to v3 (#2827)
  • 9bc540f build(deps): Bump google.com/cloudsdktool/google-cloud-cli (#2820)
  • Additional commits viewable in compare view

Updates github.com/sigstore/sigstore from 1.10.6 to 1.10.8

Release notes

Sourced from github.com/sigstore/sigstore's releases.

v1.10.8

What's Changed

Full Changelog: sigstore/sigstore@v1.10.7...v1.10.8

v1.10.7

What's Changed

Full Changelog: sigstore/sigstore@v1.10.6...v1.10.7

Commits
  • c761681 Support standard PKCS#8 encrypted private key decryption (#2333)
  • 005faf9 Extend PEM private key unmarshalling to support legacy format (#2332)
  • e70e4ed add functional options to DSSE to improve memory usage, validation (#2326)
  • 899684d build(deps): Bump github.com/letsencrypt/boulder (#2307)
  • 181dc40 build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#2308)
  • 2c141a7 build(deps): Bump golangci/golangci-lint-action in the all group (#2328)
  • b6c0214 build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.1 (#2329)
  • 2ff50c9 build(deps): Bump actions/dependency-review-action from 4.8.3 to 5.0.0 (#2330)
  • d0204c3 build(deps): Bump hashicorp/vault from 1.21.4 to 2.0.1 in /test/e2e (#2331)
  • afdf897 build(deps): Bump google.golang.org/grpc in /pkg/signature/kms/gcp (#2312)
  • Additional commits viewable in compare view

Updates go.podman.io/image/v5 from 5.39.2 to 5.40....

Description has been truncated

Bumps the go group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.7` | `1.41.12` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.17` | `1.32.23` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.16` | `1.19.22` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) | `0.1.21` | `0.2.8` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.57.2` | `1.58.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.101.0` | `1.103.2` |
| [github.com/docker/cli](https://github.com/docker/cli) | `29.5.0+incompatible` | `29.5.3+incompatible` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.74.0` | `0.75.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.26.2` | `0.26.3` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.3` | `2.29.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` | `1.41.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.19.0` | `9.20.0` |
| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.14.1` | `1.15.0` |
| [github.com/sigstore/rekor](https://github.com/sigstore/rekor) | `1.5.1` | `1.5.2` |
| [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.10.6` | `1.10.8` |
| [go.podman.io/image/v5](https://github.com/podman-container-tools/container-libs) | `5.39.2` | `5.40.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.51.0` | `0.52.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.54.0` | `0.55.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.41.7 to 1.41.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.7...v1.41.12)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.17...config/v1.32.23)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.16 to 1.19.22
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.16...credentials/v1.19.22)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager` from 0.1.21 to 0.2.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/transfermanager/v0.1.21...feature/s3/transfermanager/v0.2.8)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.57.2 to 1.58.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.57.2...service/s3/v1.58.3)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.101.0 to 1.103.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.101.0...service/s3/v1.103.2)

Updates `github.com/docker/cli` from 29.5.0+incompatible to 29.5.3+incompatible
- [Commits](docker/cli@v29.5.0...v29.5.3)

Updates `github.com/fluxcd/pkg/ssa` from 0.74.0 to 0.75.0
- [Commits](fluxcd/pkg@ssa/v0.74.0...ssa/v0.75.0)

Updates `github.com/go-openapi/strfmt` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.26.2...v0.26.3)

Updates `github.com/onsi/ginkgo/v2` from 2.28.3 to 2.29.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.28.3...v2.29.0)

Updates `github.com/onsi/gomega` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.40.0...v1.41.0)

Updates `github.com/redis/go-redis/v9` from 9.19.0 to 9.20.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.19.0...v9.20.0)

Updates `github.com/rogpeppe/go-internal` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](rogpeppe/go-internal@v1.14.1...v1.15.0)

Updates `github.com/sigstore/rekor` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](sigstore/rekor@v1.5.1...v1.5.2)

Updates `github.com/sigstore/sigstore` from 1.10.6 to 1.10.8
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.10.6...v1.10.8)

Updates `go.podman.io/image/v5` from 5.39.2 to 5.40.0
- [Release notes](https://github.com/podman-container-tools/container-libs/releases)
- [Commits](podman-container-tools/container-libs@image/v5.39.2...image/v5.40.0)

Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0
- [Commits](golang/crypto@v0.51.0...v0.52.0)

Updates `golang.org/x/net` from 0.54.0 to 0.55.0
- [Commits](golang/net@v0.54.0...v0.55.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.12
  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.32.23
  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.19.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.58.3
  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.103.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/docker/cli
  dependency-version: 29.5.3+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/rogpeppe/go-internal
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/sigstore/rekor
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/sigstore/sigstore
  dependency-version: 1.10.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: go.podman.io/image/v5
  dependency-version: 5.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/net
  dependency-version: 0.55.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 Jun 7, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 7, 2026 08:31
@dependabot dependabot Bot added kind/dependency dependency update, etc. kind/chore chore, maintenance, etc. labels Jun 7, 2026
@github-actions github-actions Bot added the size/m Medium label Jun 7, 2026
@frewilhelm frewilhelm merged commit b4cd7aa into main Jun 8, 2026
21 checks passed
@frewilhelm frewilhelm deleted the dependabot/go_modules/go-798cd3e5a5 branch June 8, 2026 06:38
frewilhelm added a commit that referenced this pull request Jun 12, 2026
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

Cherry-pick of #1994 and #2000 from main to releases/0.44

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
matthiasbruns pushed a commit to knp-sap/ocm that referenced this pull request Jun 15, 2026
…1994)

Bumps the go group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) |
`1.41.7` | `1.41.12` |
|
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
| `1.32.17` | `1.32.23` |
|
[github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2)
| `1.19.16` | `1.19.22` |
|
[github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2)
| `0.1.21` | `0.2.8` |
|
[github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2)
| `1.57.2` | `1.58.3` |
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
| `1.101.0` | `1.103.2` |
| [github.com/docker/cli](https://github.com/docker/cli) |
`29.5.0+incompatible` | `29.5.3+incompatible` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.74.0`
| `0.75.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) |
`0.26.2` | `0.26.3` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.3`
| `2.29.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` |
`1.41.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) |
`9.19.0` | `9.20.0` |
|
[github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal)
| `1.14.1` | `1.15.0` |
| [github.com/sigstore/rekor](https://github.com/sigstore/rekor) |
`1.5.1` | `1.5.2` |
| [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) |
`1.10.6` | `1.10.8` |
|
[go.podman.io/image/v5](https://github.com/podman-container-tools/container-libs)
| `5.39.2` | `5.40.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.51.0` |
`0.52.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.54.0` |
`0.55.0` |

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.7 to 1.41.12
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7146c2b4007293f0acc9b2e8b92ffa7a30841df0"><code>7146c2b</code></a>
Release 2026-06-04</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5aef2fd8a4027ecf34eb5e32a28ff4a955b353d6"><code>5aef2fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f94c04478d36a4ffb777221761459fb4b1d20cba"><code>f94c044</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f00b205128286d6431115dd078da3c36197999f4"><code>f00b205</code></a>
bump to smithy-go v1.27.1 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3434">#3434</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c4ad7dee6ebd9a3e1c7ee208f77e4ac8532b17c9"><code>c4ad7de</code></a>
drop service/internal/benchmark (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3433">#3433</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/91eca463daf932474778dc4a984c41ecfcd9dc3c"><code>91eca46</code></a>
Release 2026-06-03.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e9d9e156c352b4956ed0b3d57614467d1f79c62b"><code>e9d9e15</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/def6a3a4bb06c199a4843c501d84730d8235cab4"><code>def6a3a</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/fa369bd7bb9576e85ac094a43a15e8372a3d0129"><code>fa369bd</code></a>
Release 2026-06-03</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/960ee4dc8380a46ded94f3976e073242d42bf8ed"><code>960ee4d</code></a>
Regenerated Clients</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/v1.41.7...v1.41.12">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.23
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7146c2b4007293f0acc9b2e8b92ffa7a30841df0"><code>7146c2b</code></a>
Release 2026-06-04</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5aef2fd8a4027ecf34eb5e32a28ff4a955b353d6"><code>5aef2fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f94c04478d36a4ffb777221761459fb4b1d20cba"><code>f94c044</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f00b205128286d6431115dd078da3c36197999f4"><code>f00b205</code></a>
bump to smithy-go v1.27.1 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3434">#3434</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c4ad7dee6ebd9a3e1c7ee208f77e4ac8532b17c9"><code>c4ad7de</code></a>
drop service/internal/benchmark (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3433">#3433</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/91eca463daf932474778dc4a984c41ecfcd9dc3c"><code>91eca46</code></a>
Release 2026-06-03.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e9d9e156c352b4956ed0b3d57614467d1f79c62b"><code>e9d9e15</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/def6a3a4bb06c199a4843c501d84730d8235cab4"><code>def6a3a</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/fa369bd7bb9576e85ac094a43a15e8372a3d0129"><code>fa369bd</code></a>
Release 2026-06-03</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/960ee4dc8380a46ded94f3976e073242d42bf8ed"><code>960ee4d</code></a>
Regenerated Clients</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.32.17...config/v1.32.23">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.16 to
1.19.22
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7146c2b4007293f0acc9b2e8b92ffa7a30841df0"><code>7146c2b</code></a>
Release 2026-06-04</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5aef2fd8a4027ecf34eb5e32a28ff4a955b353d6"><code>5aef2fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f94c04478d36a4ffb777221761459fb4b1d20cba"><code>f94c044</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f00b205128286d6431115dd078da3c36197999f4"><code>f00b205</code></a>
bump to smithy-go v1.27.1 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3434">#3434</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c4ad7dee6ebd9a3e1c7ee208f77e4ac8532b17c9"><code>c4ad7de</code></a>
drop service/internal/benchmark (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3433">#3433</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/91eca463daf932474778dc4a984c41ecfcd9dc3c"><code>91eca46</code></a>
Release 2026-06-03.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e9d9e156c352b4956ed0b3d57614467d1f79c62b"><code>e9d9e15</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/def6a3a4bb06c199a4843c501d84730d8235cab4"><code>def6a3a</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/fa369bd7bb9576e85ac094a43a15e8372a3d0129"><code>fa369bd</code></a>
Release 2026-06-03</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/960ee4dc8380a46ded94f3976e073242d42bf8ed"><code>960ee4d</code></a>
Regenerated Clients</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.19.16...credentials/v1.19.22">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager` from
0.1.21 to 0.2.8
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ba08dc9776ad30b7e5299dd98f3f0360d39656d4"><code>ba08dc9</code></a>
Release 2026-06-05.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/9a67e21ffef3d8b3c9c84e9ce7d90314b646f395"><code>9a67e21</code></a>
Revert schema serde (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3442">#3442</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/51692f80a1919052106b080468a7d231649d10a4"><code>51692f8</code></a>
s3/transfermanager: avoid double-closing concurrentReader channel after
read ...</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f696d5bbafd406a16429239844c6e70627aee935"><code>f696d5b</code></a>
Release 2026-06-05</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7efb8fd6bd7b33d2242586a63a32eca93f774f89"><code>7efb8fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/1a420c53c9599f9267285650a61009933de8c9bb"><code>1a420c5</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c0287a0e557a3d080c8b2f4378a8d77de93882fb"><code>c0287a0</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2e3344c7878be2d1846c4923a44f6bf0a6109ed6"><code>2e3344c</code></a>
Fix tmv2 flaky test to avoid double closing test channel (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3437">#3437</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/fcf032c2fe36b0188f9b0600b2a3f9cabb74d66e"><code>fcf032c</code></a>
Release 2026-06-04.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/cbec9882fd4a6eee8d06a36a632a5a11d740c9dd"><code>cbec988</code></a>
fix serialization of <a
href="https://github.com/required"><code>@​required</code></a> value
types (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3438">#3438</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/transfermanager/v0.1.21...feature/s3/transfermanager/v0.2.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.57.2 to 1.58.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5102c2e4b1a28439ef06579615323ea351ff1d4a"><code>5102c2e</code></a>
Release 2024-08-02</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/001b1fdb33bd5c41ac2e0c3108107096f46f58a5"><code>001b1fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/0897137f76caba2d0733c709dddcdc803d314d72"><code>0897137</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a2747951bd66c0b687a0a483195843b73f6448bb"><code>a274795</code></a>
add assurance tests for auth scheme select (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2730">#2730</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2d43bf8bc37b409cec3488d61167a19157bd8080"><code>2d43bf8</code></a>
Release 2024-08-01</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5bd193dfea5e730e322beacaed7b1697c7c4f731"><code>5bd193d</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5954703703ed37543b746529f37714bb9c6d3e9e"><code>5954703</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/0c73d2b5dab5b71f49e363b6f0415734b4a1f600"><code>0c73d2b</code></a>
Release 2024-07-30</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3102b1fd84cd8797ad3684bc4b0da0ec98cc2426"><code>3102b1f</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/348b939a21893b9199ecaafe917c538112a6f6b3"><code>348b939</code></a>
Update endpoints model</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/ssm/v1.57.2...service/s3/v1.58.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.101.0 to
1.103.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7146c2b4007293f0acc9b2e8b92ffa7a30841df0"><code>7146c2b</code></a>
Release 2026-06-04</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5aef2fd8a4027ecf34eb5e32a28ff4a955b353d6"><code>5aef2fd</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f94c04478d36a4ffb777221761459fb4b1d20cba"><code>f94c044</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f00b205128286d6431115dd078da3c36197999f4"><code>f00b205</code></a>
bump to smithy-go v1.27.1 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3434">#3434</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c4ad7dee6ebd9a3e1c7ee208f77e4ac8532b17c9"><code>c4ad7de</code></a>
drop service/internal/benchmark (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3433">#3433</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/91eca463daf932474778dc4a984c41ecfcd9dc3c"><code>91eca46</code></a>
Release 2026-06-03.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e9d9e156c352b4956ed0b3d57614467d1f79c62b"><code>e9d9e15</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/def6a3a4bb06c199a4843c501d84730d8235cab4"><code>def6a3a</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/fa369bd7bb9576e85ac094a43a15e8372a3d0129"><code>fa369bd</code></a>
Release 2026-06-03</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/960ee4dc8380a46ded94f3976e073242d42bf8ed"><code>960ee4d</code></a>
Regenerated Clients</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.101.0...service/s3/v1.103.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/docker/cli` from 29.5.0+incompatible to
29.5.3+incompatible
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/d1c06ef6b41d88d76866aea43c246cd7c63d04fa"><code>d1c06ef</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/7022">#7022</a> from
mickael-docker/docs-request-field</li>
<li><a
href="https://github.com/docker/cli/commit/7dd053b1d1d66bec5f793d090dba7e81240afadd"><code>7dd053b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/7003">#7003</a> from
thaJeztah/logs_links</li>
<li><a
href="https://github.com/docker/cli/commit/37c3d316cc76fa9ad27e3897fa7e60c5a3b66d1f"><code>37c3d31</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/7024">#7024</a> from
thaJeztah/add_zizmor</li>
<li><a
href="https://github.com/docker/cli/commit/45f10f226e8e6eba41064a7819bec986ac850288"><code>45f10f2</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/7025">#7025</a> from
vvoland/update-go</li>
<li><a
href="https://github.com/docker/cli/commit/b458dc9e81e732fdaa66dac672db36ff28d6b6c5"><code>b458dc9</code></a>
update to go1.26.4</li>
<li><a
href="https://github.com/docker/cli/commit/1953194bd5a44b1a991eea79c4f0aacfb6c74aab"><code>1953194</code></a>
gha: apply zizmor fixes</li>
<li><a
href="https://github.com/docker/cli/commit/ac0419ea90d1177eb11655a5ee9795126e8deb7a"><code>ac0419e</code></a>
gha: add zizmor workflow</li>
<li><a
href="https://github.com/docker/cli/commit/1aa0416b8a5973bc5f605a42d13f1926ab01f2ac"><code>1aa0416</code></a>
docs: recommend default deny and clarify requesturi field</li>
<li><a
href="https://github.com/docker/cli/commit/3a8595298407d5ab67d0ed13d57819dddf561d98"><code>3a85952</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/7020">#7020</a> from
thaJeztah/full_semver</li>
<li><a
href="https://github.com/docker/cli/commit/8d3fbdf5707f6cd6b3157eef5aeba8af2f436f9d"><code>8d3fbdf</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/7019">#7019</a> from
thaJeztah/dependabot_labels</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/cli/compare/v29.5.0...v29.5.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/fluxcd/pkg/ssa` from 0.74.0 to 0.75.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/6ed3ebab34a97bff519074ee22998eb2ec0b14fc"><code>6ed3eba</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1225">#1225</a> from
fluxcd/release-main</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/e2601878bf15b41a40d4975586667620f65199ba"><code>e260187</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/02551b19904022d9367b0ba88b73f9e072cdab45"><code>02551b1</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1221">#1221</a> from
fluxcd/jwt-from-func</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/0915954b6585407433cd27e0bd6ea8357e8682d3"><code>0915954</code></a>
auth/utils/cijwt: introduce WithHostTokenFunc</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/67dcea0f03f05a47f095ee73359368d366c1916b"><code>67dcea0</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1220">#1220</a> from
fluxcd/jwt-from-path</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c701c72955a10ab46d0824b325c733274cbf7e9b"><code>c701c72</code></a>
auth/utils/cijwt: introduce WithHostTokenFile</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/1772891d9b74b81ac670e046e66ffcde13f3b63e"><code>1772891</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1224">#1224</a> from
dipti-pai/add-driftignorerules-to-diffoptions</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/0a3e4fc075ee3c01814cbb058b8eb1ca2f322122"><code>0a3e4fc</code></a>
Add DriftIgnoreRules to DiffOptions for drift detection</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/2b9f4c54119931dd929e1f47b88ef8ae118fa6c0"><code>2b9f4c5</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/1216">#1216</a> from
fluxcd/release-main</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/715a46d4385689f839ac75f3ac0edd4abb15ae24"><code>715a46d</code></a>
Prepare for release</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/ssa/v0.74.0...ssa/v0.75.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/go-openapi/strfmt` from 0.26.2 to 0.26.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-openapi/strfmt/releases">github.com/go-openapi/strfmt's
releases</a>.</em></p>
<blockquote>
<h2>v0.26.3</h2>
<h2><a
href="https://github.com/go-openapi/strfmt/tree/v0.26.3">0.26.3</a> -
2026-05-31</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/go-openapi/strfmt/compare/v0.26.2...v0.26.3">https://github.com/go-openapi/strfmt/compare/v0.26.2...v0.26.3</a></p>
<p>15 commits in this release.</p>
<hr />
<h3><!-- raw HTML omitted -->Documentation</h3>
<ul>
<li>fix(ci): typo in sha by <a
href="https://github.com/fredbi"><code>@​fredbi</code></a> <a
href="https://github.com/go-openapi/strfmt/commit/1531efc9bd8a47704977033c61e51f3f6595d041">...</a></li>
<li>doc: updated contributors file by <a
href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@​bot-go-openapi[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/258">#258</a>
<a
href="https://github.com/go-openapi/strfmt/commit/c2e3626a51b6f382f3fe900028453e07957c97c1">...</a></li>
<li>doc: updated contributors file by <a
href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@​bot-go-openapi[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/251">#251</a>
<a
href="https://github.com/go-openapi/strfmt/commit/01810ed5903a183bd75075766078bf331c986d9d">...</a></li>
</ul>
<h3><!-- raw HTML omitted -->Miscellaneous tasks</h3>
<ul>
<li>chore: prepare release v0.26.3 by <a
href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@​bot-go-openapi[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/260">#260</a>
<a
href="https://github.com/go-openapi/strfmt/commit/d93543f6d26e400087a367da540e9dafa52ddac8">...</a></li>
<li>fix(ci): monitor - work around dependabot identity requirements by
<a href="https://github.com/fredbi"><code>@​fredbi</code></a> <a
href="https://github.com/go-openapi/strfmt/commit/1d318444392998c334dbf58eba180565b8472aa3">...</a></li>
<li>fix(ci): updated shared ci worflows (fix monitor-bot identity) by <a
href="https://github.com/fredbi"><code>@​fredbi</code></a> <a
href="https://github.com/go-openapi/strfmt/commit/cb7dd252c56b0aa28922403d7ec818890e61511d">...</a></li>
<li>fix(ci): updated shared ci worflows (fix monitor-bot permissions) by
<a href="https://github.com/fredbi"><code>@​fredbi</code></a> <a
href="https://github.com/go-openapi/strfmt/commit/62db01ab5dad1c3facc749f1a6d7cd3a76251e3c">...</a></li>
<li>fix(ci): updated shared ci worflows (fix monitor-bot filter) by <a
href="https://github.com/fredbi"><code>@​fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/259">#259</a>
<a
href="https://github.com/go-openapi/strfmt/commit/c7cf6fb7a25faafbe04ef58d2d0a03333d85e975">...</a></li>
<li>ci: schedule bot PR monitoring by <a
href="https://github.com/fredbi"><code>@​fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/257">#257</a>
<a
href="https://github.com/go-openapi/strfmt/commit/177dcf87169caf35a2656f9699e33aa6a545ec2e">...</a></li>
</ul>
<h3><!-- raw HTML omitted -->Updates</h3>
<ul>
<li>build(deps): bump the other-dependencies group across 3 directories
with 2 updates by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@​dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/252">#252</a>
<a
href="https://github.com/go-openapi/strfmt/commit/7841767f1b38b2e95a3dabfaf10a3ca9aaff0f6d">...</a></li>
<li>build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in the
golang-org-dependencies group across 1 directory by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@​dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/255">#255</a>
<a
href="https://github.com/go-openapi/strfmt/commit/f041a882117521247c3bdf00c23a61064c87b0a7">...</a></li>
<li>build(deps): bump the go-openapi-dependencies group across 2
directories with 1 update by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@​dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/256">#256</a>
<a
href="https://github.com/go-openapi/strfmt/commit/6ac9968599b236fd36634a08bb8052f4e6e21fba">...</a></li>
<li>build(deps): bump the development-dependencies group with 8 updates
by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@​dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/254">#254</a>
<a
href="https://github.com/go-openapi/strfmt/commit/2c6cc307d7483c90d287e9d74320bec748bdaf2d">...</a></li>
<li>build(deps): bump golang.org/x/net from 0.53.0 to 0.54.0 in the
golang-org-dependencies group across 1 directory by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@​dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/253">#253</a>
<a
href="https://github.com/go-openapi/strfmt/commit/4b433cb5d48962f9a97dc9e797a027780855cdfc">...</a></li>
<li>build(deps): bump the go-openapi-dependencies group across 2
directories with 1 update by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@​dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/249">#249</a>
<a
href="https://github.com/go-openapi/strfmt/commit/faeb66308128da10dc2387e57ae863da5fd320e4">...</a></li>
</ul>
<hr />
<h3>People who contributed to this release</h3>
<ul>
<li><a href="https://github.com/fredbi"><code>@​fredbi</code></a></li>
</ul>
<hr />
<p><strong><a href="https://github.com/go-openapi/strfmt">strfmt</a>
license terms</strong></p>
<p>[<img
src="http://img.shields.io/badge/license-Apache%20v2-orange.svg"
alt="License" />][license-url]</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-openapi/strfmt/commit/d93543f6d26e400087a367da540e9dafa52ddac8"><code>d93543f</code></a>
chore: prepare release v0.26.3</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/7841767f1b38b2e95a3dabfaf10a3ca9aaff0f6d"><code>7841767</code></a>
build(deps): bump the other-dependencies group across 3 directories with
2 up...</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/f041a882117521247c3bdf00c23a61064c87b0a7"><code>f041a88</code></a>
build(deps): bump golang.org/x/net</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/6ac9968599b236fd36634a08bb8052f4e6e21fba"><code>6ac9968</code></a>
build(deps): bump the go-openapi-dependencies group across 2 directories
with...</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/1d318444392998c334dbf58eba180565b8472aa3"><code>1d31844</code></a>
fix(ci): monitor - work around dependabot identity requirements</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/1531efc9bd8a47704977033c61e51f3f6595d041"><code>1531efc</code></a>
fix(ci): typo in sha</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/cb7dd252c56b0aa28922403d7ec818890e61511d"><code>cb7dd25</code></a>
fix(ci): updated shared ci worflows (fix monitor-bot identity)</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/62db01ab5dad1c3facc749f1a6d7cd3a76251e3c"><code>62db01a</code></a>
fix(ci): updated shared ci worflows (fix monitor-bot permissions)</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/c7cf6fb7a25faafbe04ef58d2d0a03333d85e975"><code>c7cf6fb</code></a>
fix(ci): updated shared ci worflows (fix monitor-bot filter) (<a
href="https://redirect.github.com/go-openapi/strfmt/issues/259">#259</a>)</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/c2e3626a51b6f382f3fe900028453e07957c97c1"><code>c2e3626</code></a>
doc: updated contributors file</li>
<li>Additional commits viewable in <a
href="https://github.com/go-openapi/strfmt/compare/v0.26.2...v0.26.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/ginkgo/v2` from 2.28.3 to 2.29.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.29.0</h2>
<h2>2.29.0</h2>
<p><code>GinkgoHelperGo</code> makes it easier to write test helpers
that need to run in goroutines. Specifically, it makes managing the
failure state and capturing failure panics correctly
straightforward.</p>
<p><code>ginkgo outline</code> now includes entries defined in
<code>DescribeTableSubtree</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.29.0</h2>
<p><code>GinkgoHelperGo</code> makes it easier to write test helpers
that need to run in goroutines. Specifically, it makes managing the
failure state and capturing failure panics correctly
straightforward.</p>
<p><code>ginkgo outline</code> now includes entries defined in
<code>DescribeTableSubtree</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/04b5bcbe4eee911a1baf506eda1e7e811c978937"><code>04b5bcb</code></a>
v2.29.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/124232a4531c77a7f31a036e0150e06fa78b2af8"><code>124232a</code></a>
docs: GinkgoHelperGo</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/ad9cee80bdfda573e94f1b05f2bd4afa1a2fe815"><code>ad9cee8</code></a>
feat: GinkgoHelperGo, with integration tests</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/9e56a0a2a090eb83af696381161bdb996c69bcac"><code>9e56a0a</code></a>
chore: refactor devcontainer for better maintenance</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/3d235a96ac05d9e855048c66528d2fdbfb9101f7"><code>3d235a9</code></a>
chore: ignore internal/tmp_*/ integration suite temporary dirs</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/782666ae83c2bc804f28b1333bf91a21b093d946"><code>782666a</code></a>
feat: devcontainer configuration with local pkgsite and GH pages</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/009dd04de2d18f00c3c812d2caab713a165a1f7c"><code>009dd04</code></a>
Support DescribeTableSubtree in ginkgo outline</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.28.3...v2.29.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.40.0 to 1.41.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.41.0</h2>
<h3>Features</h3>
<p>Add <code>BeASlice</code> and <code>BeAnArray</code> matchers</p>
<h3>Fixes</h3>
<p>Object formatting now detects pointer cycles to avoid runaway
formatting output.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/af2bccb5831cbcc56cfc16ca3056077cdec4798b"><code>af2bccb</code></a>
v1.41.0</li>
<li><a
href="https://github.com/onsi/gomega/commit/73e81f6f054c825d1743bf4090ac0a9e1d5605af"><code>73e81f6</code></a>
v1.41.0 (full)</li>
<li><a
href="https://github.com/onsi/gomega/commit/e35a84f24113255aaeea62fe7c47e09adf39109b"><code>e35a84f</code></a>
feat: devcontainer configuration with local pkgsite and GH pages</li>
<li><a
href="https://github.com/onsi/gomega/commit/f12e5e1bc7167fae21ef37b0d9d358d51063ff5e"><code>f12e5e1</code></a>
fix(format): detect pointer cycles to avoid runaway formatting
output</li>
<li><a
href="https://github.com/onsi/gomega/commit/e14831fefa86313f2b01fb803b2ac937e49d08b6"><code>e14831f</code></a>
Add optionalDescription docs to AsyncAssertion and Assertion
interfaces</li>
<li><a
href="https://github.com/onsi/gomega/commit/344b94dae7e0df0e2d087574b4c2b1b1597a6943"><code>344b94d</code></a>
Add BeASlice and BeAnArray matchers</li>
<li>See full diff in <a
href="https://github.com/onsi/gomega/compare/v1.40.0...v1.41.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/redis/go-redis/v9` from 9.19.0 to 9.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's
releases</a>.</em></p>
<blockquote>
<h2>9.20.0</h2>
<h2>🚀 Highlights</h2>
<h3>Redis 8.8 Support</h3>
<p>This release adds support for <strong>Redis 8.8</strong>. The
README's supported-versions list now includes Redis 8.8 alongside
8.0/8.2/8.4, and CI exercises the <code>8.8</code> client-libs-test
image across the full suite (Makefile, build workflow, doctests,
run-tests action, and docker-compose).</p>
<p>Coverage for the new commands that ship in the 8.x line, rounded out
in this release:</p>
<ul>
<li><strong><code>AR*</code> array data type</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3813">#3813</a>) —
new array data structure, exposed via the <code>ArrayCmdable</code>
interface (see the experimental-features highlight below).</li>
<li><strong><code>INCREX</code></strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3816">#3816</a>) —
atomic increment with expiration in a single round-trip.</li>
<li><strong><code>XNACK</code></strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3790">#3790</a>) —
explicit negative-acknowledge of pending stream entries.</li>
<li><strong><code>XAUTOCLAIM</code> PEL deletes</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3798">#3798</a>) —
<code>XAUTOCLAIM</code>/<code>XAUTOCLAIMJUSTID</code> now return the
list of deleted message IDs from the pending entries list.</li>
<li><strong><code>TS.RANGE</code> multiple aggregators</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3791">#3791</a>) —
<code>TS.RANGE</code>/<code>TS.REVRANGE</code>/<code>TS.MRANGE</code>/<code>TS.MREVRANGE</code>
accept multiple aggregators in a single call.</li>
<li><strong><code>Z(UNION|INTER|DIFF)</code> <code>COUNT</code>
aggregator</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3802">#3802</a>) —
<code>COUNT</code> reducer for sorted-set set operations.</li>
<li><strong><code>JSON.SET FPHA</code></strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3797">#3797</a>) —
new <code>FPHA</code> argument that specifies the floating-point type
for homogeneous FP arrays.</li>
</ul>
<p>CI image bump (<a
href="https://redirect.github.com/redis/go-redis/pull/3814">#3814</a>)
by <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>.
Command coverage contributions by <a
href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a>,
<a href="https://github.com/Khukharr"><code>@​Khukharr</code></a>, <a
href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, and <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>.</p>
<h3>Stable RESP3 for RediSearch (<code>UnstableResp3</code>
deprecated)</h3>
<p><code>FT.SEARCH</code>, <code>FT.AGGREGATE</code>,
<code>FT.INFO</code>, <code>FT.SPELLCHECK</code>, and
<code>FT.SYNDUMP</code> now parse RESP3 (map) responses into the same
typed result objects as RESP2 — <code>Val()</code> and
<code>Result()</code> work uniformly on both protocols, no flag
required. Previously, RESP3 search responses required
<code>UnstableResp3: true</code> and were returned as opaque maps
accessible only via <code>RawResult()</code> /
<code>RawVal()</code>.</p>
<p>As a result, the <code>UnstableResp3</code> option is now a
<strong>no-op</strong> across every options struct
(<code>Options</code>, <code>ClusterOptions</code>,
<code>UniversalOptions</code>, <code>FailoverOptions</code>,
<code>RingOptions</code>) and has been marked <code>//
Deprecated:</code>. The field is retained for backwards compatibility —
existing code that sets <code>UnstableResp3: true</code> will continue
to compile and behave identically — but it will be removed in a future
release and new code should not set it. <code>RawResult()</code> /
<code>RawVal()</code> continue to work for callers that prefer the raw
RESP payload.</p>
<p>(<a
href="https://redirect.github.com/redis/go-redis/pull/3741">#3741</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p>
<h3>Experimental Array Data Structure Commands</h3>
<p>Adds an experimental <code>ArrayCmdable</code> interface with the
<code>AR*</code> command family (<code>ARSet</code>, <code>ARGet</code>,
<code>ARGetRange</code>, <code>ARMSet</code>, <code>ARMGet</code>,
<code>ARDel</code>, <code>ARDelRange</code>, <code>ARScan</code>,
<code>ARSeek</code>, <code>ARNext</code>, <code>ARLastItems</code>,
<code>ARGrep</code>, <code>ARGrepWithValues</code>,
<code>ARInfo</code>/<code>ARInfoFull</code>, and typed reducers
<code>AROpSum</code>/<code>AROpMin</code>/<code>AROpMax</code>/<code>AROpAnd</code>/<code>AROpOr</code>/<code>AROpXor</code>/<code>AROpMatch</code>/<code>AROpUsed</code>)
for working with Redis 8.8's new array data type. <strong>API is
experimental and may change in a future release.</strong></p>
<p>(<a
href="https://redirect.github.com/redis/go-redis/pull/3813">#3813</a>)
by <a href="https://github.com/cxljs"><code>@​cxljs</code></a></p>
<h2>✨ New Features</h2>
<ul>
<li><strong>RESP3 search parser</strong>: First-class RESP3 parsing for
<code>FT.SEARCH</code>/<code>FT.AGGREGATE</code>/<code>FT.INFO</code>/<code>FT.SPELLCHECK</code>/<code>FT.SYNDUMP</code>
responses with backwards compatibility for RESP2 (<a
href="https://redirect.github.com/redis/go-redis/pull/3741">#3741</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>INCREX</strong>: New <code>INCREX</code> command support —
atomic increment with expiration (<a
href="https://redirect.github.com/redis/go-redis/pull/3816">#3816</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>XNACK</strong>: Client support for the <code>XNACK</code>
stream command for explicitly negative-acknowledging pending entries (<a
href="https://redirect.github.com/redis/go-redis/pull/3790">#3790</a>)
by <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a></li>
<li><strong>TS range multiple aggregators</strong>:
<code>TS.RANGE</code>/<code>TS.REVRANGE</code>/<code>TS.MRANGE</code>/<code>TS.MREVRANGE</code>
now accept multiple aggregators in a single call (<a
href="https://redirect.github.com/redis/go-redis/pull/3791">#3791</a>)
by <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a></li>
<li><strong><code>XAutoClaim</code> deleted IDs</strong>:
<code>XAUTOCLAIM</code>/<code>XAUTOCLAIMJUSTID</code> now return the
list of deleted message IDs from the PEL (<a
href="https://redirect.github.com/redis/go-redis/pull/3798">#3798</a>)
by <a
href="https://github.com/Khukharr"><code>@​Khukharr</code></a></li>
<li><strong><code>JSON.SET FPHA</code></strong>: <code>JSON.SET</code>
accepts a new <code>FPHA</code> argument that specifies the
floating-point type for homogeneous floating-point arrays (<a
href="https://redirect.github.com/redis/go-redis/pull/3797">#3797</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>Sorted-set union/intersection COUNT</strong>:
<code>ZUNION</code>/<code>ZINTER</code>/<code>ZDIFF</code> aggregator
now supports <code>COUNT</code> (<a
href="https://redirect.github.com/redis/go-redis/pull/3802">#3802</a>)
by <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a></li>
<li><strong><code>FT.HYBRID</code> vector validation</strong>: Validates
hybrid-search vector input types and adds proper typed vector parameters
(<a
href="https://redirect.github.com/redis/go-redis/pull/3756">#3756</a>)
by <a href="https://github.com/DengY11"><code>@​DengY11</code></a></li>
<li><strong>Cluster pool wait stats</strong>:
<code>ClusterClient.PoolStats()</code> now accumulates
<code>WaitCount</code> and <code>WaitDurationNs</code> across all node
pools (previously always zero) (<a
href="https://redirect.github.com/redis/go-redis/pull/3809">#3809</a>)
by <a href="https://github.com/LINKIWI"><code>@​LINKIWI</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><strong>TLS-only Cluster PubSub</strong>: <code>CLUSTER SLOTS</code>
port-0 entries now fall back to the origin endpoint's port, fixing
<code>dial tcp &lt;ip&gt;:0: connection refused</code> on TLS-only
clusters started with <code>--port 0 --tls-port &lt;port&gt;</code>
(fixes <a
href="https://redirect.github.com/redis/go-redis/issues/3726">#3726</a>)
(<a
href="https://redirect.github.com/redis/go-redis/pull/3828">#3828</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>Sharded PubSub reconnect routing</strong>:
<code>PubSub.conn()</code> now passes both regular
(<code>c.channels</code>) and sharded (<code>c.schannels</code>)
channels into the per-PubSub <code>newConn</code> closure. Previously,
<code>ClusterClient.SSubscribe</code>-only PubSubs reconnected to a
random node (because the routing closure saw an empty channel list), the
<code>SSUBSCRIBE</code> was sent to the wrong shard, and the resulting
<code>MOVED</code> reply was silently dropped (<a
href="https://redirect.github.com/redis/go-redis/pull/3829">#3829</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>ClusterClient <code>Watch</code> retry</strong>: User errors
returned from a <code>Watch</code> callback are no longer subjected to
cluster-retry classification; transient cluster errors still retry, but
a callback returning e.g. <code>net.ErrClosed</code> short-circuits
immediately (<a
href="https://redirect.github.com/redis/go-redis/pull/3821">#3821</a>)
by <a href="https://github.com/obiyang"><code>@​obiyang</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md">github.com/redis/go-redis/v9's
changelog</a>.</em></p>
<blockquote>
<h1>9.20.0 (2026-05-28)</h1>
<h2>🚀 Highlights</h2>
<h3>Redis 8.8 Support</h3>
<p>This release adds support for <strong>Redis 8.8</strong>. The
README's supported-versions list now includes Redis 8.8 alongside
8.0/8.2/8.4, and CI exercises the <code>8.8-rc1</code> client-libs-test
image across the full suite (Makefile, build workflow, doctests,
run-tests action, and docker-compose).</p>
<p>Coverage for the new commands that ship in the 8.x line, rounded out
in this release:</p>
<ul>
<li><strong><code>AR*</code> array data type</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3813">#3813</a>) —
new array data structure, exposed via the <code>ArrayCmdable</code>
interface (see the experimental-features highlight below).</li>
<li><strong><code>INCREX</code></strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3816">#3816</a>) —
atomic increment with expiration in a single round-trip.</li>
<li><strong><code>XNACK</code></strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3790">#3790</a>) —
explicit negative-acknowledge of pending stream entries.</li>
<li><strong><code>XAUTOCLAIM</code> PEL deletes</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3798">#3798</a>) —
<code>XAUTOCLAIM</code>/<code>XAUTOCLAIMJUSTID</code> now return the
list of deleted message IDs from the pending entries list.</li>
<li><strong><code>TS.RANGE</code> multiple aggregators</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3791">#3791</a>) —
<code>TS.RANGE</code>/<code>TS.REVRANGE</code>/<code>TS.MRANGE</code>/<code>TS.MREVRANGE</code>
accept multiple aggregators in a single call.</li>
<li><strong><code>Z(UNION|INTER|DIFF)</code> <code>COUNT</code>
aggregator</strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3802">#3802</a>) —
<code>COUNT</code> reducer for sorted-set set operations.</li>
<li><strong><code>JSON.SET FPHA</code></strong> (<a
href="https://redirect.github.com/redis/go-redis/pull/3797">#3797</a>) —
new <code>FPHA</code> argument that specifies the floating-point type
for homogeneous FP arrays.</li>
</ul>
<p>CI image bump (<a
href="https://redirect.github.com/redis/go-redis/pull/3814">#3814</a>)
by <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>.
Command coverage contributions by <a
href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a>,
<a href="https://github.com/Khukharr"><code>@​Khukharr</code></a>, <a
href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, and <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>.</p>
<h3>Stable RESP3 for RediSearch (<code>UnstableResp3</code>
deprecated)</h3>
<p><code>FT.SEARCH</code>, <code>FT.AGGREGATE</code>,
<code>FT.INFO</code>, <code>FT.SPELLCHECK</code>, and
<code>FT.SYNDUMP</code> now parse RESP3 (map) responses into the same
typed result objects as RESP2 — <code>Val()</code> and
<code>Result()</code> work uniformly on both protocols, no flag
required. Previously, RESP3 search responses required
<code>UnstableResp3: true</code> and were returned as opaque maps
accessible only via <code>RawResult()</code> /
<code>RawVal()</code>.</p>
<p>As a result, the <code>UnstableResp3</code> option is now a
<strong>no-op</strong> across every options struct
(<code>Options</code>, <code>ClusterOptions</code>,
<code>UniversalOptions</code>, <code>FailoverOptions</code>,
<code>RingOptions</code>) and has been marked <code>//
Deprecated:</code>. The field is retained for backwards compatibility —
existing code that sets <code>UnstableResp3: true</code> will continue
to compile and behave identically — but it will be removed in a future
release and new code should not set it. <code>RawResult()</code> /
<code>RawVal()</code> continue to work for callers that prefer the raw
RESP payload.</p>
<p>(<a
href="https://redirect.github.com/redis/go-redis/pull/3741">#3741</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p>
<h3>Experimental Array Data Structure Commands</h3>
<p>Adds an experimental <code>ArrayCmdable</code> interface with the
<code>AR*</code> command family (<code>ARSet</code>, <code>ARGet</code>,
<code>ARGetRange</code>, <code>ARMSet</code>, <code>ARMGet</code>,
<code>ARDel</code>, <code>ARDelRange</code>, <code>ARScan</code>,
<code>ARSeek</code>, <code>ARNext</code>, <code>ARLastItems</code>,
<code>ARGrep</code>, <code>ARGrepWithValues</code>,
<code>ARInfo</code>/<code>ARInfoFull</code>, and typed reducers
<code>AROpSum</code>/<code>AROpMin</code>/<code>AROpMax</code>/<code>AROpAnd</code>/<code>AROpOr</code>/<code>AROpXor</code>/<code>AROpMatch</code>/<code>AROpUsed</code>)
for working with Redis 8.8's new array data type. <strong>API is
experimental and may change in a future release.</strong></p>
<p>(<a
href="https://redirect.github.com/redis/go-redis/pull/3813">#3813</a>)
by <a href="https://github.com/cxljs"><code>@​cxljs</code></a></p>
<h2>✨ New Features</h2>
<ul>
<li><strong>RESP3 search parser</strong>: First-class RESP3 parsing for
<code>FT.SEARCH</code>/<code>FT.AGGREGATE</code>/<code>FT.INFO</code>/<code>FT.SPELLCHECK</code>/<code>FT.SYNDUMP</code>
responses with backwards compatibility for RESP2 (<a
href="https://redirect.github.com/redis/go-redis/pull/3741">#3741</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>INCREX</strong>: New <code>INCREX</code> command support —
atomic increment with expiration (<a
href="https://redirect.github.com/redis/go-redis/pull/3816">#3816</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>XNACK</strong>: Client support for the <code>XNACK</code>
stream command for explicitly negative-acknowledging pending entries (<a
href="https://redirect.github.com/redis/go-redis/pull/3790">#3790</a>)
by <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a></li>
<li><strong>TS range multiple aggregators</strong>:
<code>TS.RANGE</code>/<code>TS.REVRANGE</code>/<code>TS.MRANGE</code>/<code>TS.MREVRANGE</code>
now accept multiple aggregators in a single call (<a
href="https://redirect.github.com/redis/go-redis/pull/3791">#3791</a>)
by <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a></li>
<li><strong><code>XAutoClaim</code> deleted IDs</strong>:
<code>XAUTOCLAIM</code>/<code>XAUTOCLAIMJUSTID</code> now return the
list of deleted message IDs from the PEL (<a
href="https://redirect.github.com/redis/go-redis/pull/3798">#3798</a>)
by <a
href="https://github.com/Khukharr"><code>@​Khukharr</code></a></li>
<li><strong><code>JSON.SET FPHA</code></strong>: <code>JSON.SET</code>
accepts a new <code>FPHA</code> argument that specifies the
floating-point type for homogeneous floating-point arrays (<a
href="https://redirect.github.com/redis/go-redis/pull/3797">#3797</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>Sorted-set union/intersection COUNT</strong>:
<code>ZUNION</code>/<code>ZINTER</code>/<code>ZDIFF</code> aggregator
now supports <code>COUNT</code> (<a
href="https://redirect.github.com/redis/go-redis/pull/3802">#3802</a>)
by <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a></li>
<li><strong><code>FT.HYBRID</code> vector validation</strong>: Validates
hybrid-search vector input types and adds proper typed vector parameters
(<a
href="https://redirect.github.com/redis/go-redis/pull/3756">#3756</a>)
by <a href="https://github.com/DengY11"><code>@​DengY11</code></a></li>
<li><strong>Cluster pool wait stats</strong>:
<code>ClusterClient.PoolStats()</code> now accumulates
<code>WaitCount</code> and <code>WaitDurationNs</code> across all node
pools (previously always zero) (<a
href="https://redirect.github.com/redis/go-redis/pull/3809">#3809</a>)
by <a href="https://github.com/LINKIWI"><code>@​LINKIWI</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><strong>TLS-only Cluster PubSub</strong>: <code>CLUSTER SLOTS</code>
port-0 entries now fall back to the origin endpoint's port, fixing
<code>dial tcp &lt;ip&gt;:0: connection refused</code> on TLS-only
clusters started with <code>--port 0 --tls-port &lt;port&gt;</code>
(fixes <a
href="https://redirect.github.com/redis/go-redis/issues/3726">#3726</a>)
(<a
href="https://redirect.github.com/redis/go-redis/pull/3828">#3828</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
<li><strong>Sharded PubSub reconnect routing</strong>:
<code>PubSub.conn()</code> now passes both regular
(<code>c.channels</code>) and sharded (<code>c.schannels</code>)
channels into the per-PubSub <code>newConn</code> closure. Previously,
<code>ClusterClient.SSubscribe</code>-only PubSubs reconnected to a
random node (because the routing closure saw an empty channel list), the
<code>SSUBSCRIBE</code> was sent to the wrong shard, and the resulting
<code>MOVED</code> reply was silently dropped (<a
href="https://redirect.github.com/redis/go-redis/pull/3829">#3829</a>)
by <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/go-redis/commit/7d05dd3b7ce12a7b8c7923f73da0fede3bfa7c03"><code>7d05dd3</code></a>
chore(release): v9.20.0 (<a
href="https://redirect.github.com/redis/go-redis/issues/3832">#3832</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/97568827124c58f1338d78b9535edc0eb9435453"><code>9756882</code></a>
fix(test): make waitForSentinelClusterStable robust to disconnected r…
(<a
href="https://redirect.github.com/redis/go-redis/issues/3830">#3830</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/875ce21e4862a7913edb5308b16869141ce5e833"><code>875ce21</code></a>
fix(sentinel): do not close sentinel when replica list is empty (<a
href="https://redirect.github.com/redis/go-redis/issues/3795">#3795</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/8a027f21ba2686511e1a6a159f0c6888f11d48e7"><code>8a027f2</code></a>
chore(ci): add govulncheck workflow (<a
href="https://redirect.github.com/redis/go-redis/issues/3779">#3779</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/d8407df30af7eba2c24280791fed4b8bd3e62c97"><code>d8407df</code></a>
fix(pubsub): include shard channels in newConn routing list (<a
href="https://redirect.github.com/redis/go-redis/issues/3829">#3829</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/6af9bdc84ba25303f2b9dd9949055ee6224c6d96"><code>6af9bdc</code></a>
fix(cluster): fall back to origin port when CLUSTER SLOTS reports port 0
(<a
href="https://redirect.github.com/redis/go-redis/issues/3828">#3828</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/fa5aa8c4d26a0983f16ebc537696150d80bfc8f0"><code>fa5aa8c</code></a>
chore(doc): Update README and CI image. (<a
href="https://redirect.github.com/redis/go-redis/issues/3822">#3822</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/fdcc6f9221e6d447b1c1a50d946c74d8db51cda3"><code>fdcc6f9</code></a>
refactor(keyPos): Enhance key position retrieval with CommandInfo
caching (<a
href="https://redirect.github.com/redis/go-redis/issues/3">#3</a>...</li>
<li><a
href="https://github.com/redis/go-redis/commit/68a8bc1e8457d796d35cae34435529cd6e56a762"><code>68a8bc1</code></a>
fix(sentinel): close non-winning sentinel clients in MasterAddr
concurrent pr...</li>
<li><a
href="https://github.com/redis/go-redis/commit/00bf6d3edc1f50cce7a81d6a11a580cb060fce56"><code>00bf6d3</code></a>
fix: avoid retrying ClusterClient Watch callback errors (<a
href="https://redirect.github.com/redis/go-redis/issues/3821">#3821</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/go-redis/compare/v9.19.0...v9.20.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/rogpeppe/go-internal` from 1.14.1 to 1.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rogpeppe/go-internal/releases">github.com/rogpeppe/go-internal's
releases</a>.</em></p>
<blockquote>
<h2>v1.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>hash: do not salt with Go runtime version by <a
href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/292">rogpeppe/go-internal#292</a></li>
<li>testscript: reset verbose on new blocks by <a
href="https://github.com/myitcv"><code>@​myitcv</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/293">rogpeppe/go-internal#293</a></li>
<li>testscript: rewind last block if it was not in error by <a
href="https://github.com/myitcv"><code>@​myitcv</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/294">rogpeppe/go-internal#294</a></li>
<li>testscript: protect against no-op uses of cmp by <a
href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/295">rogpeppe/go-internal#295</a></li>
<li>goproxytest: add Setup by <a
href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/303">rogpeppe/go-internal#303</a></li>
<li>update Go, fix, add <code>/@latest</code> to goproxytest by <a
href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/302">rogpeppe/go-internal#302</a></li>
<li>internal/vcs: remove SYSTEMROOT workaround for Windows by <a
href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/299">rogpeppe/go-internal#299</a></li>
<li>goproxytest: add overlay capability by <a
href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a
href="https://redirect.github.com/rogpeppe/go-internal/pull/304">rogpeppe/go-internal#304</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rogpeppe/go-internal/compare/v1.14.1...v1.15.0">https://github.com/rogpeppe/go-internal/compare/v1.14.1...v1.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/8b1dcd4611005f03b2e062b8af5ddf7ceb3590d1"><code>8b1dcd4</code></a>
goproxytest: make .mod and .info files optional</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/02e5dd4b32865244bb1a4960c4d8db3288df059f"><code>02e5dd4</code></a>
goproxytest: add overlay capability (<a
href="https://redirect.github.com/rogpeppe/go-internal/issues/304">#304</a>)</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/3030644a6651fc95902ebe27e31581838861b233"><code>3030644</code></a>
internal/vcs: remove SYSTEMROOT workaround for Windows</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/a4c00dcc1489c43e018711a4cf19c03fe458bbea"><code>a4c00dc</code></a>
goproxytest: handle /<a
href="https://github.com/latest"><code>@​latest</code></a> endpoint</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/19311e852d49dbf76a37a675c490d55f5286e106"><code>19311e8</code></a>
all: go fix ./...</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/74d131225ff109d843ce5a485ba35aa0478d8c4b"><code>74d1312</code></a>
test on Go 1.25 and 1.26</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/aa1b1e25579a8bb2dbd991bc179ea2227232096d"><code>aa1b1e2</code></a>
goproxytest: add Setup (<a
href="https://redirect.github.com/rogpeppe/go-internal/issues/303">#303</a>)</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/5223effb313364ee36b8951aee816228675ebff1"><code>5223eff</code></a>
testscript: protect against no-op uses of cmp</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/ee70938f5823866e5bcbee66da908d859a36b913"><code>ee70938</code></a>
testscript: rewind last block if it was not in error</li>
<li><a
href="https://github.com/rogpeppe/go-internal/commit/a4ecbfbbaac506bbcef3691f7d0174ee989dd033"><code>a4ecbfb</code></a>
testscript: add a non-failing block to the end of logging tests</li>
<li>Additional commits viewable in <a
href="https://github.com/rogpeppe/go-internal/compare/v1.14.1...v1.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/sigstore/rekor` from 1.5.1 to 1.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/rekor/releases">github.com/sigstore/rekor's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.2</h2>
<h2>Changelog</h2>
<ul>
<li>759b98e2a7c39ea9779b6a51299c5f0f987f8802 alpine: Enforce max size
limit on decompression (<a
href="https://redirect.github.com/sigstore/rekor/issues/2831">#2831</a>)</li>
<li>c7e77ee26edd8631dd417166907093a9f13b85e5 Support restricting kinds
on insertion (<a
href="https://redirect.github.com/sigstore/rekor/issues/2814">#2814</a>)</li>
<li>a10818a8778dcb58eb582d00ffda4b2c86bf190b fix(trillianclient): strip
dns:/// scheme from TLS ServerName in gRPC dial (<a
href="https://redirect.github.com/sigstore/rekor/issues/2812">#2812</a>)</li>
<li>8a2f3a2dd023b81ad8b63e2f365676ec438dc9fa add checks to ensure
returned entries match client inputs to rekor-cli (<a
href="https://redirect.github.com/sigstore/rekor/issues/2799">#2799</a>)</li>
<li>0e88bac01d1173b8b2cbc8ed790106441573bbdb add nil pointer check to
resolve fuzzing crash (<a
href="https://redirect.github.com/sigstore/rekor/issues/2807">#2807</a>)</li>
<li>93da954478a2ffb1821d4904a80d9a5cbe268324 client: surface
last-response details after retries are exhausted (<a
href="https://redirect.github.com/sigstore/rekor/issues/2796">#2796</a>)</li>
<li>4d67ecd8ec810bc6af9761ad10ebd2ac899cfdbd Fix internal error detail
leakage in 500 responses (<a
href="https://redirect.github.com/sigstore/rekor/issues/2801">#2801</a>)</li>
<li>b34ca94fc01405cb50acb956cc181d57382a6b2d add defensive check to
ensure tid is in config ahead of getting client (<a
href="https://redirect.github.com/sigstore/rekor/issues/2795">#2795</a>)</li>
<li>656c832ab90feef91f5dcc751ae1cb851c73f4bd restapi: include
inactiveShards in the homepage total count (<a
href="https://redirect.github.com/sigstore/rekor/issues/2797">#2797</a>)</li>
</ul>
<h3>Thanks for all contributors!</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sigstore/rekor/commit/3b75cd9c9a101bae26eecf1ad261d94aba247ee9"><code>3b75cd9</code></a>
build(deps): Bump the all group across 1 directory with 7 updates (<a
href="https://redirect.github.com/sigstore/rekor/issues/2829">#2829</a>)</li>
<li><a
href="https://github.com/sigstore/rekor/commit/759b98e2a7c39ea9779b6a51299c5f0f987f8802"><code>759b98e</code></a>
alpine: Enforce max size limit on decompression (<a
href="https://redirect.github.com/sigstore/rekor/issues/2831">#2831</a>)</li>
<li><a
href="https://github.com/sigstore/rekor/commit/c7e77ee26edd8631dd417166907093a9f13b85e5"><code>c7e77ee</code></a>
Support restricting kinds on insertion (<a
href="https://redirect.github.com/sigstore/rekor/issues/2814">#2814</a>)</li>
<li><a
href="https://github.com/sigstore/rekor/commit/a10818a8778dcb58eb582d00ffda4b2c86bf190b"><code>a10818a</code></a>
fix(trillianclient): strip dns:/// scheme from TLS ServerName in gRPC
dial (#...</li>
<li><a
href="https://github.com/sigstore/rekor/commit/c31f3fc8141e61ee2af5dcc4e8a0f9988231b12e"><code>c31f3fc</code></a>
build(deps): Bump cloud.google.com/go/profiler from 0.4.3 to 0.6.0</li>
<li><a
href="https://github.com/sigstore/rekor/commit/f2a9fb018c17329072f2ac2da426723ad18a89e7"><code>f2a9fb0</code></a>
build(deps): Bump go.uber.org/zap from 1.27.1 to 1.28.0</li>
<li><a
href="https://github.com/sigstore/rekor/commit/e3ba2484923513670a5617a40584a16ff2530e98"><code>e3ba248</code></a>
build(deps): Bump golang in the all group across 1 directory</li>
<li><a
href="https://github.com/sigstore/rekor/commit/62e5ddd8cad078321d0851b0eaac6332eea87d65"><code>62e5ddd</code></a>
build(deps): Bump github.com/go-openapi/swag from 0.25.5 to 0.26.0</li>
<li><a
href="https://github.com/sigstore/rekor/commit/f4f91d5ca10c7be17121ade17a0f6431865f12f6"><code>f4f91d5</code></a>
build(deps): Bump github.com/tink-crypto/tink-go-awskms/v2 to v3 (<a
href="https://redirect.github.com/sigstore/rekor/issues/2827">#2827</a>)</li>
<li><a
href="https://github.com/sigstore/rekor/commit/9bc540f214712dfa4b891cca828382855ada227a"><code>9bc540f</code></a>
build(deps): Bump google.com/cloudsdktool/google-cloud-cli (<a
href="https://redirect.github.com/sigstore/rekor/issues/2820">#2820</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sigstore/rekor/compare/v1.5.1...v1.5.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/sigstore/sigstore` from 1.10.6 to 1.10.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/sigstore/releases">github.com/sigstore/sigstore's
releases</a>.</em></p>
<blockquote>
<h2>v1.10.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Support standard PKCS#8 encrypted private key decryption in <a
href="https://redirect.github.com/sigstore/sigstore/pull/2333">sigstore/sigstore#2333</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sigstore/sigstore/compare/v1.10.7...v1.10.8">https://github.com/sigstore/sigstore/compare/v1.10.7...v1.10.8</a></p>
<h2>v1.10.7</h2>
<h2>What's Changed</h2>
<ul>
<li>add functional options to DSSE to improve memory usage, validation
in <a
href="https://redirect.github.com/sigstore/sigstore/pull/2326">sigstore/sigstore#2326</a></li>
<li>Extend PEM private key unmarshalling to support legacy format in <a
href="https://redirect.github.com/sigstore/sigstore/pull/2332">sigstore/sigstore#2332</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sigstore/sigstore/compare/v1.10.6...v1.10.7">https://github.com/sigstore/sigstore/compare/v1.10.6...v1.10.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sigstore/sigstore/commit/c761681120b37d9c4b1410cf5720571582ab090a"><code>c761681</code></a>
Support standard PKCS#8 encrypted private key decryption (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2333">#2333</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/005faf920b7c695a89b68cf226f95d88a468deb8"><code>005faf9</code></a>
Extend PEM private key unmarshalling to support legacy format (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2332">#2332</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/e70e4ed4219b8017e5462886cd1c06df23e8b3cf"><code>e70e4ed</code></a>
add functional options to DSSE to improve memory usage, validation (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2326">#2326</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/899684dc4056768cda4f2523842cd90de4edbfcf"><code>899684d</code></a>
build(deps): Bump github.com/letsencrypt/boulder (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2307">#2307</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/181dc40b3141c75dde47e3871b2174e3dcfda9e0"><code>181dc40</code></a>
build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2308">#2308</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/2c141a745b811348a0dbea4447e0c8b2f3092d2f"><code>2c141a7</code></a>
build(deps): Bump golangci/golangci-lint-action in the all group (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2328">#2328</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/b6c02147eb2755eb8ff78ec96c97835d3742821d"><code>b6c0214</code></a>
build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.1 (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2329">#2329</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/2ff50c9b56fecfa71e05edd7aa5e258d45c78a47"><code>2ff50c9</code></a>
build(deps): Bump actions/dependency-review-action from 4.8.3 to 5.0.0
(<a
href="https://redirect.github.com/sigstore/sigstore/issues/2330">#2330</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/d0204c36ab40cfc854fa3689f7f472a98c83fea2"><code>d0204c3</code></a>
build(deps): Bump hashicorp/vault from 1.21.4 to 2.0.1 in /test/e2e (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2331">#2331</a>)</li>
<li><a
href="https://github.com/sigstore/sigstore/commit/afdf89749d49660ba76eb59a410352e4e33225cb"><code>afdf897</code></a>
build(deps): Bump google.golang.org/grpc in /pkg/signature/kms/gcp (<a
href="https://redirect.github.com/sigstore/sigstore/issues/2312">#2312</a>)</li…
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/m Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant