Skip to content

Commit 9b2d4f2

Browse files
authored
fix: CoreDNS mapping (#1358)
**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. -->
1 parent a3327cd commit 9b2d4f2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/versions/coredns.go

Lines changed: 3 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
@@ -48,6 +48,7 @@ func TestReturnsCorrectMappingForGetKubernetesToCoreDNSVersionMap(t *testing.T)
4848
"v1.31": "v1.11.3",
4949
"v1.32": "v1.11.3",
5050
"v1.33": "v1.12.0",
51+
"v1.34": "v1.12.1",
5152
}
5253
assert.Equal(t, expected, mapping)
5354
}

0 commit comments

Comments
 (0)