Autok3s Versions Save

Run K3s Everywhere

v0.9.2

3 months ago

:rocket: Features

  • 332e8e2 (cluster) support partial rollback when creating clusters or joining nodes
  • b7118ab (kube-explorer) Support kube-explorer v0.4.0
  • https://github.com/cnrancher/autok3s/issues/644 Show K3s version on the Cluster list page
  • d3a2b18 (k3d) Support k3d version v5.6.0

:bug: Bug fixes

v0.9.2-rc3

3 months ago

:rocket: Features

  • 332e8e2 (cluster) support partial rollback when creating clusters or joining nodes
  • aa2e6f1 (autok3s) bump up ui and docs version
  • b7118ab (kube-explorer) bump up kube-explorer version
  • 7faf7d5 (aws) bump up aws cloud provider version

:bug: Bug fixes

  • 49a38ce (ci) check the binary works fine after build in PR
  • 71ecce3 (ci) add semver version for non-tag build
  • d3a2b18 (k3d) bump up k3d version
  • 37cf01d (build) fix the wrong dapper command to get version
  • 10c23c8 (cluster) fix stuck in Upgrading status when join nodes failed
  • a50715a (docs) bump up docs for v0.9.1

:package: Other

  • 16a23b9 (deps) bump github.com/containerd/containerd from 1.7.3 to 1.7.11
  • d5a38fb (deps) bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • a628783 (bci) bump BCI to 15.5
  • 4d629e2 (upx) Bump upx to 4.2.1
  • 5127c06 (deps) bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • d76bd10 (deps) bump golang.org/x/net from 0.7.0 to 0.17.0

v0.9.2-rc2

4 months ago

:rocket: Features

  • aa2e6f1 (autok3s) bump up ui and docs version
  • b7118ab (kube-explorer) bump up kube-explorer version
  • 7faf7d5 (aws) bump up aws cloud provider version

:bug: Bug fixes

  • 49a38ce (ci) check the binary works fine after build in PR
  • 71ecce3 (ci) add semver version for non-tag build
  • d3a2b18 (k3d) bump up k3d version
  • 37cf01d (build) fix the wrong dapper command to get version
  • 10c23c8 (cluster) fix stuck in Upgrading status when join nodes failed
  • a50715a (docs) bump up docs for v0.9.1

:package: Other

  • 16a23b9 (deps) bump github.com/containerd/containerd from 1.7.3 to 1.7.11
  • d5a38fb (deps) bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • a628783 (bci) bump BCI to 15.5
  • 4d629e2 (upx) Bump upx to 4.2.1
  • 5127c06 (deps) bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • d76bd10 (deps) bump golang.org/x/net from 0.7.0 to 0.17.0

v0.9.2-rc1

4 months ago

:rocket: Features

  • b7118ab (kube-explorer) bump up kube-explorer version
  • 7faf7d5 (aws) bump up aws cloud provider version

:bug: Bug fixes

  • 49a38ce (ci) check the binary works fine after build in PR
  • 71ecce3 (ci) add semver version for non-tag build
  • d3a2b18 (k3d) bump up k3d version
  • 37cf01d (build) fix the wrong dapper command to get version
  • 10c23c8 (cluster) fix stuck in Upgrading status when join nodes failed
  • a50715a (docs) bump up docs for v0.9.1

:package: Other

  • 16a23b9 (deps) bump github.com/containerd/containerd from 1.7.3 to 1.7.11
  • d5a38fb (deps) bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • a628783 (bci) bump BCI to 15.5
  • 4d629e2 (upx) Bump upx to 4.2.1
  • 5127c06 (deps) bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • d76bd10 (deps) bump golang.org/x/net from 0.7.0 to 0.17.0

v0.9.1

7 months ago

:bug: Bug fixes

  • be99484 (autok3s) Fix k3d provider with 'http: invalid Host header' errors.

v0.9.0

8 months ago

:rocket: Features

:bug: Bug fixes

  • d1bef58 (cluster) add unknown status for unable to fetch instance clusters
  • 30a9298 (build) skip upx darwin arm binaries
  • 5c54e6c (provider) update join k3d function and rollback logic
  • fa84c48 (provider) add session token for credential and use different device name by AMI
  • 518a699 (explorer) add cmd context to enable explorer

:package: Other

  • 2ac6f02 (deps) bump helm.sh/helm/v3 from 3.9.0 to 3.11.1
  • 7f37fea (deps) bump github.com/emicklei/go-restful
  • 682228c (deps) bump google.golang.org/grpc from 1.47.0 to 1.53.0

New Contributors

Full Changelog: https://github.com/cnrancher/autok3s/compare/v0.8.0...v0.9.0

v0.9.0-rc3

8 months ago

