File tree Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ CAPI Bootstrap Provider Talos 0.5.4] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.4 ) (2022-06-22)
2
+
3
+ Welcome to the v0.5.4 release of CAPI Bootstrap Provider Talos!
4
+
5
+
6
+
7
+ Please try out the release binaries and report any issues at
8
+ https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/issues .
9
+
10
+ ### Talos 1.1
11
+
12
+ CABPT now supports machine configuration generation for Talos 1.1.
13
+
14
+
15
+ ### Contributors
16
+
17
+ * Andrey Smirnov
18
+
19
+ ### Changes
20
+ <details ><summary >1 commit</summary >
21
+ <p >
22
+
23
+ * [ ` 537a4ab ` ] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/537a4ab088eb3ede9ddfdfe6ca0c3dbe403cd009 ) feat: bump Talos to 1.1.0
24
+ </p >
25
+ </details >
26
+
27
+ ### Dependency Changes
28
+
29
+ * ** github.com/google/go-cmp** v0.5.7 ** _ new_ **
30
+ * ** github.com/stretchr/testify** v1.7.0 -> v1.7.1
31
+ * ** golang.org/x/sys** 3681064d5158 -> a24fb2fb8a0f
32
+ * ** k8s.io/api** v0.23.0 -> v0.23.5
33
+ * ** k8s.io/apiextensions-apiserver** v0.23.0 -> v0.23.5
34
+ * ** k8s.io/apimachinery** v0.23.0 -> v0.23.5
35
+ * ** k8s.io/client-go** v0.23.0 -> v0.23.5
36
+ * ** sigs.k8s.io/cluster-api** v1.1.3 -> v1.1.4
37
+ * ** sigs.k8s.io/controller-runtime** v0.11.1 -> v0.11.2
38
+
39
+ Previous release can be found at [ v0.5.3] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.3 )
40
+
1
41
## [ CAPI Bootstrap Provider Talos 0.5.3] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.3 ) (2022-03-29)
2
42
3
43
Welcome to the v0.5.3 release of CAPI Bootstrap Provider Talos!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/cluster-api-bootstrap-provider-talos"
6
6
match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
7
7
8
8
# previous release
9
- previous = " v0.5.2 "
9
+ previous = " v0.5.3 "
10
10
11
11
pre_release = false
12
12
@@ -16,8 +16,8 @@ preface = """\
16
16
[notes ]
17
17
18
18
[notes .talos ]
19
- title = " Talos 1.0 "
19
+ title = " Talos 1.1 "
20
20
description = """ \
21
- CABPT now supports machine configuration generation for Talos 1.0 .
21
+ CABPT now supports machine configuration generation for Talos 1.1 .
22
22
"""
23
23
You can’t perform that action at this time.
0 commit comments