Skip to content

Releases: kubermatic/machine-controller

v1.57.5

01 Mar 11:55
v1.57.5
08687d3
Compare
Choose a tag to compare

What's Changed

  • [release/v1.57] Remove TORCX_BINDIR from containerd binary call by @embik in #1762

Full Changelog: v1.57.4...v1.57.5

v1.56.6

01 Mar 12:02
v1.56.6
e4e0835
Compare
Choose a tag to compare

What's Changed

  • [release/v1.56] Remove TORCX_BINDIR from containerd binary call by @embik in #1763

Full Changelog: v1.56.5...v1.56.6

v1.58.2

19 Feb 20:57
bd68d2c
Compare
Choose a tag to compare

⚠️ This release has been cut from the main branch instead of the release/v1.58 branch. If you need a v1.58 release, we recommend using v1.58.3 or newer.

New Feature

  • webhook: changed certificate/key files are now reloaded automatically #1751
  • Support edge provider in machine controller #1765

Bugfixes

  • Anexia: Fix IP reservation related race condition #1753
  • Fix containerd configuration for Flatcar nodes on stable 3815.2.0 or higher #1760

Chore

  • machine-controller is now built using Go 1.22 #1759
  • Support for Kubernetes 1.29 #1755

v1.58.1

12 Dec 12:43
v1.58.1
3b0c3a3
Compare
Choose a tag to compare

Bugfixes

  • No longer fail constructing vSphere endpoint when a / suffix is present in the datacenter configuration (#1738)
  • Aws: fix rocky linux description filter (#1733)

Chore

  • Machine Controller is now built using Go 1.21.5 (#1747)

v1.57.4

12 Dec 12:36
v1.57.4
606df8f
Compare
Choose a tag to compare

Bugfixes

  • No longer fail constructing vSphere endpoint when a / suffix is present in the datacenter configuration (#1738)
  • Aws: fix rocky linux description filter (#1733)

Chore

  • Machine Controller is now built using Go 1.20.12 (#1748)

v1.56.5

12 Dec 12:29
v1.56.5
91f9179
Compare
Choose a tag to compare

Bugfixes

  • No longer fail constructing vSphere endpoint when a / suffix is present in the datacenter configuration (#1738)
  • Aws: fix rocky linux description filter (#1733)

v1.58.0

07 Nov 13:00
1ab3247
Compare
Choose a tag to compare

ACTION REQUIRED

  • The field vmNetName is considered deprecated for vSphere and networks should be used instead (#1673)

Bugfixes

  • Fix assignment of compute and sizing policies for VMware Cloud Director (#1685)
  • VSphere: Fix a bug where datastore cluster value was not being propagated to the cloud-config (#1682)
  • Fixed multiple instance creation issue for vultr by waiting for instance to get started (#1706)

Chore

  • Machine Controller is now built using Go 1.21.0 (#1698)
  • Upgrade govulr to v3 and handle go vultr API response codes (#1706)

Cleanup

  • Remove support for centos with Hetzner (#1725)
  • Remove support for Kubernetes 1.24 (#1675)
  • Remove support for Kubernetes v1.25 (#1709)
  • Support for container runtime docker has been removed (#1692)

New Feature

  • Support for configuring multiple networks for vSphere (#1673)
  • Anexia Provider: allow configuration of multiple disks (#1665)
  • Kubevirt: support OCI VM image source (#1672)
  • Machine-controller is now built using Go 1.21.3 (#1728)
  • Machine-controller will inject provider-id for the machines that are created against cloud providers that don't have in-tree or external CCM support (#1723)
  • Support for Kubernetes v1.28 (#1699)
  • Add support for Vultr bare metal instances and Vultr VPC v1/v2 (#1706)

v1.57.3

18 Aug 10:00
33d4292
Compare
Choose a tag to compare

What's Changed

  • Propagate datastore cluster for vSphere to cloud-config #1695

Full Changelog: v1.57.2...v1.57.3

v1.57.2

26 Jul 14:49
79510a9
Compare
Choose a tag to compare

What's Changed

  • Fix version of k8s.io/client-go in go.mod to v0.26.4 in #1694

Full Changelog: v1.57.1...v1.57.2

v1.57.1

24 Jul 11:00
3f9b8e0
Compare
Choose a tag to compare

ACTION REQUIRED

  • Support for configuring multiple networks for vSphere. The field vmNetName is considered deprecated for vSphere and networks should be used instead (#1673)

Bugfixes

  • Fix assignment of compute and sizing policies for VMware Cloud Director (#1685)

New Feature

  • Anexia Provider: allow configuration of multiple disks (#1665)