diff --git a/docs/book/src/SUMMARY.md b/docs/book/src/SUMMARY.md index d333814ba79b..55558523e6d2 100644 --- a/docs/book/src/SUMMARY.md +++ b/docs/book/src/SUMMARY.md @@ -68,6 +68,7 @@ - [v0.4 to v1.0](./developer/providers/v0.4-to-v1.0.md) - [v1.0 to v1.1](./developer/providers/v1.0-to-v1.1.md) - [v1.1 to v1.2](./developer/providers/v1.1-to-v1.2.md) + - [v1.2 to v1.3](./developer/providers/v1.2-to-v1.3.md) - [Provider contracts](./developer/providers/contracts.md) - [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md) - [Machine Infrastructure](./developer/providers/machine-infrastructure.md) diff --git a/docs/book/src/developer/providers/v1.2-to-v1.3.md b/docs/book/src/developer/providers/v1.2-to-v1.3.md new file mode 100644 index 000000000000..f94d30ae711d --- /dev/null +++ b/docs/book/src/developer/providers/v1.2-to-v1.3.md @@ -0,0 +1,33 @@ +# Cluster API v1.2 compared to v1.3 + +This document provides an overview over relevant changes between Cluster API v1.2 and v1.3 for +maintainers of providers and consumers of our Go API. + +## Minimum Go version + +* The Go version used by Cluster API is still Go 1.18.x + +## Dependencies + +**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies +in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`. + +- + +## Changes by Kind + +### Deprecation + +- + +### Removals + +- + +### API Changes + +- + +### Other + +- \ No newline at end of file