Skip to content

Commit 588fa28

Browse files
fix: update CoreDNS mapping file (#1029)
**What problem does this PR solve?**: Adds CoreDNS version mapping for Kubernetes v1.32 Backport of #998 **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. --> **What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. --> Co-authored-by: Dimitri Koshkin <[email protected]>
1 parent 0595ad5 commit 588fa28

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

api/versions/coredns.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/versions/coredns_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func TestReturnsCorrectMappingForGetKubernetesToCoreDNSVersionMap(t *testing.T)
4646
"v1.29": "v1.11.1",
4747
"v1.30": "v1.11.3",
4848
"v1.31": "v1.11.3",
49+
"v1.32": "v1.11.3",
4950
}
5051
assert.Equal(t, expected, mapping)
5152
}

0 commit comments

Comments
 (0)