Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Oct 1, 2021
1 parent 442ee41 commit 548b7fb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 29 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>3 commits</summary>
<p>

* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `<cluster>-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
</p>
</details>

### 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!
Expand Down
32 changes: 3 additions & 29 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-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

Expand All @@ -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.
"""

0 comments on commit 548b7fb

Please sign in to comment.