Skip to content

Commit

Permalink
release(v0.4.8): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.4.8 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Aug 2, 2022
1 parent 06b21f8 commit 98e1df1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [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)

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



Please try out the release binaries and report any issues at
https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues.

### Contributors

* Andrey Smirnov

### Changes
<details><summary>1 commit</summary>
<p>

* [`06b21f8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/06b21f8afaea2d8381bb18408af61fa10aebd8f3) fix: use 'control-plane' Kubernetes node label
</p>
</details>

### Dependency Changes

This release has no dependency changes

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)

## [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)

Welcome to the v0.4.7 release of CAPI Control Plane Provider Talos!
Expand Down
22 changes: 1 addition & 21 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"

# previous release
previous = "v0.4.6"
previous = "v0.4.7"

pre_release = false

Expand All @@ -15,23 +15,3 @@ preface = """\

[notes]

[notes.ondelete]
title = "OnDelete Rollout Strategy"
description = """\
In addition to (default) `RollingUpdate` rollout strategy CACCPT now supports
`OnDelete` rollout strategy which basically disables automatic rollout of updated
control plane machines specification:
```yaml
spec:
rolloutStrategy: OnDelete
```
"""

[notes.externalip]
title = "Fallback to External IPs"
description = """\
The control plane provider now falls back to external IPs if the internal IPs are not available for Talos bootstrapping.
This provides compatibility with some infrastructure providers that do not support internal IPs.
"""

0 comments on commit 98e1df1

Please sign in to comment.