diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb0833..e9a696b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +
1 commit +

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

+
+ +### 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! diff --git a/hack/release.toml b/hack/release.toml index 24feec1..b3ec682 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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 @@ -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. -"""