Skip to content

Releases: kubesphere/kubekey

v2.3.1

22 Nov 02:42
854cd82
Compare
Choose a tag to compare
Merge pull request #1618 from 24sama/release-2.3-origin

[release-2.3] Fix etcd script to delete other files when there is no space left on device

v2.2.3

22 Nov 02:40
2d19e8e
Compare
Choose a tag to compare
Merge pull request #1619 from 24sama/release-2.2-origin

[release-2.2] Fix etcd script to delete other files when there is no space left on device

v2.1.2

22 Nov 02:40
92fbd5c
Compare
Choose a tag to compare
Merge pull request #1620 from 24sama/release-2.1-origin

[release-2.1] Fix etcd script to delete other files when there is no space left on device

v2.0.1

22 Nov 02:38
9eb6112
Compare
Choose a tag to compare
Merge pull request #1621 from 24sama/release-2.0-origin

[release-2.0] Fix etcd script to delete other files when there is no space left on device

v1.2.2

22 Nov 02:35
00a3fa5
Compare
Choose a tag to compare

What's Changed

  • [release-1.2] Fix etcd script to delete other files when there is no space left on device by @24sama in #1622

v1.1.2

22 Nov 02:34
3970f5c
Compare
Choose a tag to compare
Merge pull request #1623 from 24sama/release-1.1-origin

[release-1.1] Fix etcd script to delete other files when there is no space left on device

v1.0.2

22 Nov 02:32
b2fd879
Compare
Choose a tag to compare
Merge pull request #1624 from 24sama/release-1.0-origin

[release-1.0] Fix etcd script to delete other files when there is no space left on device

v3.0.1 🌈

16 Nov 05:31
0fc2b45
Compare
Choose a tag to compare

What’s Changed

πŸš€ Features

πŸ› Bug Fixes

πŸ“ Documentation updates

πŸ‘» Maintenance

v3.0.1-alpha.0

11 Nov 04:21
2b57164
Compare
Choose a tag to compare
v3.0.1-alpha.0 Pre-release
Pre-release

What’s Changed

πŸš€ Features

πŸ› Bug Fixes

πŸ“ Documentation updates

πŸ‘» Maintenance

v3.0.0 🌈

08 Nov 09:57
dfcb509
Compare
Choose a tag to compare

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