Skip to content

Commit 956e5d2

Browse files
build(deps): bump github.com/zalando/skipper from 0.22.115 to 0.24.0 (#773)
Bumps [github.com/zalando/skipper](https://github.com/zalando/skipper) from 0.22.115 to 0.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zalando/skipper/releases">github.com/zalando/skipper's releases</a>.</em></p> <blockquote> <h2>v0.24.0</h2> <h3>Changes</h3> <p>security: disable kubernetes external name by default, fixes CVE-2026-24470</p> <p>ref: <a href="https://github.com/zalando/skipper/security/advisories/GHSA-mxxc-p822-2hx9">https://github.com/zalando/skipper/security/advisories/GHSA-mxxc-p822-2hx9</a></p> <p>This release breaks end-users and library-users that depend on Kubernetes Ingress referencing a Kubernetes service type ExternalName.</p> <p>If you are end-user and depend on the former behavior, you can pass <code>-enable-kubernetes-external-names</code> to your deployment. If you are library-user and depend on the former behavior, you can pass the following option to restore behavior:</p> <pre lang="go"><code>skipper.Run(skipper.Options{ EnableExternalNames: true, }) </code></pre> <p>Thanks <a href="https://github.com/b0b0haha">https://github.com/b0b0haha</a> and <a href="https://github.com/moyushui">https://github.com/moyushui</a> and <a href="https://github.com/j311yl0v3u">https://github.com/j311yl0v3u</a> providing us a detailed report how to exploit this vulnerability that is available by default in skipper versions &lt;v0.24</p> <h3>Multiarch Docker image</h3> <p>Multiarch Docker image is available in GitHub's docker registry:</p> <pre><code>docker run -it ghcr.io/zalando/skipper:v0.24.0 skipper --help </code></pre> <h3>Docker image</h3> <p>Docker image is available in Zalando's Open Source registry:</p> <pre><code>docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.0 skipper --help </code></pre> <h2>v0.23.1</h2> <h3>Changes</h3> <p>build(deps): bump oss-fuzz-base/base-builder-go from <code>b196639</code> to <code>23b10d0</code> in /.clusterfuzzlite (<a href="https://redirect.github.com/zalando/skipper/issues/3834">#3834</a>)</p> <p>Bumps oss-fuzz-base/base-builder-go from <code>b196639</code> to <code>23b10d0</code>.</p> <p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oss-fuzz-base/base-builder-go&amp;package-manager=docker&amp;previous-version=b196639a9f855fcbfa8882ce08a897344a364a8db359c86d1d5deedc8bbbb006&amp;new-version=23b10d0313226a2c94135170e4991a88c4067636dfdac0f074a214bdbc235836" alt="Dependabot compatibility score" /></a></p> <p>Dependabot will resolve any conflicts with this PR as long as you don't</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zalando/skipper/commit/a4c87ce029a58eb8e1c2c1f93049194a39cf6219"><code>a4c87ce</code></a> security: disable kubernetes external name by default (<a href="https://redirect.github.com/zalando/skipper/issues/3842">#3842</a>)</li> <li><a href="https://github.com/zalando/skipper/commit/e97551d6c3358c52cf7d4f18232f8d1abcd79f5a"><code>e97551d</code></a> Enable native OPA Prometheus metrics (<a href="https://redirect.github.com/zalando/skipper/issues/3631">#3631</a>)</li> <li><a href="https://github.com/zalando/skipper/commit/38f6711c66552edfa80c1524ddee91b5a771c026"><code>38f6711</code></a> build(deps): bump oss-fuzz-base/base-builder-go from <code>b196639</code> to <code>23b10d0</code> i...</li> <li><a href="https://github.com/zalando/skipper/commit/0b52894570773b29e2f3c571b94b4211ef8fa714"><code>0b52894</code></a> security: disable lua scripting by default (<a href="https://redirect.github.com/zalando/skipper/issues/3830">#3830</a>)</li> <li><a href="https://github.com/zalando/skipper/commit/1ca00f7af7431162b9af27a65de7ab8e087e32e7"><code>1ca00f7</code></a> Make request header bucket sizes configurable (<a href="https://redirect.github.com/zalando/skipper/issues/3829">#3829</a>)</li> <li><a href="https://github.com/zalando/skipper/commit/fc649199aa6a483db9eece63773822ac5a2e5772"><code>fc64919</code></a> fix: bearerinjector/setRequestHeaderFromSecret: better logging for misconfigu...</li> <li><a href="https://github.com/zalando/skipper/commit/97acb1c68b6a5c7210794249b85fc95d100e281d"><code>97acb1c</code></a> context: span tag <code>shadow: true</code> should only be set for shadow traffic (<a href="https://redirect.github.com/zalando/skipper/issues/3825">#3825</a>)</li> <li><a href="https://github.com/zalando/skipper/commit/776b7ee9ed6cfd3111b6433f196b7163743ed65f"><code>776b7ee</code></a> Feature/otel baggage predicate (<a href="https://redirect.github.com/zalando/skipper/issues/3827">#3827</a>)</li> <li><a href="https://github.com/zalando/skipper/commit/5eee8a89cf60506da6266b79aead0e2c594c6f33"><code>5eee8a8</code></a> build(deps): bump oss-fuzz-base/base-builder-go from <code>679783b</code> to <code>b196639</code> i...</li> <li><a href="https://github.com/zalando/skipper/commit/859e3a567eb9eaaf1f4ed110b24e69eacaa252e7"><code>859e3a5</code></a> docs/filters: documents loopbackIfStatus introduced in [1] (<a href="https://redirect.github.com/zalando/skipper/issues/3826">#3826</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zalando/skipper/compare/v0.22.115...v0.24.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zalando/skipper&package-manager=go_modules&previous-version=0.22.115&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/zalando-incubator/kube-ingress-aws-controller/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ef6b3d commit 956e5d2

File tree

2 files changed

+71
-77
lines changed

2 files changed

+71
-77
lines changed

go.mod

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/zalando-incubator/kube-ingress-aws-controller
22

3-
go 1.25
3+
go 1.25.5
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0
@@ -15,32 +15,24 @@ require (
1515
github.com/prometheus/client_golang v1.23.2
1616
github.com/sirupsen/logrus v1.9.3
1717
github.com/stretchr/testify v1.11.1
18-
github.com/zalando/skipper v0.22.115
18+
github.com/zalando/skipper v0.24.0
1919
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2020
k8s.io/api v0.33.5
2121
k8s.io/apimachinery v0.33.5
2222
k8s.io/client-go v0.33.5
2323
)
2424

2525
require (
26-
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
2726
github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 // indirect
2827
github.com/kr/pretty v0.3.1 // indirect
2928
github.com/kr/text v0.2.0 // indirect
3029
github.com/rogpeppe/go-internal v1.14.1 // indirect
3130
github.com/spf13/pflag v1.0.7 // indirect
3231
github.com/stretchr/objx v0.5.2 // indirect
3332
github.com/tidwall/match v1.2.0 // indirect
34-
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
3533
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
36-
go.opentelemetry.io/otel/trace v1.38.0 // indirect
3734
go.yaml.in/yaml/v2 v2.4.3 // indirect
3835
go.yaml.in/yaml/v3 v3.0.4 // indirect
39-
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
40-
golang.org/x/tools/godoc v0.1.0-deprecated // indirect
41-
google.golang.org/genproto/googleapis/api v0.0.0-20250908214217-97024824d090 // indirect
42-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
43-
google.golang.org/grpc v1.75.1 // indirect
4436
sigs.k8s.io/randfill v1.0.0 // indirect
4537
)
4638

@@ -92,23 +84,23 @@ require (
9284
github.com/pkg/errors v0.9.1 // indirect
9385
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9486
github.com/prometheus/client_model v0.6.2 // indirect
95-
github.com/prometheus/common v0.66.1 // indirect
96-
github.com/prometheus/procfs v0.17.0 // indirect
87+
github.com/prometheus/common v0.67.4 // indirect
88+
github.com/prometheus/procfs v0.19.2 // indirect
9789
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
98-
github.com/redis/go-redis/v9 v9.14.0 // indirect
90+
github.com/redis/go-redis/v9 v9.17.2 // indirect
9991
github.com/tidwall/pretty v1.2.1 // indirect
10092
github.com/x448/float16 v0.8.4 // indirect
10193
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
10294
go.uber.org/atomic v1.11.0 // indirect
10395
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
104-
golang.org/x/crypto v0.45.0 // indirect
105-
golang.org/x/net v0.47.0 // indirect
106-
golang.org/x/oauth2 v0.31.0 // indirect
107-
golang.org/x/sys v0.38.0 // indirect
108-
golang.org/x/term v0.37.0 // indirect
109-
golang.org/x/text v0.31.0 // indirect
110-
golang.org/x/time v0.13.0 // indirect
111-
google.golang.org/protobuf v1.36.9 // indirect
96+
golang.org/x/crypto v0.46.0 // indirect
97+
golang.org/x/net v0.48.0 // indirect
98+
golang.org/x/oauth2 v0.34.0 // indirect
99+
golang.org/x/sys v0.40.0 // indirect
100+
golang.org/x/term v0.39.0 // indirect
101+
golang.org/x/text v0.33.0 // indirect
102+
golang.org/x/time v0.14.0 // indirect
103+
google.golang.org/protobuf v1.36.11 // indirect
112104
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
113105
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
114106
gopkg.in/go-playground/validator.v9 v9.31.0

0 commit comments

Comments
 (0)