Releases: kubesphere/kubekey
Releases · kubesphere/kubekey
v2.1.2
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
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
v1.1.2
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
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 🌈
What’s Changed
🚀 Features
🐛 Bug Fixes
- fix wrong path in go build ldflags (#1602) @24sama
- fix the panic of parsing os release. (#1601) @24sama
- print a warning log about download harbor arm64 (#1597) @24sama
- fix the image name parsing panic (#1595) @24sama
- modify cluster-template.yaml (#1585) @24sama
- fix some feature-gates removed in k8s v1.25.x (#1594) @24sama
📝 Documentation updates
- add besscroft as a contributor for doc (#1590) @allcontributors
- add xiaods as a contributor for code, and doc (#1589) @allcontributors
- docs: update README [skip ci] (#1586) @vinsonzou
- doc:Update README.md (#1588) @besscroft
- doc:Update kubernetes-version.md (#1587) @besscroft
- docs: add versions of default plugins and components used by kubekey (#1580) @xiaods
👻 Maintenance
v3.0.1-alpha.0
What’s Changed
- add besscroft as a contributor for doc (#1590) @allcontributors
- add xiaods as a contributor for code, and doc (#1589) @allcontributors
- docs: update README [skip ci] (#1586) @vinsonzou
🚀 Features
🐛 Bug Fixes
- fix the panic of parsing os release. (#1601) @24sama
- print a warning log about download harbor arm64 (#1597) @24sama
- fix the image name parsing panic (#1595) @24sama
- modify cluster-template.yaml (#1585) @24sama
- fix some feature-gates removed in k8s v1.25.x (#1594) @24sama
📝 Documentation updates
- doc:Update README.md (#1588) @besscroft
- doc:Update kubernetes-version.md (#1587) @besscroft
- docs: add versions of default plugins and components used by kubekey (#1580) @xiaods
👻 Maintenance
v3.0.0 🌈
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
- fix set components yaml image name error (#1583) @24sama
- fix: github action check error (#1561) @24sama
- fix: argument field case issue (#1544) @vicoooo26
- fix the bug generating two release pages (#1576) @24sama
- fix log print wrong message (#1575) @24sama
📝 Documentation updates
- add arugal as a contributor for code (#1570) @allcontributors
👻 Maintenance
- build(deps): bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0 (#1565) https://github.com/dependabot
- build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#1562) https://github.com/dependabot
v3.0.0-alpha.1
What’s Changed
- add arugal as a contributor for code (#1570) @allcontributors
- modify jenkinsfile (#1571) @24sama
- CAPK support to install docker (#1563) @arugal
🚀 Features
- 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
- fix the bug generating two release pages (#1576) @24sama
- fix log print wrong message (#1575) @24sama
👻 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
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
- fix: github action check error (#1561) @24sama
- fix: argument field case issue (#1544) @vicoooo26