Skip to content

Commit 98e1df1

Browse files
committed
release(v0.4.8): prepare release
This is the official v0.4.8 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 06b21f8 commit 98e1df1

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [CAPI Control Plane Provider Talos 0.4.8](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.8) (2022-08-02)
2+
3+
Welcome to the v0.4.8 release of CAPI Control Plane 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-control-plane-provider-talos/issues.
9+
10+
### Contributors
11+
12+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`06b21f8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/06b21f8afaea2d8381bb18408af61fa10aebd8f3) fix: use 'control-plane' Kubernetes node label
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v0.4.7](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.7)
27+
128
## [CAPI Control Plane Provider Talos 0.4.7](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.7) (2022-07-25)
229

330
Welcome to the v0.4.7 release of CAPI Control Plane Provider Talos!

hack/release.toml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.4.6"
9+
previous = "v0.4.7"
1010

1111
pre_release = false
1212

@@ -15,23 +15,3 @@ preface = """\
1515

1616
[notes]
1717

18-
[notes.ondelete]
19-
title = "OnDelete Rollout Strategy"
20-
description = """\
21-
In addition to (default) `RollingUpdate` rollout strategy CACCPT now supports
22-
`OnDelete` rollout strategy which basically disables automatic rollout of updated
23-
control plane machines specification:
24-
25-
```yaml
26-
spec:
27-
rolloutStrategy: OnDelete
28-
```
29-
"""
30-
31-
[notes.externalip]
32-
title = "Fallback to External IPs"
33-
description = """\
34-
The control plane provider now falls back to external IPs if the internal IPs are not available for Talos bootstrapping.
35-
36-
This provides compatibility with some infrastructure providers that do not support internal IPs.
37-
"""

0 commit comments

Comments
 (0)