Skip to content

chore(deps): bump github.com/zalando/skipper from 0.22.104 to 0.26.10 in /plugins/skipper - #833

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/plugins/skipper/github.com/zalando/skipper-0.26.10
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown

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

Release notes

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

v0.26.10

Changes

Fix: security opa authz bypass (#4041)

Multiarch Docker image

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

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

Docker image

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

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

v0.26.9

Changes

Feature: mtls support in httpclient - net.Client (#4026)

Example skipper/net.Client with mTLS and cert rotation

rootCAs, _ := x509.SystemCertPool()
caCertPEM, _ := os.ReadFile("path/to/your/custom-ca.crt")
rootCAs.AppendCertsFromPEM(caCertPEM)

net.NewClient(net.Options{
CertFile: certFile,
KeyFile: keyFile,
CertRefreshInterval: time.Minute,
RootCAs: rootCAs,
})


Multiarch Docker image

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

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

... (truncated)

Commits
  • 3152f3b Fix: security opa authz bypass (#4041)
  • 69a097c Feature: mtls support in httpclient - net.Client (#4026)
  • 1cfe962 build(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 (#4030)
  • d35a81c build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#4029)
  • a5cea1e build(deps): bump oss-fuzz-base/base-builder-go from 110a34c to 3c453ef i...
  • ca9e654 build(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#4028)
  • e8b7aaf build(deps): bump docker/login-action from 4.1.0 to 4.2.0 (#4027)
  • 171f2ef build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in the all-go-mod-pa...
  • a73d23c feature: add cache() HTTP response caching filter (#3991)
  • 759f0be Fix pipeline flakiness (#4022)
  • 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 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.26.10.
- [Release notes](https://github.com/zalando/skipper/releases)
- [Commits](zalando/skipper@v0.22.104...v0.26.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 10, 2026
@netlify

netlify Bot commented Jul 10, 2026

Copy link
Copy Markdown

Deploy Preview for teal-sprinkles-4c7f14 canceled.

Name Link
🔨 Latest commit 1d9879d
🔍 Latest deploy log https://app.netlify.com/projects/teal-sprinkles-4c7f14/deploys/6a510b998558220008a63335

@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Author

Superseded by #836.

@dependabot dependabot Bot closed this Jul 17, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/plugins/skipper/github.com/zalando/skipper-0.26.10 branch July 17, 2026 18:15
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.

0 participants