-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Release Proposal v2.17 #7951
Comments
Thanks for this work @floryut ! |
Thanks to you too for your continued work 🙇 |
Thank you very much for your work! Regarding the recent vulnerability announced here https://groups.google.com/g/kubernetes-announce/c/-e9OlTcED5E can we expect K8s v1.21.5 to be released with kubespray tag v2.17.0? |
yup the PR is ready, I'm waiting for a lgtm to release this version 👍 |
🎉 |
And crap.. Found an issue with default k8s version, will retag/rerelease in a few hours 😫 |
No worries, and thank you very much once again! 😄 |
Below is a proposal for release notes:
Announcements
We are looking for maintainers, reach out in #5432.
Deprecation / Removal
Major changes
kubeadm_upgrade_auto_cert_renewal
to control certificates renewal during control plane upgrade (Add option to kubeadm upgrade command to control certificates renewal during control plane upgrade #7976)Applications
Container managers
Network
--allow-version-mismatch
in calicoctl.sh to allow upgrades (Calico: use --allow-version-mismatch in calicoctl.sh to allow upgrades #7873)enable_dual_stack_networks
is true (Calico: Add kube_service_addresses_ipv6 to serviceClusterIPs #7944)Other note worthy changes
tags: always
to all included service playbook (add tags: always to all included sevice playbook #7906)--no-cache-dir
flag to pip in dockerfiles to save space (chore : use --no-cache-dir flag to pip in dockerfiles to save space #7898)Component versions:
Known issues
Notes
roles/upgrade/pre-upgrade/defaults/main.yml:upgrade_node_always_cordon
totrue
causes a node to be drained before an upgrade and uncordoned after an upgrade even if the node is not cordoned when the upgrade begins.kubernetes.io/ingress.class: nginx
on managed ingressesnetworking.k8s.io/v1beta
--dynamic-config-dir
has been deprecated, Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA. It is planned to be removed from Kubernetes in the version 1.23. Please use alternative ways to update kubelet configuration.add
command e.g.$ inventory.py add 10.0.1.8
The text was updated successfully, but these errors were encountered: