Skip to content

Commit 7716403

Browse files
smiraUnix4ever
authored andcommitted
feat: update for Talos 1.0
Update machinery dependency, compatibility matrix for Talos 1.0. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 0a1eebd commit 7716403

File tree

7 files changed

+441
-251
lines changed

7 files changed

+441
-251
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ENV GO111MODULE on
2424
ENV GOPROXY https://proxy.golang.org
2525
ENV GOCACHE /.cache/go-build
2626
ENV GOMODCACHE /.cache/mod
27-
RUN --mount=type=cache,target=/.cache go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0
28-
RUN --mount=type=cache,target=/.cache go install k8s.io/code-generator/cmd/conversion-gen@v0.21.0
27+
RUN --mount=type=cache,target=/.cache go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0
28+
RUN --mount=type=cache,target=/.cache go install k8s.io/code-generator/cmd/conversion-gen@v0.23.1
2929
WORKDIR /src
3030
COPY ./go.mod ./
3131
COPY ./go.sum ./

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are a few corequisites and assumptions that go into using this project:
1717

1818
This provider's versions are compatible with the following versions of Cluster API:
1919

20-
| | v1alpha3 (v0.3) | v1alpha4 (v0.4) | v1beta1 (v1.0) |
20+
| | v1alpha3 (v0.3) | v1alpha4 (v0.4) | v1beta1 (v1.x) |
2121
| -------------------------------------------- | --------------- | --------------- | -------------- |
2222
| Control Plane Provider Talos v1alpha3 (v0.2) || | |
2323
| Control Plane Provider Talos v1alpha3 (v0.3) | || |
@@ -26,19 +26,19 @@ This provider's versions are compatible with the following versions of Cluster A
2626

2727
This provider's versions are able to install and manage the following versions of Kubernetes:
2828

29-
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 |
30-
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- |
31-
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| |
32-
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| |
33-
| Control Plane Provider Talos v1alpha3 (v0.4) | | | |||||
29+
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 |
30+
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- |
31+
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | |
32+
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | |
33+
| Control Plane Provider Talos v1alpha3 (v0.4) | | | ||||||
3434

3535
This provider's versions are compatible with the following versions of Talos:
3636

37-
| | v0.11 | v 0.12 | v0.13 | v0.14 |
38-
| -------------------------------------------- | ----- | ------ | ----- | ----- |
39-
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | |
40-
| Control Plane Provider Talos v1alpha3 (v0.3) |||| |
41-
| Control Plane Provider Talos v1alpha3 (v0.4) |||||
37+
| | v0.11 | v 0.12 | v0.13 | v0.14 | v1.0 |
38+
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- |
39+
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | |
40+
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | |
41+
| Control Plane Provider Talos v1alpha3 (v0.4) ||||||
4242

4343
## Building and Installing
4444

0 commit comments

Comments
 (0)