Skip to content

v3.0.8 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 02:32
· 348 commits to refs/heads/master since this release
2698dfb

What’s Changed

🚀 Features

  • support to use external dns to resolve control-plane domain (#1917) @pixiake
  • Support custom CALICO_IPV4POOL_NAT_OUTGOING (#1906) @pixiake
  • refeact: move autoscaler deployment form template to docs. (#1899) @littleBlackHouse
  • update version to v3.1.0-rc.0 support ks version v3.4.0-rc.0 (#1895) @littleBlackHouse
  • feat: add autoscaler and machinehealthycheck (#1894) @littleBlackHouse
  • feat: Support for enabling kube-apiserver auditing (#1892) @pixiake
  • chore: remove the duplicated switch statements (#1886) @LinuxSuRen
  • Support for installing calicoctl (#1881) @pixiake
  • support custom argument when start the kubelet (#1856) @littleBlackHouse
  • feat: Add support for building Debian 11 repository iso (#1808) @yjqg6666
  • add more etcd parameters (#1778) @pixiake
  • feat: add v1.25.5 to k8e binary (#1740) @xiaods
  • Feat: add cni virtual device deletion (#1715) @vicoooo26

🐛 Bug Fixes

  • fix: Modify incorrect parameters (#1918) @littleBlackHouse
  • fix: Modify incorrect parameters (#1914) @littleBlackHouse
  • fix: imagefullName support more than two slash-separated (#1907) @wongearl
  • fix: fix ubuntu version get (#1911) @wongearl
  • fix: add secret option to auth-type. (#1898) @littleBlackHouse
  • fix: Modify the imagePullPolicy to make it more practical for offline… (#1896) @littleBlackHouse
  • add finalizer be more robust (#1872) @littleBlackHouse
  • stop kubelet service first when remove worker node. (#1877) @hellocn9
  • fix: change default kernel paramter. (#1861) @littleBlackHouse
  • [#1853] update the way to get containerd cgroup driver config (#1854) @yjqg6666
  • add clean up the VXLAN interface when delete the cluster (#1857) @hellocn9
  • [#1851] fix hack/version.sh incorrect git version (#1852) @yjqg6666
  • fix: Add multiple etcd nodes failed (#1838) @pixiake
  • fix: Add worker label according to host role (#1832) @pixiake
  • fix: local repository is hard-coded as centos7 (#1824) @pixiake
  • 更新默认Cilium版本以修复一个已知Bug (#1779) @littleplus
  • fix: RefineDockerVersion can not parse zero minor version correctly (#1782) @ExerciseBook
  • fix: docker login escape special characters (#1759) @fangzhengjin
  • fix: compose version error (#1758) @fangzhengjin

📝 Documentation updates

  • docs: correct the etcd related number type (#1902) @LinuxSuRen
  • docs: add a new example of kk create with specific download cmd (#1905) @LinuxSuRen
  • [doc] Update README to state that Debian 11 Bullseye is supported (#1850) @yjqg6666

👻 Maintenance