:rocket: Features

  • ab03521 (provider) update default images for each cloud provider for best practice
  • 57b793d (addon) add default add-on for Rancher Manager
  • d73b458 (ui) bump up ui version to v0.9.0-rc2
  • 9a579e2 (dashboard) support helm-dashboard install script
  • 4dd449e (addon) support create cluster with addons
  • b31cd96 (addon) addon API support
  • eb58e3a (addon) addon CLI suppport
  • 5efd381 (provider) support non-rollback parameter when create/join node failed
  • 57f79e0 (dialer) Refactor SSH package
  • 5e2bebd (autok3s) support install k3s into Alpine
  • 4864363 (dashboard) support helm-dashboard plugin

:bug: Bug fixes

  • 0cc97b3 (dashboard) Add helm-dashboard bind address for docker mode
  • d1bef58 (cluster) add unknown status for unable to fetch instance clusters
  • 6c4914f (add-on) change deploy add-on manifests to autok3s folder
  • dd94f34 (add-on) no need to decode base64 for bytes
  • 10d3c20 (add-ons) minor addon CLI changes
  • 00a6320 (add-on) fix description of add-on sub-command
  • b03568d (docs) update docs for cluster management
  • 76d571b (cluster) fix cannot merge bool type with false as zero value
  • 30a9298 (build) skip upx darwin binaries
  • 5c54e6c (provider) update join k3d function and rollback logic
  • fa84c48 (provider) add session token for credential and use different device name by AMI
  • 518a699 (explorer) add cmd context to enable explorer
  • 24e5006 (proxy) change whitelist-domain setting get function

:package: Other

  • 2ac6f02 (deps) bump helm.sh/helm/v3 from 3.9.0 to 3.11.1
  • 7f37fea (deps) bump github.com/emicklei/go-restful
  • 682228c (deps) bump google.golang.org/grpc from 1.47.0 to 1.53.0

v0.9.0-rc2

8 months ago

:rocket: Features

  • d73b458 (ui) bump up ui version to v0.9.0-rc2
  • 9a579e2 (dashboard) support helm-dashboard install script
  • 4dd449e (addon) support create cluster with addons
  • b31cd96 (addon) addon API support
  • eb58e3a (addon) addon CLI suppport
  • 5efd381 (provider) support non-rollback parameter when create/join node failed
  • 57f79e0 (dialer) Refactor SSH package
  • 5e2bebd (autok3s) support install k3s into Alpine
  • 4864363 (dashboard) support helm-dashboard plugin

:bug: Bug fixes

  • d1bef58 (cluster) add unknown status for unable to fetch instance clusters
  • 6c4914f (add-on) change deploy add-on manifests to autok3s folder
  • dd94f34 (add-on) no need to decode base64 for bytes
  • 10d3c20 (add-ons) minor addon CLI changes
  • 00a6320 (add-on) fix description of add-on sub-command
  • b03568d (docs) update docs for cluster management
  • 76d571b (cluster) fix cannot merge bool type with false as zero value
  • 30a9298 (build) skip upx darwin binaries
  • 5c54e6c (provider) update join k3d function and rollback logic
  • fa84c48 (provider) add session token for credential and use different device name by AMI
  • 518a699 (explorer) add cmd context to enable explorer
  • 24e5006 (proxy) change whitelist-domain setting get function

:package: Other

  • 2ac6f02 (deps) bump helm.sh/helm/v3 from 3.9.0 to 3.11.1
  • 7f37fea (deps) bump github.com/emicklei/go-restful
  • 682228c (deps) bump google.golang.org/grpc from 1.47.0 to 1.53.0

v0.9.0-rc1

9 months ago

:rocket: Features

  • 5efd381 (provider) support non-rollback parameter when create/join node failed
  • 57f79e0 (dialer) Refactor SSH package
  • 5e2bebd (autok3s) support install k3s into Alpine
  • 4864363 (dashboard) support helm-dashboard plugin

:bug: Bug fixes

  • 30a9298 (build) skip upx darwin binaries
  • 5c54e6c (provider) update join k3d function and rollback logic
  • fa84c48 (provider) add session token for credential and use different device name by AMI
  • 518a699 (explorer) add cmd context to enable explorer
  • 24e5006 (proxy) change whitelist-domain setting get function

:package: Other

  • 682228c (deps) bump google.golang.org/grpc from 1.47.0 to 1.53.0

v0.8.0

1 year ago

:rocket: Features

:bug: Bug fixes

  • 213d58b (provider) fix function typo and remove useless variable
  • 57c82ea (docs) add DOCKER_HOST env for running in docker on MacOS

🌟 Contributors

  • @orangedeng
  • @ly5156
  • @niusmallnan
  • @JacieChao

Full Changelog: https://github.com/cnrancher/autok3s/compare/v0.7.0...v0.8.0