v0.27.9
Changes
build(deps): bump the all-go-mod-patch-and-minor group with 5 updates (#4081)
Bumps the all-go-mod-patch-and-minor group with 5 updates:
| Package | From | To |
|---|---|---|
| github.com/coreos/go-oidc/v3 | ||
3.18.0 |
3.19.0 |
|
github.com/testcontainers/testcontainers-go
| 0.42.0 | 0.43.0 |
|
github.com/valkey-io/valkey-go
| 1.0.75 | 1.0.76 |
|
github.com/valkey-io/valkey-go/valkeyhook
| 1.0.75 | 1.0.76 |
|
github.com/valkey-io/valkey-go/valkeyotel
| 1.0.75 | 1.0.76 |
Updates github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0
Release notes
Sourced from github.com/coreos/go-oidc/v3's releases.
v3.19.0
What's Changed
- fix: Key refresh should set
no-cacheto get most up to date keys by@Yanni8in coreos/go-oidc#485- oidc: add support for validating back-channel logout tokens by
@ericchiangin coreos/go-oidc#486New Contributors
@Yanni8made their first contribution in coreos/go-oidc#485Full Changelog: coreos/go-oidc@v3.18.0...v3.19.0
Commits
4204f0boidc: add support for validating back-channel logout tokensf77e01cfix: Key refresh should set no-cache to get most up to date keys- See full diff in compare view
Updates github.com/testcontainers/testcontainers-go from 0.42.0 to
0.43.0
Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
v0.43.0
What's Changed
⚠️ Breaking Changes
- chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650)
@thaJeztahUsers of
wait.ForSQLneed to follow the new API contract, using Moby'snetwork.Portinstead ofstringwhen building the callback function to check the URL. Please see https://golang.testcontainers.org/features/wait/sql/
- feat!: add PullImageWithPlatform to DockerProvider (#3710)
@blueprismoUsers implementing their own
testcontainers.ImageProviderneed to implement the newPullImageWithPlatformmethod introduced by this PR.🚀 Features
- feat(k3s): pull image opts (#3716)
@blueprismo- feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. (#3719)
@jeanbza- feat(eventhubs): add WithAzuriteContainer and functional-options config builder (#3722)
@mdelapenya- feat!: add PullImageWithPlatform to DockerProvider (#3710)
@blueprismo- feat(modules/dex): add Dex OIDC provider module (#3659)
@guilycst🐛 Bug Fixes
- fix(security): remove debug code that leaks Docker credentials (#3721)
@mdelapenya- fix(ollama): align local exec test with Ollama 0.30.6 log format (#3715)
@mdelapenya- fix: close temp file handle before removal (#3672)
@acouvreur- fix(compose): close docker clients to prevent goroutine leaks (#3661)
@mdelapenya- fix: wait for log production goroutine to drain on stop (#3660)
@mdelapenya📖 Documentation
- chore: update usage metrics (2026-06) (#3714) @github-actions[bot]
🧹 Housekeeping
- chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650)
@thaJeztah- chore: update usage metrics (2026-05) (#3670) @github-actions[bot]
- chore: remove cgroupnsMode setting from K3s container configuration (#3653)
@lixin9311📦 Dependency updates
- chore(deps): update dependencies to latest versions in go.mod and go.sum (#3729)
@Steven-Harris- chore: bump sshd-docker image to 1.4.0 (#3727)
@mdelapenya- chore(deps): bump Ryuk to v0.14.0 (#3313)
@mdelapenya- chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 (#3713) @dependabot[bot]
- chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (#3712) @dependabot[bot]
- chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 (#3711) @dependabot[bot]
- chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.3 (#3677) @dependabot[bot]
- chore(deps): bump idna from 3.11 to 3.15 (#3708) @dependabot[bot]
- chore(deps): bump github.com/containerd/containerd/v2 from 2.2.2 to 2.2.4 in /modules/compose (#3709) @dependabot[bot]
- chore(deps): bump urllib3 from 2.6.3 to 2.7.0 (#3704) @dependabot[bot]
... (truncated)
Commits
0835739chore: use new version (v0.43.0) in modules and examples85b6d70chore(deps): update dependencies to latest versions in go.mod and go.sum (#3729)8360f71feat(k3s): pull image opts (#3716)b5e7022chore: bump sshd-docker image to 1.4.0 (#3727)1c05dd5chore(deps): bump Ryuk to v0.14.0 (#3313)96ab095feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. (#3719)42ac7d2chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650)ab312e0chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 (#3713)c5c95e5chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (#3712)465d002chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 (#3711)- Additional commits viewable in compare view
Updates github.com/valkey-io/valkey-go from 1.0.75 to 1.0.76
Commits
3aecd77feat: bump v1.0.76e8f0319perf: optimize ClearStaticTTL (#1006)109e247perf: optimize DelayDo0b96488Distribute # of calls to server during topology refresh (#141)4e9b84eopt-in static-TTL client-side cache (skip MULTI/PTTL/EXEC, 2-cmd wire) (#143)99a1960feat(cmds): add Redis array command builders (#1002)1df03cefix: guard parseSlots against malformed CLUSTER SLOTS replies during failover...63550f1feat: add INCREX command support (#1003)bb773bfAdd VISMEMBER command (#1001)849ab0aperf: avoid creating a new context if the existing deadline is closer (#997)- Additional commits viewable in compare view
Updates github.com/valkey-io/valkey-go/valkeyhook from 1.0.75 to
1.0.76
Commits
3aecd77feat: bump v1.0.76e8f0319perf: optimize ClearStaticTTL (#1006)109e247perf: optimize DelayDo0b96488Distribute # of calls to server during topology refresh (#141)4e9b84eopt-in static-TTL client-side cache (skip MULTI/PTTL/EXEC, 2-cmd wire) (#143)99a1960feat(cmds): add Redis array command builders (#1002)1df03cefix: guard parseSlots against malformed CLUSTER SLOTS replies during failover...63550f1feat: add INCREX command support (#1003)bb773bfAdd VISMEMBER command (#1001)849ab0aperf: avoid creating a new context if the existing deadline is closer (#997)- Additional commits viewable in compare view
Updates github.com/valkey-io/valkey-go/valkeyotel from 1.0.75 to
1.0.76
Commits
3aecd77feat: bump v1.0.76e8f0319perf: optimize ClearStaticTTL (#1006)109e247perf: optimize DelayDo0b96488Distribute # of calls to server during topology refresh (#141)4e9b84eopt-in static-TTL client-side cache (skip MULTI/PTTL/EXEC, 2-cmd wire) (#143)99a1960feat(cmds): add Redis array command builders (#1002)1df03cefix: guard parseSlots against malformed CLUSTER SLOTS replies during failover...63550f1feat: add INCREX command support (#1003)bb773bfAdd VISMEMBER command (#1001)849ab0aperf: avoid creating a new context if the existing deadline is closer (#997)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore
conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will
remove the ignore condition of the specified dependency and ignore
conditions
Multiarch Docker image
Multiarch Docker image is available in GitHub's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.27.9 skipper --help