Skip to content

Commit c0668a0

Browse files
committed
Removes code deprecated with v1.1.0
Signed-off-by: Meghana Jangi <[email protected]>
1 parent 9cc429d commit c0668a0

File tree

9 files changed

+93
-974
lines changed

9 files changed

+93
-974
lines changed

docs/book/src/developer/providers/v1.1-to-v1.2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller
2121
* `util.MachinesByCreationTimestamp` has been deprecated and will be removed in a future release.
2222

2323
### Removals
24-
24+
* The `third_party/kubernetes-drain` package has been removed, as we're now using `k8s.io/kubectl/pkg/drain` instead ([PR](https://github.com/kubernetes-sigs/cluster-api/pull/5440)).
25+
* `util/version.CompareWithBuildIdentifiers` has been removed, please use `util/version.Compare(a, b, WithBuildTags())` instead.
26+
* The functions `annotations.HasPausedAnnotation` and `annotations.HasSkipRemediationAnnotation` have been removed, please use
27+
`annotations.HasPaused` and `annotations.HasSkipRemediation` respectively instead.
2528
-
2629

2730
### API Changes

third_party/kubernetes-drain/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

third_party/kubernetes-drain/cordon.go

Lines changed: 0 additions & 96 deletions
This file was deleted.

third_party/kubernetes-drain/default.go

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)