-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update coredns to 1.11.3 and metrics-server to 0.7.2 #10760
Conversation
/retest |
Also, don't use "fixes" or "resolves" before an issue in your comment, as that will auto-close the issue. We need it left open for QA to validate and close. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10760 +/- ##
==========================================
- Coverage 49.83% 43.67% -6.17%
==========================================
Files 178 178
Lines 14753 14753
==========================================
- Hits 7352 6443 -909
- Misses 6062 7121 +1059
+ Partials 1339 1189 -150
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Used https://github.com/coredns/corefile-migration to migrate the corefile. There are no changes for the default file from 1.10.1 to 1.11.3. Notable plugin changes include the k8s_external with fallthrough option and rewrite with cname_target option. These changes are not part of the default config that ships with k3s. Customers using these two plugins can start using the new options Metrics does not have any new features other than build tooling updates. Requires rancher/image-mirror#704 Signed-off-by: Harsimran Singh Maan <[email protected]>
thanks for the PR! |
Proposed Changes
Used https://github.com/coredns/corefile-migration to migrate the corefile. There are no changes for the default file from 1.10.1 to 1.11.3.
Notable plugin changes include the k8s_external with fallthrough option and rewrite with cname_target option.
These changes are not part of the default config that ships with k3s. Customers using these two plugins can start using the new options
Requires
Types of Changes
version bump
Verification
Check image version
Testing
Linked Issues
User-Facing Change
Further Comments