Skip to content

Commit

Permalink
fix: update CoreDNS mapping file (#1029)
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

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]>
  • Loading branch information
dlipovetsky and dkoshkin authored Jan 28, 2025
1 parent 0595ad5 commit 588fa28
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 588fa28

Please sign in to comment.