From 43c7fcf6104767569d8905115a7b45592f2f19ea Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Mon, 6 Jun 2022 09:58:04 +0530 Subject: [PATCH] book: document dependency updates and field removals Signed-off-by: Nabarun Pal --- docs/book/src/developer/providers/v1.1-to-v1.2.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/book/src/developer/providers/v1.1-to-v1.2.md b/docs/book/src/developer/providers/v1.1-to-v1.2.md index 4207065048cd..19efa6c72bc6 100644 --- a/docs/book/src/developer/providers/v1.1-to-v1.2.md +++ b/docs/book/src/developer/providers/v1.1-to-v1.2.md @@ -13,6 +13,9 @@ maintainers of providers and consumers of our Go API. in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`. - sigs.k8s.io/kind: v0.11.x => v0.14.x +- k8s.io/*: v0.23.x => v0.24.x (derived from controller-runtime) +- github.com/onsi/gomega: v0.17.0 => v0.18.1 (derived from controller-runtime) +- k8s.io/kubectl: v0.23.5 => 0.24.0 ## Changes by Kind @@ -21,11 +24,11 @@ in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller * `util.MachinesByCreationTimestamp` has been deprecated and will be removed in a future release. ### Removals -* 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)). +* 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)). * `util/version.CompareWithBuildIdentifiers` has been removed, please use `util/version.Compare(a, b, WithBuildTags())` instead. * The functions `annotations.HasPausedAnnotation` and `annotations.HasSkipRemediationAnnotation` have been removed, please use `annotations.HasPaused` and `annotations.HasSkipRemediation` respectively instead. -- +* `ClusterName` has been removed. ### API Changes