File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ CAPI Bootstrap Provider Talos 0.5.1] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.1 ) (2021-12-21)
2
+
3
+ Welcome to the v0.5.1 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/talos-systems/cluster-api-bootstrap-provider-talos/issues .
9
+
10
+ ### CAPI v1beta1
11
+
12
+ CABPT now supports CAPI version 1.0.x (v1beta1).
13
+
14
+
15
+ ### ` talosconfig ` Generation
16
+
17
+ CABPT now generates client-side Talos API credentials (` talosconfig ` ) in the ` <cluster>-talosconfig ` Secret.
18
+ Generated ` talosconfig ` will be updated with the endpoints of the control plane ` Machine ` s.
19
+
20
+
21
+ ### Contributors
22
+
23
+ * Andrey Smirnov
24
+
25
+ ### Changes
26
+ <details ><summary >1 commit</summary >
27
+ <p >
28
+
29
+ * [ ` 1b88f9f ` ] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/1b88f9f8a37c3c3fefe3d84fc310c44d1dcb0ded ) feat: update Talos to 0.14.0
30
+ </p >
31
+ </details >
32
+
33
+ ### Dependency Changes
34
+
35
+ * ** github.com/AlekSi/pointer** v1.1.0 -> v1.2.0
36
+ * ** github.com/evanphx/json-patch** v4.11.0 -> v5.6.0
37
+ * ** golang.org/x/sys** 39ccf1dd6fa6 -> fe61309f8881
38
+ * ** inet.af/netaddr** 85fa6c94624e -> c74959edd3b6
39
+
40
+ Previous release can be found at [ v0.5.0] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.0 )
41
+
1
42
## [ CAPI Bootstrap Provider Talos 0.5.0] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.0 ) (2021-11-09)
2
43
3
44
Welcome to the v0.5.0 release of CAPI Bootstrap Provider Talos!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-bootstrap-provider-talos"
6
6
match_deps = " ^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
7
7
8
8
# previous release
9
- previous = " v0.4.1 "
9
+ previous = " v0.5.0 "
10
10
11
11
pre_release = false
12
12
You can’t perform that action at this time.
0 commit comments