Skip to content

v3.1.0๐ŸŒˆ

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 14:06
· 75 commits to master since this release

Whatโ€™s Changed

๐Ÿš€ Features

  • Add Flag --skip-remove-artifact to remain kubekey/artifact dir after exporting an artifact (#2205) @hellocn9
  • Relax artifact strategy (#2161) @ImitationImmortal
  • upgrade containerd, runc and calico version (#2150) @pixiake
  • Support upgrade kubernetes to v1.24+ with Docker runtime (#2148) @pixiake
  • add ipv6 support in k8s and calico config,it compatible only ipv4 provide (#2142) @wenwenxiong
  • Support use docker for version >= v1.24.0 (#2111) @chilianyi
  • Update containerd version to 1.7.8 (#2052) @pixiake
  • calculate sha256 file checksum by streaming (#2036) @samt42

๐Ÿ› Bug Fixes

  • Fix the issue that the cri-dockerd.sock file is not automatically deleted when stopping the cri-docker service. (#2194) @hellocn9
  • fix bug: upgrade k8s , kubeadm return coredns start version unsupported (#2181) @wenwutang1
  • Debugged calico.tmpl to support IPv6 (#2184) @baikjy0215
  • fix: Relax artifact strategy. add containerManager (#2179) @ImitationImmortal
  • fix #2143: My bin directory was deleted by installContainerdMoudle (#2144) @deqingLv
  • fix : redeployment failure when internal ip is modified (#2113) @xrwang8
  • fix: backup script doesn't work when set etcd dataDir to another dir except '/var/lib/etcd' (#2038) @liuxu623

๐Ÿ‘ป Maintenance