Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/book/src/topics/crd-changes/v1alpha7-to-v1beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Change to serverGroupID](#change-to-servergroupid)
- [Change to image](#change-to-image)
- [Removal of imageUUID](#removal-of-imageuuid)
- [Change to instanceID](#change-to-instanceid)
- [Changes to ports](#changes-to-ports)
- [Addition of floatingIPPoolRef](#addition-of-floatingippoolref)
- [`OpenStackCluster`](#openstackcluster)
Expand Down Expand Up @@ -127,6 +128,10 @@ image:
id: "72a6a1e6-3e0a-4a8b-9b4c-2d6f9e3e5f0a"
```

#### Change to instanceID

In v1beta1, the field `instanceID` moves from `spec` to `status`.

#### Changes to ports

These changes apply to ports specified in both OpenStackMachines and the Bastion.
Expand Down