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
The /errors package has its origin in when capi providers were machineActuators that needed to vendor core capi to function.
There's no usage recommendations and value is questionable since we moved to CRDs and conditions for interoperability between core and providers.
I think we should deprecate it and if there's any use case relying on it we should support it via conditions
Copy file name to clipboardExpand all lines: docs/book/src/developer/providers/migrations/v1.7-to-v1.8.md
+1
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,4 @@ maintainers of providers and consumers of our Go API.
27
27
- It's highly recommended to move to a new setup-envtest version that uses envtest binaries from controller-tools releases
28
28
instead of the deprecated GCS bucket. More details can be found in [#10569](https://github.com/kubernetes-sigs/cluster-api/pull/10569)
29
29
and [kubernetes-sigs/controller-runtime#2811](https://github.com/kubernetes-sigs/controller-runtime/pull/2811).
30
+
- The Errors package [has been deprecated in v1.8](https://github.com/kubernetes-sigs/cluster-api/issues/10784). It's recommented to remove any usage of the currently exported variables.
0 commit comments