-
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.19 #8885
Comments
IIRC, current cert-manager in Component versions section should be at least v1.8.0. |
That's correct but our README.md still references the old version, it should be updated before we cut the release. |
Thanks, I made #8886 to update README.md for cert-manager and few components that also outdated too. |
Thanks for updating the README.md @rtsp |
Thanks guys ❤️ |
A final boarding call: https://kubernetes.slack.com/archives/CDQSC941H/p1654032149214819 🏃 |
Below is a proposal for release notes:
commits
Announcements
We are looking for maintainers, reach out in #5432.
Deprecation / Removal
etcd_deployment_type
to replace theetcd_kubeadm_enabled
variable (ADD NOTEetcd_kubeadm_enabled
is deprecated. You can setetcd_deployment_type
tokubeadm
to get the same behaviour.") (Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable #8317, @necatican)Feature / Major changes
identity_allocation_mode
has been overridden locally, it needs to be changed tocilium_identity_allocation_mode
.) (Change Cilium setting identity_allocation_mode to cilium_identity_allocation_mode #8519, @tomberget)ip6
option host vars (add ip6 host vars to support Dual Stack node InternalIP #8542, @kakkotetsu)EventRateLimit
plugin configuration (add support forEventRateLimit
plugin configuration #8711, @alegrey91)kube_apiserver_service_account_lookup
) (add support forservice-account-lookup
parameter #8781, @alegrey91)eviction_hard
/eviction_hard_control_plane
) (feat: add eviction hard to kubelet config #8421, @cyril-corbon)cert_manager_tolerations
), nodeselector (cert_manager_nodeselector
) and affinity (cert_manager_affinity
) in cert-manager templates (Add tolerations / nodeselector / affinity to cert-manager #8389, @cyril-corbon)Add the possibility to use ansbile_host as api ip for localhost kubeconfig (UpCloud integration #8653, @robinAwallace)
kubelet_streaming_connection_idle_timeout
/kubelet_make_iptables_util_chains
) (feat: add variables to manage kubelet parameters #8796, @alegrey91)upgrade_node_post_upgrade_confirm
). (Allow pausing after upgrade but before uncordon #8530, @mac-chaffee)snapshot_controller_namespace
(parameterized snaphot controller namespaces #8305, @liupeng0518)kube_webhook_token_auth_url_skip_tls_verify
/kube_webhook_token_auth
) (Add optional setting for ca data in auth webhook #8777, @dlouks)kube_encryption_algorithm
flag, then you must setkube_encryption_algorithm
toaescbc
since the default value has changed to the more securesecretbox
standard.) (Encrypting Secret Data at Rest #8574, @Payback159)container_manager
variable for Etcd hosts (Configure Etcd container_manager explicitly #8521, @vi7)generate_list.sh
using ansible (feat(offline): Improve generate_list.sh using ansible (#8537) #8538, @tmurakam)cache
plugin configuration via thecoredns_default_zone_cache_block
variable (Allow overriding CoreDNS default zone cache block #8488, @Tristan971)Network
calico_apiserver_enabled
variable) ([calico] add calico apiserver #8690, @liupeng0518)calico_ip6_auto_method
(add support for Calico IP6_AUTODETECTION_METHOD #8541, @kakkotetsu)calico_ipam_strictaffinity
param) (feat(calico): add configurable ipam strictaffinity #8581, @eyenx)Applications
contrib/terraform/openstack/modules/compute/templates/cloudinit.yaml
before deployment. (Currently it uses one cloud init for all instances.)] (contrib: add cloud-init support for terraform vms #8394, @moss2k13)v1.22.0
(Updated openstack cloud controller version to v1.22.0 #8629, @Xartos)for_each
for openstack. Makes it easier to switch out master nodes via terraform. ([Openstack] master foreach and fixes #8709, @robinAwallace)var.vapp
when a vapp is referenced (vsphere_hostname
is also removed) (Proposing fixes for contrib/terraform/vsphere/ #8436 #8441, @ceesios)master_preemptible
andworker_preemptible
) (terraform/gcp: Allow to use preemptible VM instances #8480, @sathieu)terraform/gcp: Upgrade to latest google provider (terraform/gcp: Do not create unused subnetworks and Upgrade to latest google provider #8497, @sathieu)
Container-Managers
containerd_insecure_registries
needs to be updated or won't work anymore] (Update containerd_insecure_registries to match containerd_registries #8340, @mircyb)[runc] make 1.1.0 the default
[nerdctl] upgrade to 0.17.0 ([containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with default options #8555, @cristicalin)
Bug or Regression
with_networks
variable toexternal_hcloud_cloud
in ansible playbook andnetwork_zone
variable to Hetzner Cloud Terraform. (Fixes for Hetzner terraform and Hetzner Cloud #8702, @Anthony-Bible)0090-etchosts
file when settingoverride_system_hostname=false
(fix 0090-etchosts #7634, @liupeng0518)kube-dns
service will no longer be deleted if not created by kubespray (fix: kube-dns service deletion #8565, @cyril-corbon)etcd_deployment_type: host
(Fix container engine still installed on dedicated etcd node even ifetcd_deployment_type: host
#8386, @rtsp)etcd_kubeadm_enabled: true
(Fix etcd certificates reference to support etcd_kubeadm_enabled:true #7766, @forselli-stratio)first_kube_control_plane
/joined_control_planes
(Fix kubectl call before installing it when settingfirst_kube_control_plane
/joined_control_planes
#8412, @floryut)docker-ce.repo
failed (fix removingdocker-ce.repo
failed #8856, @Thearas)local_path_provisioner_enabled
/multi_networking
(fix vagrant parameter #8650, @liupeng0518)Fixed a bug where DNS lookup failures would cause reset.yml or scale.yml to error out when resolvconf_mode=host_resolvconf (Fix host DNS settings being edited too soon, and not working with NetworkManager #8575, @mac-chaffee)
dns_early
|dns_late
) of cluster deployment[systemd-resolved] Add
upstream_dns_servers
toFallbackDNS
[cluster-reset] Revert DNS configuration to early stage (for instance: only defined upstream nameservers) ([systemd-resolved] Fix DNS configuration according to docs/dns-stack.… #8561, @onock)
Other (Cleanup or Flake)
check_mode: no
from gen_certs_script.yml to prevent changing files (Check all places withcheck_mode: no
for side effects #8573, @fungusakafungus)Component versions:
Known issues
n/a
Notes
The text was updated successfully, but these errors were encountered: