File tree Expand file tree Collapse file tree 2 files changed +46
-3
lines changed Expand file tree Collapse file tree 2 files changed +46
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ CAPI Bootstrap Provider Talos 0.6.3] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.3 ) (2023-12-15)
2
+
3
+ Welcome to the v0.6.3 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.6
11
+
12
+ CABPT now supports machine configuration generation for Talos 1.6.
13
+
14
+
15
+ ### Contributors
16
+
17
+ * Andrey Smirnov
18
+
19
+ ### Changes
20
+ <details ><summary >1 commit</summary >
21
+ <p >
22
+
23
+ * [ ` 540603a ` ] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/540603ae0b3527c022db0514bcfaa862272a0dbe ) feat: update to Talos 1.6.0
24
+ </p >
25
+ </details >
26
+
27
+ ### Dependency Changes
28
+
29
+ * ** github.com/evanphx/json-patch** v5.6.0 -> v5.7.0
30
+ * ** github.com/go-logr/logr** v1.2.4 -> v1.3.0
31
+ * ** github.com/google/go-cmp** v0.5.9 -> v0.6.0
32
+ * ** github.com/siderolabs/talos/pkg/machinery** v1.5.2 -> v1.6.0
33
+ * ** golang.org/x/sys** v0.10.0 -> e4099bfacb8c
34
+ * ** k8s.io/api** v0.27.2 -> v0.28.4
35
+ * ** k8s.io/apiextensions-apiserver** v0.27.2 -> v0.28.4
36
+ * ** k8s.io/apimachinery** v0.27.2 -> v0.28.4
37
+ * ** k8s.io/client-go** v0.27.2 -> v0.28.4
38
+ * ** k8s.io/component-base** v0.28.4 ** _ new_ **
39
+ * ** sigs.k8s.io/cluster-api** v1.5.0 -> v1.6.0
40
+ * ** sigs.k8s.io/controller-runtime** v0.15.0 -> v0.16.3
41
+
42
+ Previous release can be found at [ v0.6.2] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.2 )
43
+
1
44
## [ CAPI Bootstrap Provider Talos 0.6.2] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.2 ) (2023-09-07)
2
45
3
46
Welcome to the v0.6.2 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.6.1 "
9
+ previous = " v0.6.2 "
10
10
11
11
pre_release = false
12
12
@@ -16,7 +16,7 @@ preface = """\
16
16
[notes ]
17
17
18
18
[notes .talos ]
19
- title = " Talos 1.5 "
19
+ title = " Talos 1.6 "
20
20
description = """ \
21
- CABPT now supports machine configuration generation for Talos 1.5 .
21
+ CABPT now supports machine configuration generation for Talos 1.6 .
22
22
"""
You can’t perform that action at this time.
0 commit comments