Skip to content

Commit

Permalink
book: add v1.1=>v1.2 migration doc
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer [email protected]
  • Loading branch information
sbueringer committed Jan 31, 2022
1 parent 5dc0ab2 commit 0dd3fbd
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 589 deletions.
7 changes: 3 additions & 4 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@
- [Multi-tenancy](./developer/architecture/controllers/multi-tenancy.md)
- [Support multiple instances](./developer/architecture/controllers/support-multiple-instances.md)
- [Provider Implementers](./developer/providers/implementers.md)
- [v1alpha1 to v1alpha2](./developer/providers/v1alpha1-to-v1alpha2.md)
- [v1alpha2 to v1alpha3](./developer/providers/v1alpha2-to-v1alpha3.md)
- [v1alpha3 to v1alpha4](./developer/providers/v1alpha3-to-v1alpha4.md)
- [v1alpha4 to v1beta1](./developer/providers/v1alpha4-to-v1beta1.md)
- [v0.3 to v0.4](./developer/providers/v0.3-to-v0.4.md)
- [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)
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md)
- [Machine Infrastructure](./developer/providers/machine-infrastructure.md)
- [Bootstrap](./developer/providers/bootstrap.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cluster API v1alpha3 compared to v1alpha4
# Cluster API v0.3 compared to v0.4

## Minimum Go version

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cluster API v1alpha4 compared to v1beta1
# Cluster API v0.4 compared to v1.0

## Minimum Go version

Expand Down
33 changes: 33 additions & 0 deletions docs/book/src/developer/providers/v1.1-to-v1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Cluster API v1.1 compared to v1.2

This document provides an overview over relevant changes between ClusterAPI v1.1 and v1.2 for
maintainers of providers and consumers of our Go API.

## Minimum Go version

* The Go version used by Cluster API is now Go 1.17.x

## Dependencies

**Note**: Only the most relevant dependencies are listed, `k8s.io/` and `ginkgo`/`gomega` dependencies
in ClusterAPI are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.

-

## Changes by Kind

### Deprecation

-

### Removals

-

### API Changes

-

### Other

-
66 changes: 0 additions & 66 deletions docs/book/src/developer/providers/v1alpha1-to-v1alpha2.md

This file was deleted.

Loading

0 comments on commit 0dd3fbd

Please sign in to comment.