Skip to content

Commit

Permalink
Merge pull request #9868 from willie-yao/add-release-1.7-migration-doc
Browse files Browse the repository at this point in the history
📖 Add v1.6 -> v1.7 migration doc
  • Loading branch information
k8s-ci-robot committed Dec 13, 2023
2 parents 2df4891 + dbd131a commit fcae182
Show file tree
Hide file tree
Showing 2 changed files with 28 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 @@ -95,6 +95,7 @@
- [v1.3 to v1.4](./developer/providers/migrations/v1.3-to-v1.4.md)
- [v1.4 to v1.5](./developer/providers/migrations/v1.4-to-v1.5.md)
- [v1.5 to v1.6](./developer/providers/migrations/v1.5-to-v1.6.md)
- [v1.6 to v1.7](./developer/providers/migrations/v1.6-to-v1.7.md)
- [Provider contracts](./developer/providers/contracts.md)
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md)
- [Machine Infrastructure](./developer/providers/machine-infrastructure.md)
Expand Down
27 changes: 27 additions & 0 deletions docs/book/src/developer/providers/migrations/v1.6-to-v1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Cluster API v1.6 compared to v1.7

This document provides an overview over relevant changes between Cluster API v1.6 and v1.7 for
maintainers of providers and consumers of our Go API.

## Go version

- The Go version used by Cluster API is Go 1.20.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 version `v1alpha4` is now completely removed.

### API Changes

### Other

### Suggested changes for providers

0 comments on commit fcae182

Please sign in to comment.