Skip to content

Releases: MusicDin/kubitect

v2.0.2

01 May 19:42
Compare
Choose a tag to compare

What's new?

  • Kubitect version can be set either to tag or branch.

v2.0.1

01 May 16:56
Compare
Choose a tag to compare

What's new

  • Fix CLI tool export command (Command returned cluster does not exist even if cluster existed)

v2.0.0

29 Apr 13:17
Compare
Choose a tag to compare

What's new?

  • The project has been renamed to Kubitect,
  • new CLI tool for creating, scaling and destroying clusters,
  • new documentation page,
  • terraform.tfvars has been replaced by a Kubitect configuration file,
  • option to attach virtual disks to virtual machines (useful for storage solutions like Rook),
  • clusters can now be deployed on multiple hosts,
  • added support for creating multiple clusters.

v1.1.0

31 Dec 12:22
Compare
Choose a tag to compare

This release supports Kubespray version 2.16.0 or higher.

Changes

  • Change container runtime to containerd
  • Python2 is no longer supported
  • Validate MAC and IP addresses
  • Set storage and RAM size in GiB
  • Add support for bridged networks
  • Add option for system update on first boot
  • Remove DHCP leases after reducing cluster size (when using virtual network)
  • Allow setting more then two HAProxy load balancers
  • Setting virtual machine MAC and/or IP is now optional
  • Variables renamed:
    • network_forward_mode -> network_mode
    • network_virtual_bridge -> network_bridge
    • network_interface -> vm_network_interface

v1.0.0 - Initial release

27 May 19:14
Compare
Choose a tag to compare

This release supports Kubespray version up to 1.15.1 and Kubernetes version up to 1.19.x.

Special thanks to @6aKa for all contributions and ideas.