Skip to content

Releases: MusicDin/kubitect

v3.4.0

21 Apr 16:49
ee1efe7
Compare
Choose a tag to compare

New features

K3s

Kubitect now supports Kubernetes deployments using k3s.

# kubitect.yaml
...
kubernetes:
  manager: k3s

mergeKubeconfig

A new config option mergeKubeconfig has been introduced. When enabled, the kubeconfig file of a new cluster is merged into existing config on path ~/.kube/config.

# kubitect.yaml
...
kubernetes:
  other:
    mergeKubeconfig: true

Changes

  • Remove Weave network plugin by @MusicDin in #181
  • Use only latest images by @MusicDin in #182
  • Create .ssh directory if missing when adding VMs to known hosts by @MusicDin in #185
  • Initial implementation of K3s manager by @MusicDin in #189
  • Remove configuration files even if TF resources are already removed by @MusicDin in #192
  • Fail validation if config contains unknown keys by @MusicDin in #194
  • Add option to merge kubeconfig when cluster is created by @MusicDin in #196
  • Fix k3s server startup in HA mode by @MusicDin in #197

Docs

Dependencies

Other

New Contributors

Full Changelog: v3.3.1...v3.4.0

v3.3.1

11 Jan 19:03
d839fdc
Compare
Choose a tag to compare

What's Changed

v3.3.0

12 Nov 12:04
4febcce
Compare
Choose a tag to compare

What's Changed

v3.2.3

02 Nov 20:38
Compare
Choose a tag to compare

What's Changed

  • Pin terraform-provider-libvirt to fix issue with ssh connections (#164, @ahuston-0)
  • Update docs extensions and workflow (#166, @MusicDin)

New Contributors

v3.2.2

07 Jul 20:35
08c9916
Compare
Choose a tag to compare

Fixes

v3.2.1

30 Jun 22:58
25b0ba5
Compare
Choose a tag to compare

Fixes

  • Fix instance address not being registered within the virtual network (#150, @MusicDin)

Other

v3.2.0

13 Jun 18:15
892e2a8
Compare
Choose a tag to compare

Note

From this release on, Kubernetes version 1.23 is no longer supported.
Therefore, Kubernetes clusters that are still running on version 1.23 should be upgraded to at least version 1.24.

Deprecation

What's New

What's Fixed

  • Rely on QEMU guest agent only in bridge network mode (#138, @MusicDin )
  • Skip local clusters search if local and global paths match (#139, @MusicDin)

Other Changes

v3.1.1

02 Jun 19:06
9265e2c
Compare
Choose a tag to compare

What's Fixed?

  • Fix local cluster search causes duplicate cluster names (#140, @MusicDin)

v3.1.0

22 May 14:33
430e0c1
Compare
Choose a tag to compare

Known issues

  • CentOS Stream image already includes the qemu-guest-agent package, which reports IP addresses of the virtual machines before they are leased from a DHCP server. This can cause issues during infrastructure provisioning if the virtual machines are not configured with static IP addresses.

What's new?

What's fixed?

  • Fix addToKnownHosts and updateOnBoot always true (#123, @MusicDin)
  • Validate LB forward port number and name are unique (#125, @MusicDin)
  • Allow port forward changes and addition of data resource pools (#126, @MusicDin)
  • Fix unmarshal error when Kubespray addons are configured (#129, @MusicDin)
  • Fix tilda expansion when adding known hosts (#130, @MusicDin)

Other

v3.0.1

11 Apr 11:59
ffe51bf
Compare
Choose a tag to compare

What's new?