Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: zalando/skipper

v0.24.33

27 Feb 15:34
365b099

Choose a tag to compare

Changes

build(deps): bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates (#3887)

Bumps the all-go-mod-patch-and-minor group with 5 updates in the /
directory:

Package From To
github.com/instana/go-sensor
1.72.0 1.73.0

|
github.com/valkey-io/valkey-go
| 1.0.71 | 1.0.72 |
|
github.com/valkey-io/valkey-go/valkeyhook
| 1.0.71 | 1.0.72 |
|
github.com/valkey-io/valkey-go/valkeyotel
| 1.0.71 | 1.0.72 |
| golang.org/x/net | 0.50.0 |
0.51.0 |

Updates github.com/instana/go-sensor from 1.72.0 to 1.73.0

Release notes

Sourced from github.com/instana/go-sensor's releases.

v1.73.0

New release v1.73.0.

What's Changed

Changelog

Sourced from github.com/instana/go-sensor's changelog.

Changelog

This document provides information related to the releases of the core SDK of go-sensor project.

Commits
  • 256c2db Updated version.go to 1.73.0
  • a281284 feat: support added for go version 1.26 (#1385)
  • f96b53a fix: address race conditions in the sensor instance (#1360)
  • 071d9c6 Updated version.go to 1.58.1
  • 4e3ade2 feat(currency): updated go.mod, go.sum files, README.md for instagrpc (#1383)
  • dd6f6ff Updated version.go to 1.82.0
  • 921ff72 feat(currency): updated go.mod, go.sum files, README.md for storage (#1380)
  • 1ce66a9 Updated version.go to 1.58.0
  • f46d503 feat(currency): updated go.mod, go.sum files, README.md for instagrpc (#1381)
  • c09be47 Updated version.go to 0.34.1
  • Additional commits viewable in compare view

Updates github.com/valkey-io/valkey-go from 1.0.71 to 1.0.72

Release notes

Sourced from github.com/valkey-io/valkey-go's releases.

1.0.72

Changes

  • feat: add Client method to compat interface
  • feat: add new XCFGSET command
  • feat: Add MGet method to cachecompat
  • feat: add IDMPAUTO and IDMP parameters to XADD command
  • feat: add HOTKEYS command
  • fix: correct the position of KEEPREF, DELREF, and ACKED for XADD
  • fix: correct xadd and xtrim in compat with approx=false
  • fix: race condition in Lua script SHA-1 loading (#108)
  • fix: avoid RDMA polls from hanging by draining cq before polling the cq fd (#106)

Contributors

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

@​akshaykhairmode, @​dalaoqi, @​jinbum-kim, @​rueian and @​wckd

Commits
  • c081f7b feat: bump v1.0.72
  • a444a26 add Client method to compat and interface (#956)
  • a4aa79f feat: add new XCFGSET command (#952)
  • a6f6f77 Add MGet method to cachecompat (#950)
  • 96d12e3 fix: race condition in Lua script SHA-1 loading (#108)
  • e165ccf fix: avoid poll to hang by draining cq before polling the cq fd (#106)
  • f2c1ff7 fix: correct the position of KEEPREF, DELREF, and ACKED for XADD (#946)
  • cef8afd feat: add IDMPAUTO and IDMP parameters to XADD command (#942)
  • 895cc3d feat: add HOTKEYS command (#941)
  • d662dfe fix(x...
Read more

v0.24.32

27 Feb 14:54
4ec9110

Choose a tag to compare

Changes

opa: update version (#3886)

to fix osv-scanner problems

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.32 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.32 skipper --help

v0.24.31

26 Feb 13:05
c075b23

Choose a tag to compare

Changes

tracing: to reduce costs on the next tracing provider, add a config option migrate span logs/events to span tags/attributes (#3882)

tracing: to reduce costs on the next tracing provider, add a config
option migrate span logs/events to span tags/attributes

In some tracing providers this has the advantage that you can create
timeseries of the instrumented http clients: example connect() times, ..

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.31 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.31 skipper --help

v0.24.30

25 Feb 09:29
ee4f497

Choose a tag to compare

Changes

feature: add auto for X-Forwarded-Proto and X-FOrwarded-Port (#3878)

closes #3871

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.30 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.30 skipper --help

v0.24.29

25 Feb 08:50
2b0d598

Choose a tag to compare

Changes

kubernetes: update ingress status from service (#3877)

Add support for -kubernetes-ingress-status-from-service (IMPORTANT NOTICE: the flag/config will change to -kubernetes-status-from-service, because we will support routegroup in the future)
so Skipper can source ingress status addresses from a configured Service and patch
ingress /status when needed.

Why: Skipper does not currently provide this capability, and this adds a
way to publish Service-derived ingress addresses through ingress status
updates.

Refs #931


Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.29 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.29 skipper --help

v0.24.28

24 Feb 16:12
6d9bf70

Choose a tag to compare

Changes

fix: OPA internal race condition - reverts OPA plugin update (#3883)

fix: OPA internal race condition that skipper triggers by calling
RoundTrip.

read and write happens at:
https://github.com/zalando/skipper/blob/master/filters/openpolicyagent/tracing.go#L98
ref: open-policy-agent/opa#8363
PR merged: open-policy-agent/opa#8365

release of OPA will happen this Thursday, if everything works as
planned.
After that we can update the version to latest release again and fix the
OPA plugin issue.

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.28 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.28 skipper --help

v0.24.26

19 Feb 08:54
141cb2f

Choose a tag to compare

Changes

build(deps): bump oss-fuzz-base/base-builder-go from bb3b16c to 6335e14 in /.clusterfuzzlite (#3873)

Bumps oss-fuzz-base/base-builder-go from bb3b16c to 6335e14.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits
    that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all
    of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.26 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.26 skipper --help

v0.24.27

19 Feb 10:24
61ab58c

Choose a tag to compare

Changes

security fix: dependency update fixes CVE-2026-26205 (#3876)
ref: GHSA-9f29-v6mm-pw6w

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.27 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.27 skipper --help

v0.24.25

18 Feb 20:18
11ffc77

Choose a tag to compare

Changes

build(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 (#3872)

Multiarch Docker image

Multiarch Docker image is available in GitHub's docker registry:

docker run -it ghcr.io/zalando/skipper:v0.24.25 skipper --help

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.25 skipper --help

v0.24.24

18 Feb 18:59
3bf399d

Choose a tag to compare

Changes

build(deps): bump the all-go-mod-patch-and-minor group across 1 directory with 19 updates (#3875)

Bumps the all-go-mod-patch-and-minor group with 11 updates in the /
directory:

Package From To

|
github.com/open-policy-agent/eopa
| 1.45.1 | 1.46.0 |
| github.com/redis/go-redis/v9 |
9.17.3 | 9.18.0 |
|
github.com/valkey-io/valkey-go
| 1.0.70 | 1.0.71 |
|
github.com/valkey-io/valkey-go/valkeyhook
| 1.0.70 | 1.0.71 |
|
github.com/valkey-io/valkey-go/valkeyotel
| 1.0.70 | 1.0.71 |
|
go.opentelemetry.io/contrib/exporters/autoexport
| 0.64.0 | 0.65.0 |
|
go.opentelemetry.io/contrib/propagators/autoprop
| 0.64.0 | 0.65.0 |
|
go.opentelemetry.io/otel/bridge/opentracing
| 1.39.0 | 1.40.0 |
| golang.org/x/crypto | 0.47.0 |
0.48.0 |
| golang.org/x/net | 0.49.0 |
0.50.0 |
| golang.org/x/oauth2 | 0.34.0 |
0.35.0 |

Updates github.com/open-policy-agent/eopa from 1.45.1 to 1.46.0

Changelog

Sourced from github.com/open-policy-agent/eopa's changelog.

v1.46.0

OPA v1.12.1 Regal v0.37.0

This release pulls in OPA v1.12.1 and the latest Regal release, v0.37.0.

Commits
  • 21a78ab Release v1.46.0 (#272)
  • 5a5f9c7 build(deps): bump the e2e group across 1 directory with 4 updates (#269)
  • 33e3213 build(deps): bump the build group across 6 directories with 1 update (#271)
  • 8969cdd build(deps): bump the actions group across 1 directory with 2 updates (#270)
  • 38ed052 build(deps): bump the build group across 1 directory with 48 updates (#260)
  • 80bf5f7 pkg/json+storage: Modernization, optimizations, and new features (#266)
  • 5e3e483 pkg: Fix deprecation warnings from upstream OPA. (#265)
  • 3c4ce23 build(deps): bump github.com/dvsekhvalnov/jose2go in /examples/sdk (#229)
  • df3ab89 build(deps): bump github.com/containerd/containerd/v2 (#262)
  • b17ba2f build(deps): bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 (#230)
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/v9 from 9.17.3 to 9.18.0

Release notes

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

9.18.0

Redis 8.6 Support

Added support for Redis 8.6, including new commands and features for streams idempotent production and HOTKEYS.

Smart Client Handoff (Maintenance Notifications) for Cluster

note: Pending RS version release

This release introduces comprehensive support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:

  • Relaxing timeouts during migration (SMIGRATING) to prevent false failures
  • Triggering lazy cluster state reloads upon completion (SMIGRATED)
  • Enabling seamless operations during Redis Enterprise maintenance windows

(#3643) by @​ndyakov

OpenTelemetry Native Metrics Support

Added comprehensive OpenTelemetry metrics support following the OpenTelemetry Database Client Semantic Conventions. The implementation uses a Bridge Pattern to keep the core library dependency-free while providing optional metrics instrumentation through the new extra/redisotel-native package.

Metric groups include:

  • Command metrics: Operation duration with retry tracking
  • Connection basic: Connection count and creation time
  • Resiliency: Errors, handoffs, timeout relaxation
  • Connection advanced: Wait time and use time
  • Pubsub metrics: Published and received messages
  • Stream metrics: Processing duration and maintenance notifications

(#3637) by @​ofekshenawa

✨ New Features

  • HOTKEYS Commands: Added support for Redis HOTKEYS feature for identifying hot keys based on CPU consumption and network utilization (#3695) by @​ofekshenawa
  • Streams Idempotent Production: Added support for Redis 8.6+ Streams Idempotent Production with ProducerID, IdempotentID, IdempotentAuto in XAddArgs and new XCFGSET command (#3693) by @​ofekshenawa
  • NaN Values for TimeSeries: Added support for NaN (Not a Number) values in Redis time series commands (#3687) by @​ofekshenawa
  • DialerRetries Options: Added DialerRetries and DialerRetryTimeout to ClusterOptions, RingOptions, and FailoverOptions (#3686) by @​naveenchander30
  • ConnMaxLifetimeJitter: Added jitter configuration to distribute connection expiration times and prevent thundering herd (#3666) by @​cyningsun
  • Digest Helper Functions: Added DigestString and DigestBytes helper functions for client-side xxh3 hashing compatible with Redis DIGEST command (#3679) by @​ofekshenawa
  • SMIGRATED New Format: Updated SMIGRATED parser to support new format and remember original host:port (#3697) by @​ndyakov
  • ...
Read more