Skip to content

Releases: kubesphere/kubekey

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

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

v3.0.0-alpha.1

07 Nov 02:51
e387f88
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

What’s Changed

🚀 Features

🐛 Bug Fixes

👻 Maintenance

  • build(deps): bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0 (#1565) @dependabot
  • build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#1562) @dependabot

v3.0.0-alpha.0

21 Oct 09:53
7163d6d
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release

What’s Changed

🚀 Features

  • feat: add k3s control-plane provider and bootstrap provider (#1542) @24sama (experimental)
  • Support for custom OpenEBS base path (#1534) @arugal
  • refactor KubeKey project structure (#1538) @24sama

🐛 Bug Fixes