Skip to content

Commit

Permalink
fix: update CoreDNS mapping file (#998)
Browse files Browse the repository at this point in the history
**What problem does this PR solve?**:
Adds CoreDNS version mapping for Kubernetes v1.32

**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.
-->
  • Loading branch information
dkoshkin authored Dec 12, 2024
1 parent e926d8d commit 8c18f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/versions/coredns.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions api/versions/coredns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func TestReturnsCorrectMappingForGetKubernetesToCoreDNSVersionMap(t *testing.T)
"v1.29": "v1.11.1",
"v1.30": "v1.11.3",
"v1.31": "v1.11.3",
"v1.32": "v1.11.3",
}
assert.Equal(t, expected, mapping)
}

0 comments on commit 8c18f88

Please sign in to comment.