Skip to content

Commit

Permalink
Merge pull request #6718 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…6698-to-release-1.2

[release-1.2] 📖  add v1.2 -> v1.3 migration doc
  • Loading branch information
k8s-ci-robot authored Jun 24, 2022
2 parents e9e6ee4 + d6eb7e3 commit 53e8ea0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
33 changes: 33 additions & 0 deletions docs/book/src/developer/providers/v1.2-to-v1.3.md
Original file line number Diff line number Diff line change
@@ -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

-

0 comments on commit 53e8ea0

Please sign in to comment.