Skip to content

Commit 186478c

Browse files
authored
Merge pull request #8030 from chiukapoor/release-note-update
📖 Add provider notes for API constants renaming
2 parents d104c6e + 9a10dae commit 186478c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/book/src/developer/providers/v1.3-to-v1.4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ maintainers of providers and consumers of our Go API.
3737
- `Backup(options BackupOptions) error` in the Client interface has been removed.
3838
- `Restore(options RestoreOptions) error` in the Client interface has been removed.
3939
- `cmd/clusterctl/client.RolloutOptions` has been removed, `RolloutRestartOptions`, `RolloutPauseOptions` , `RolloutResumeOptions`, and `RolloutUndoOptions` have been added instead.
40+
- Annotation constant `DisableMachineCreate` has been updated to `DisableMachineCreateAnnotation`
41+
- Below Label constant have been updated
42+
- `ClusterLabelName` to `ClusterNameLabel`
43+
- `ClusterTopologyMachineDeploymentLabelName` to `ClusterTopologyMachineDeploymentNameLabel`
44+
- `ProviderLabelName` to `ProviderNameLabel`
45+
- `MachineControlPlaneLabelName` to `MachineControlPlaneLabel`
46+
- `MachineSetLabelName` to `MachineSetNameLabel`
47+
- `MachineDeploymentLabelName` to `MachineDeploymentNameLabel`
48+
- Below Condition and Reason constants have been updated
49+
- `ExternalRemediationTemplateAvailable` to `ExternalRemediationTemplateAvailableCondition`
50+
- `ExternalRemediationTemplateNotFound` to `ExternalRemediationTemplateNotFoundReason`
51+
- `ExternalRemediationRequestAvailable` to `ExternalRemediationRequestAvailableCondition`
52+
- `ExternalRemediationRequestCreationFailed` to `ExternalRemediationRequestCreationFailedReason`
4053

4154
### Other
4255

0 commit comments

Comments
 (0)