Skip to content

Releases: k0sproject/k0sctl

v0.10.3

28 Sep 13:40
1ff00f7
Compare
Choose a tag to compare

Changelog

  • Wait for k0s service to stop before running k0s reset (#228)
  • Retry worker network connection test (#225)
  • Unhide the --disable-telemetry switch (#226)
  • Fix ETCD_UNSUPPORTED_ARCH on arm32 (#223)

v0.10.2

13 Sep 13:16
23c86e0
Compare
Choose a tag to compare

Changelog

  • Fix always performing an upgrade when using UploadBinary: true (#214)
  • Update the k0s default-config when using k0sctl init --k0s (#212)
  • Build using go 1.17 and upgrade dependencies (#211)
  • Add --no-redact command flag for debugging purposes (#210)
  • Add linux arm64 build target (#209)

v0.10.1

09 Sep 07:54
9fa7a71
Compare
Choose a tag to compare

Changelog

  • Check connection to kube-api before worker installation (#202)
  • Set kubelet node-ip for dual-role nodes (#205)
  • Fix re-apply on dual role nodes (#206)
  • Only display last error when failing after multiple retries (#200)

v0.10.0

01 Sep 07:53
72c2542
Compare
Choose a tag to compare

Changelog

  • Fix panic in kubeconfig sub-command when no spec.api.port set (#182)
  • Fix k0s config generation (#194)
  • Set ETCD_UNSUPPORTED_ARCH on ARM controller nodes (#184)
  • More flexible sudo/doas/elevated access usage, removing the need for sudo/doas for root-only targets (#192)
  • Disable color when output is redirected (#187)
  • Use spec.api.port when checking controller state (#186)
  • Improve node join timeout error message (#180)
  • Fix spec.api.sans inconsistencies between controllers (#190)
  • Avoid losing custom SANs for non-leader controllers (#177)
  • Use privateAddress as etcd peerAddress when defined (#169)
  • Use worker's privateAddress as kubelet's node-ip (#181)
  • Add support for Alma Linux targets (#165)
  • Add support for Rocky Linux targets (#165)
  • Add support for ArchLinux targets (#183)
  • Fix k0s version number sorting when determining latest version or the need to perform an upgrade (#173)
  • Allow OCI bundles or k0s binary definitions to trigger upgrades during apply (#162)

v0.10.0-beta.3

31 Aug 12:44
590faf6
Compare
Choose a tag to compare
v0.10.0-beta.3 Pre-release
Pre-release
Fix panic in kubeconfig sub-command when no spec.api.port set (#182)

* Test kubeconfig validity in smoke-tests

* What -a

* Cache fix

* See if changing to kubernetes-admin changes anything

* Change it back.

* Echo out the user

* Echo out the whole config

* Dont censor

* Add type check

* Increase basic smoke test verbosity

* More consistent type check for externalAddress

v0.10.0-beta.2

25 Aug 06:38
658cd39
Compare
Choose a tag to compare
v0.10.0-beta.2 Pre-release
Pre-release
  • Fix apply without K0sBinaryPath always performing an upgrade (#195)
  • Fix config marshaling (#194)

v0.10.0-beta.1

23 Aug 12:27
d97cc1f
Compare
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release

Please create issues for any problems you encounter while using this pre-release version.

Changelog

  • More flexible sudo/doas/elevated access usage (#192)
  • Fix spec.api.sans inconsistency between controllers (#190)
  • Disable color when output is redirected (#187)
  • Add ArchLinux target host support (#183)
  • Add Alma Linux target host support (#165)
  • Add Rocky Linux target host support (#165)
  • Use spec.api.port to check controller state (#186)
  • Use worker's private address as kubelet's node-ip (#181)
  • Improve node join timeout error message (#180)
  • Avoid losing custom SANs for non-leader controllers (#177)
  • Use private address as etcd peerAddress when defined (#169)
  • Fix k0s version sorting (#173)
  • Allow OCI bundles or k0s binary definitions to trigger upgrades (#166)

v0.9.0

18 Jun 10:54
6d364ff
Compare
Choose a tag to compare

Changelog

  • Configurable hooks to run commands on target hosts during operations (#154)
  • Fix SSH public key authentication when ssh-agent is active (#151)
  • Allow 1-char usernames on SSH (#151)
  • Backup control plane state using k0sctl backup (#147)
  • Allow to restore cluster state from backup at apply (#149)
  • Update the k0s default config used by k0sctl init (#145)

v0.8.4

06 May 06:30
1d5d571
Compare
Choose a tag to compare

Changelog since 0.8.3

  • Use sudo -s instead of sudo -i to fix a nil panic on some linux hosts (#140)
  • Fix "unknown field Direct" compilation error when using "go get" to install (#139)
  • Improve k0sctl init usefulness by accepting a list of addresses (#136)
  • Fix key decoding error when using keyPath, a protected key and ssh-agent (#137)
  • Omit empty OS override from init output (#135)

v0.8.3

29 Apr 17:54
7d054a6
Compare
Choose a tag to compare

Changelog since 0.8.2

  • Accept 401 and 200 as OK on kube api check (#134)