Skip to content

chore(deps): bump github.com/zalando/skipper from 0.22.104 to 0.24.0 in /plugins/skipper#700

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/plugins/skipper/github.com/zalando/skipper-0.24.0
Closed

chore(deps): bump github.com/zalando/skipper from 0.22.104 to 0.24.0 in /plugins/skipper#700
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/plugins/skipper/github.com/zalando/skipper-0.24.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps github.com/zalando/skipper from 0.22.104 to 0.24.0.

Release notes

Sourced from github.com/zalando/skipper's releases.

v0.24.0

Changes

security: disable kubernetes external name by default, fixes CVE-2026-24470

ref: GHSA-mxxc-p822-2hx9

This release breaks end-users and library-users that depend on Kubernetes Ingress referencing a Kubernetes service type ExternalName.

If you are end-user and depend on the former behavior, you can pass -enable-kubernetes-external-names to your deployment. If you are library-user and depend on the former behavior, you can pass the following option to restore behavior:

skipper.Run(skipper.Options{
    EnableExternalNames: true,
})

Thanks https://github.com/b0b0haha and https://github.com/moyushui and https://github.com/j311yl0v3u providing us a detailed report how to exploit this vulnerability that is available by default in skipper versions <v0.24

Multiarch Docker image

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

docker run -it ghcr.io/zalando/skipper:v0.24.0 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.0 skipper --help

v0.23.1

Changes

build(deps): bump oss-fuzz-base/base-builder-go from b196639 to 23b10d0 in /.clusterfuzzlite (#3834)

Bumps oss-fuzz-base/base-builder-go from b196639 to 23b10d0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't

... (truncated)

Commits
  • a4c87ce security: disable kubernetes external name by default (#3842)
  • e97551d Enable native OPA Prometheus metrics (#3631)
  • 38f6711 build(deps): bump oss-fuzz-base/base-builder-go from b196639 to 23b10d0 i...
  • 0b52894 security: disable lua scripting by default (#3830)
  • 1ca00f7 Make request header bucket sizes configurable (#3829)
  • fc64919 fix: bearerinjector/setRequestHeaderFromSecret: better logging for misconfigu...
  • 97acb1c context: span tag shadow: true should only be set for shadow traffic (#3825)
  • 776b7ee Feature/otel baggage predicate (#3827)
  • 5eee8a8 build(deps): bump oss-fuzz-base/base-builder-go from 679783b to b196639 i...
  • 859e3a5 docs/filters: documents loopbackIfStatus introduced in [1] (#3826)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/zalando/skipper](https://github.com/zalando/skipper) from 0.22.104 to 0.24.0.
- [Release notes](https://github.com/zalando/skipper/releases)
- [Commits](zalando/skipper@v0.22.104...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/zalando/skipper
  dependency-version: 0.24.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 26, 2026
@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for teal-sprinkles-4c7f14 canceled.

Name Link
🔨 Latest commit f9458ce
🔍 Latest deploy log https://app.netlify.com/projects/teal-sprinkles-4c7f14/deploys/6977f89c2059f5000870f2bb

@darkweak darkweak closed this Feb 12, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/plugins/skipper/github.com/zalando/skipper-0.24.0 branch February 12, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant