|
| 1 | +From 89330ec1e614331e9f6c9f8a7a9bcc9ae7efdbc3 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Amelia Lu <63176721+peirulu@users.noreply.github.com> |
| 3 | +Date: Tue, 17 Mar 2026 15:38:55 -0700 |
| 4 | +Subject: [PATCH 01/37] support core dns 1.13.2 for eks-1-33-25 |
| 5 | + |
| 6 | + |
| 7 | +EKS-D 1.33-25 ships with coredns 1.13.2. The corefile-migration package |
| 8 | +with release version 1.0.31 supports 1.11.3. Temporarily ovewriting the version |
| 9 | +to point to the latest release 1.0.31. The patch can be removed once the package has been |
| 10 | +bumped in upstream capi. |
| 11 | + |
| 12 | +--- |
| 13 | + go.mod | 2 +- |
| 14 | + go.sum | 4 ++-- |
| 15 | + 2 files changed, 3 insertions(+), 3 deletions(-) |
| 16 | + |
| 17 | +diff --git a/go.mod b/go.mod |
| 18 | +index 61eb8f44f..2b708f9ae 100644 |
| 19 | +--- a/go.mod |
| 20 | ++++ b/go.mod |
| 21 | +@@ -7,7 +7,7 @@ require ( |
| 22 | + github.com/Masterminds/sprig/v3 v3.3.0 |
| 23 | + github.com/adrg/xdg v0.5.3 |
| 24 | + github.com/blang/semver/v4 v4.0.0 |
| 25 | +- github.com/coredns/corefile-migration v1.0.29 |
| 26 | ++ github.com/coredns/corefile-migration v1.0.31 |
| 27 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc |
| 28 | + github.com/distribution/reference v0.6.0 |
| 29 | + github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 |
| 30 | +diff --git a/go.sum b/go.sum |
| 31 | +index b40f4a16d..2d1a640fe 100644 |
| 32 | +--- a/go.sum |
| 33 | ++++ b/go.sum |
| 34 | +@@ -65,8 +65,8 @@ github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ |
| 35 | + github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= |
| 36 | + github.com/coredns/caddy v1.1.1 h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0= |
| 37 | + github.com/coredns/caddy v1.1.1/go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4= |
| 38 | +-github.com/coredns/corefile-migration v1.0.29 h1:g4cPYMXXDDs9uLE2gFYrJaPBuUAR07eEMGyh9JBE13w= |
| 39 | +-github.com/coredns/corefile-migration v1.0.29/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY= |
| 40 | ++github.com/coredns/corefile-migration v1.0.31 h1:f7WGhY8M2Jn8P2dVO0p7wSQ1QKsMARl6WEyUjCb/V38= |
| 41 | ++github.com/coredns/corefile-migration v1.0.31/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY= |
| 42 | + github.com/coreos/go-semver v0.1.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= |
| 43 | + github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= |
| 44 | + github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4= |
| 45 | +-- |
| 46 | +2.48.1 |
| 47 | + |
0 commit comments