Skip to content

v3.0.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 09:57
· 689 commits to refs/heads/master since this release
dfcb509

What’s Changed

Highlights

Currently, KubeKey contains four projects:

  • kk: KubeKey command line.
  • cluster-api-provider-kubekey (CAPKK): cluster-api infrastructure provider implemented by KubeKey. It can declaratively manage the Kubernetes clusters.
  • cluster-api-bootstrap-provider-kubekey-k3s (CABPKK3S): cluster-api bootstrap provider implemented by K3s.
  • cluster-api-control-plane-provider-kubekey-k3s (CACPKK3S): cluster-api control plane provider implemented by K3s.

🚀 Features

  • add GitHub workflow for docker build and push (#1582) @24sama
  • feat(#1541): Support Execute custom setup scripts (#1545) @tanguofu
  • feat: add k3s control-plane provider and bootstrap provider (#1542) @24sama
  • Support for custom OpenEBS base path (#1534) @arugal
  • refactor KubeKey project structure (#1538) @24sama
  • modify jenkinsfile (#1571) @24sama
  • CAPK support to install docker (#1563) @arugal
  • K3sControlPlane adds a scale subresource and additional printer columns (#1578) @24sama
  • Support more Kubernetes and k3s version (#1577) @24sama
  • Feat: add k3s container runtime config (#1567) @vicoooo26
  • feat: add k3s provider e2e test (#1573) @24sama

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance