diff --git a/CHANGELOG.md b/CHANGELOG.md index 1668483..63d0da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ +## [CAPI Bootstrap Provider Talos 0.4.0-alpha.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0-alpha.0) (2021-10-01) + +Welcome to the v0.4.0-alpha.0 release of CAPI Bootstrap Provider Talos! +*This is a pre-release of CAPI Bootstrap Provider Talos* + + + +Please try out the release binaries and report any issues at +https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/issues. + +### CAPI v1alpha4 + +CABPT now supports CAPI v1alpha4. + + +### Contributors + +* Andrey Smirnov +* Spencer Smith + +### Changes +
3 commits +

+ +* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `-ca` secret for configtype none +* [`f46c83d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f46c83d328ee44db2ccb5eef67b366cc73c13319) feat: bump Talos machinery to 0.12.3 +* [`7b760cf`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7b760cf69ecab93200821dded931171657a5dedc) feat: support CAPI v1alpha4 +

+
+ +### Dependency Changes + +* **github.com/go-logr/logr** v0.1.0 -> v0.4.0 +* **github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3 +* **golang.org/x/sys** 0f9fa26af87c -> bfb29a6856f2 +* **k8s.io/api** v0.17.9 -> v0.21.4 +* **k8s.io/apiextensions-apiserver** v0.17.9 -> v0.21.4 +* **k8s.io/apimachinery** v0.17.9 -> v0.21.4 +* **k8s.io/client-go** v0.17.9 -> v0.21.4 +* **sigs.k8s.io/cluster-api** v0.3.22 -> v0.4.3 +* **sigs.k8s.io/controller-runtime** v0.5.14 -> v0.9.7 + +Previous release can be found at [v0.3.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0) + ## [CAPI Bootstrap Provider Talos 0.3.0-alpha.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0-alpha.1) (2021-09-21) Welcome to the v0.3.0-alpha.1 release of CAPI Bootstrap Provider Talos! diff --git a/hack/release.toml b/hack/release.toml index 08f99c5..fda168b 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-bootstrap-provider-talos" match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$" # previous release -previous = "v0.2.0" +previous = "v0.3.0" pre_release = true @@ -15,34 +15,8 @@ preface = """\ [notes] - [notes.talos] - title = "Talos 0.12" - description = """\ -CABPT supports config generation for Talos 0.12. -Talos majort version can be specified in the spec of `TalosControlPlane` or `MachineDeployment`: - -```yaml - generateType: controlplane - talosVersion: v0.11 -``` - -It is recommended to specify minor version of Talos to make sure machine configuration stays comptabile with Talos version -being used even if the CABPT is upgraded to new version. -""" - [notes.capi] - title = "CAPI v1alpha3" + title = "CAPI v1alpha4" description = """\ -This release of CABPT is compatible with CAPI v1alpha3 (v0.3.x). -Next release of CABPT will bring compatibility with CAPI v1alpha4 (v0.4.x). -""" - - [notes.defaultversion] - title = "Default `talosVersion`" - description = """\ -In previous releases of CABPT default value of `talosVersion` field was `v0.8`. -As Talos v0.8 release is almost a year old, new default value of `talosVersion` is to use whatever Talos version CABPT was -built against (in this relase, it's Talos 0.12). - -If you're still running Talos v0.8.x, please make sure `talosVersion` is set to `v0.8`. +CABPT now supports CAPI v1alpha4. """