Skip to content

Releases: kubermatic/machine-controller

v1.65.4

Choose a tag to compare

@kron4eg kron4eg released this 14 Jul 13:44
9ded6fb

What's Changed

Full Changelog: v1.65.3...v1.65.4

v1.64.3

Choose a tag to compare

@kron4eg kron4eg released this 14 Jul 14:15
52f9530

What's Changed

  • [release/v1.64] migrate deprecated datacenter field to location (#2054) by @kron4eg in #2056

Full Changelog: v1.64.2...v1.64.3

v1.66.0

Choose a tag to compare

@kron4eg kron4eg released this 14 Jul 09:54
2f5717f

What's Changed since v1.65.0

New Contributors

Full Changelog: v1.65.0...v1.66.0

v1.65.3

Choose a tag to compare

@buraksekili buraksekili released this 23 Jun 12:48
fff1882

v1.65.3

GitHub release: v1.65.3

Bugfixes

  • Add missing RBAC to access endpointslices (#2007)

v1.65.2

Choose a tag to compare

@mohamed-rafraf mohamed-rafraf released this 26 May 13:49
3851738

New Features

  • Azure VMs now support setting securityProfile with securityType TrustedLaunch or Standard in the cloud provider spec, enabling the use of Compute Gallery images that require TrustedLaunch (#2020)

Bugfixes

  • MachineDeployments can now be deleted even when the provider image is invalid or unresolvable. Previously, such MachineDeployments would get stuck in Terminating because the admission webhook blocked OSM from removing its cleanup finalizer (#2017)

Miscellaneous

  • Add the defaultVMInstanceType function, which attempts to resolve a VirtualMachineInstancetype in the given namespace and falls back to a VirtualMachineClusterInstancetype if not found. This ensures that the correct instance type is always selected based on scope (#2031)
  • Tinkerbell provisioning now pulls all container images from quay.io/kubermatic-mirror instead of upstream registries, eliminating dependency on third-party registry availability (#2035)
  • Azure: upgrade Flatcar to version 4459.2.3 (#2021)

Updates

  • Update golang.org/x/crypto v0.52.0 (#2025)
  • Update golang.org/x/net v0.55.0 (#2025)

v1.64.2

Choose a tag to compare

@mohamed-rafraf mohamed-rafraf released this 26 May 10:32
2b7e272

v1.64.2

New Features

  • Azure VMs now support setting securityProfile with securityType TrustedLaunch or Standard in the cloud provider spec, enabling the use of Compute Gallery images that require TrustedLaunch (#2020)

Bugfixes

  • MachineDeployments can now be deleted even when the provider image is invalid or unresolvable. Previously, such MachineDeployments would get stuck in Terminating because the admission webhook blocked OSM from removing its cleanup finalizer (#2017)

Miscellaneous

  • Tinkerbell provisioning now pulls all container images from quay.io/kubermatic-mirror instead of upstream registries, eliminating dependency on third-party registry availability (#2034)
  • Azure: upgrade Flatcar to version 4459.2.3 (#2021)

Chores

  • Machine-controller is now built using Go 1.25.6 (#1993)

Updates

  • Update golang.org/x/crypto v0.52.0 (#2026)
  • Update golang.org/x/net v0.55.0 (#2026)

v1.65.0

Choose a tag to compare

@mohamed-rafraf mohamed-rafraf released this 09 Mar 11:29
e5d1ab5

v1.65.0

New Features

  • Add support for Kubernetes version 1.35 (#1995)
  • Support project and cluster id for KubeV VMs (#1981)

Bugfixes

  • Fix Gen2 Ubuntu SKU reference for Azure (#1978)

Cleanups

  • Drop support for Kubernetes v1.31 (#1985)

Updates

  • Update Go version to 1.25.7 (#2003)
  • Update controller-runtime to 0.23.1 (#1996)
  • Update base image for machine-controller container image to apline:3.23 (#1987)

v1.64.1

Choose a tag to compare

@mohamed-rafraf mohamed-rafraf released this 16 Dec 12:49
47a07b9

New Features

  • Support project and Cluster ID for KubeV VMs (#1981)

Bugfixes

  • Fix Gen2 Ubuntu SKU reference for Azure (#1978)

v1.64.0

Choose a tag to compare

@mohamed-rafraf mohamed-rafraf released this 23 Oct 11:35
b362a3a

New Features

  • Add additional kubelet configs (#1972)
  • Add the option to provision vmware cloud director nodes with multiple networks/nics (#1941)
  • Add support for kubernetes v1.34 (#1955)
  • Drop support for kubernetes v1.30 (#1955)
  • Azure: Use flatcar-container-linux-corevm-amd64 offer for Flatcar and upgrade to version 4230.2.2 (#1956)
  • Add support for rhel 9 for Azure provider (#1963)
  • Add support for rhel 9 for AWS provider (#1954)

Cleanups

  • Move some pkg constants to sdk (#1973)

Updates

  • Update controller-runtime to v0.22.0 (#1955)
  • Update Go version to 1.24 (#1955)

v1.63.1

Choose a tag to compare

@archups archups released this 15 Sep 09:13
fddedb0

New Features

  • Azure: Use flatcar-container-linux-corevm-amd64 offer for Flatcar and upgrade to version 4230.2.2 (#1956)
  • Add support for rhel 9 for AWS provider (#1954)