Skip to content

Releases: metal-stack/cluster-api-provider-metal-stack

v0.8.0-rc.0

15 Jan 09:04
698adc8

Choose a tag to compare

v0.8.0-rc.0 Pre-release
Pre-release

General Changes

Breaking Changes

v0.7.0

26 Nov 10:54
695d617

Choose a tag to compare

General Changes

v0.6.3

12 Nov 12:30
f43c501

Choose a tag to compare

General Changes

v0.6.2

27 Oct 08:31
4a6a7bf

Choose a tag to compare

General Changes

v0.6.1

30 Sep 12:39
a4af15e

Choose a tag to compare

General Changes

v0.6.0

06 May 13:55
9a296a4

Choose a tag to compare

General Changes

  • Change Cluster ID to be a valid label value (#90) @vknabel
  • Metallb BGPPeers are generated for each node and don't have to be created manually (#91) @vknabel
  • Bump the metadata.yaml (#88) @vknabel

Required Actions

Existing clusters using cluster-provider-metal-stack need to manually update the tags of all cluster associated entities in metal-stack. Before upgrading set Cluster.spec.paused to true. Then upgrade your metal-stack provider and manually patch every metal-stack machine: replace any / with a . within the value of the tags metal-stack.infrastructure.cluster.x-k8s.io/machine-resource and metal-stack.infrastructure.cluster.x-k8s.io/cluster-resource by using metalctl machine edit $MACHINE_ID. Now set Cluster.spec.paused to false.

Make sure the metal-ccm is at least v0.9.7 and its METAL_CLUSTER_ID env is set to ${NAMESPACE}.${CLUSTER_NAME}.

v0.5.0

22 Apr 08:32
7a9dd31

Choose a tag to compare

General Changes

Breaking Change

The new Cluster API cluster template now requires CONTROL_PLANE_IP to be set. The Control Plane IP will no longer be attached automatically to control plane machines.
Rewrite your Cluster API cluster definition to include KubeVIP or alternatives. The images must replace METAL_MACHINE_ASN with the machine ASN number in the KubeVIP static pod configuration to be compatible with the default template.

v0.4.0

05 Mar 10:47

Choose a tag to compare

General Changes

v0.3.1

20 Feb 07:49
c22d4c0

Choose a tag to compare

General Changes

v0.3.0

03 Feb 15:41
feeb21a

Choose a tag to compare

General Changes