You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/migrations/v1.5-to-v1.6.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ maintainers of providers and consumers of our Go API.
18
18
## Changes by Kind
19
19
20
20
### Deprecation
21
-
21
+
- The function `sigs.k8s.io/cluster-api/addons/api/v1beta1``DeleteBinding` has been deprecated. Please use `RemoveBinding` from the same package instead.
22
+
-
22
23
### Removals
23
24
24
25
- API version `v1alpha4` is not served in v1.6 (users can enable it manually in case they are lagging behind with deprecation cycles). Important: `v1alpha4` will be completely removed in 1.7.
0 commit comments