Skip to content

Releases: siderolabs/cluster-api-bootstrap-provider-talos

v0.5.4

22 Jun 19:57
v0.5.4
dbc4c34
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.5.4 (2022-06-22)

Welcome to the v0.5.4 release of CAPI Bootstrap Provider Talos!

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

Talos 1.1

CABPT now supports machine configuration generation for Talos 1.1.

Contributors

  • Andrey Smirnov

Changes

2 commits

  • dbc4c34 release(v0.5.4): prepare release
  • 537a4ab feat: bump Talos to 1.1.0

Dependency Changes

  • github.com/google/go-cmp v0.5.7 new
  • github.com/stretchr/testify v1.7.0 -> v1.7.1
  • golang.org/x/sys 3681064d5158 -> a24fb2fb8a0f
  • k8s.io/api v0.23.0 -> v0.23.5
  • k8s.io/apiextensions-apiserver v0.23.0 -> v0.23.5
  • k8s.io/apimachinery v0.23.0 -> v0.23.5
  • k8s.io/client-go v0.23.0 -> v0.23.5
  • sigs.k8s.io/cluster-api v1.1.3 -> v1.1.4
  • sigs.k8s.io/controller-runtime v0.11.1 -> v0.11.2

Previous release can be found at v0.5.3

v0.5.3

29 Mar 19:04
v0.5.3
ef969cc
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.5.3 (2022-03-29)

Welcome to the v0.5.3 release of CAPI Bootstrap Provider Talos!

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

Talos 1.0

CABPT now supports machine configuration generation for Talos 1.0.

Contributors

  • Andrey Smirnov
  • Spencer Smith
  • Noel Georgi

Changes

6 commits

  • ef969cc release(v0.5.3): prepare release
  • ff4501d feat: update to Talos 1.0
  • 47c85bd chore: update after org rename
  • 7851b23 docs: add note for clusterctl rename bug
  • 9fda598 chore: update GPG org
  • 7dcf091 chore: bump cert-manager to v1

Dependency Changes

  • github.com/go-logr/logr v0.4.0 -> v1.2.0
  • github.com/talos-systems/crypto v0.3.4 -> v0.3.5
  • golang.org/x/sys fe61309f8881 -> 3681064d5158
  • k8s.io/api v0.22.2 -> v0.23.0
  • k8s.io/apiextensions-apiserver v0.22.2 -> v0.23.0
  • k8s.io/apimachinery v0.22.2 -> v0.23.0
  • k8s.io/client-go v0.22.2 -> v0.23.0
  • sigs.k8s.io/cluster-api v1.0.4 -> v1.1.3
  • sigs.k8s.io/controller-runtime v0.10.3 -> v0.11.1

Previous release can be found at v0.5.2

v0.5.2

04 Feb 15:45
v0.5.2
d6ca2d4
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.5.2 (2022-02-04)

Welcome to the v0.5.2 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 v1beta1

CABPT supports CAPI version 1.x (v1beta1).

Hostnames in the Talos Machine Configuration

Hostname in the generated Talos machine configuration can be set to the corresponding Machine name:

spec:
  hostname:
    source: MachineName

Contributors

  • Andrey Smirnov
  • Spencer Smith

Changes

6 commits

  • d6ca2d4 release(v0.5.2): prepare release
  • c3d7579 chore: disable number of commits check
  • 911b49e chore: bump CAPI to 1.0.4
  • 1d758ff feat: add readiness/liveness checks
  • 915a3db feat: support setting hostname to the machine name
  • fe1806d fix: ensure shebang on packet machine configs

Dependency Changes

  • sigs.k8s.io/cluster-api v1.0.0 -> v1.0.4
  • sigs.k8s.io/controller-runtime v0.10.2 -> v0.10.3

Previous release can be found at v0.5.1

v0.5.1

21 Dec 20:05
v0.5.1
1776117
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.5.1 (2021-12-21)

Welcome to the v0.5.1 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 v1beta1

CABPT now supports CAPI version 1.0.x (v1beta1).

talosconfig Generation

CABPT now generates client-side Talos API credentials (talosconfig) in the <cluster>-talosconfig Secret.
Generated talosconfig will be updated with the endpoints of the control plane Machines.

Contributors

  • Andrey Smirnov

Changes

2 commits

  • 1776117 release(v0.5.1): prepare release
  • 1b88f9f feat: update Talos to 0.14.0

Dependency Changes

  • github.com/AlekSi/pointer v1.1.0 -> v1.2.0
  • github.com/evanphx/json-patch v4.11.0 -> v5.6.0
  • golang.org/x/sys 39ccf1dd6fa6 -> fe61309f8881
  • inet.af/netaddr 85fa6c94624e -> c74959edd3b6

Previous release can be found at v0.5.0

v0.4.3

21 Dec 20:05
v0.4.3
a027c45
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.4.3 (2021-12-21)

Welcome to the v0.4.3 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 v0.4.x supports CAPI v1alpha4.

talosconfig Generation

CABPT now generates client-side Talos API credentials (talosconfig) in the <cluster>-talosconfig Secret.
Generated talosconfig will be updated with the endpoints of the control plane Machines.

Contributors

  • Andrey Smirnov

Changes

2 commits

  • a027c45 release(v0.4.3): prepare release
  • 0d40207 feat: update Talos to 0.14.0

Dependency Changes

  • github.com/AlekSi/pointer v1.1.0 -> v1.2.0
  • github.com/evanphx/json-patch v4.11.0 -> v5.6.0
  • golang.org/x/sys 39ccf1dd6fa6 -> fe61309f8881
  • inet.af/netaddr 85fa6c94624e -> c74959edd3b6

Previous release can be found at v0.4.2

v0.4.2

24 Nov 15:34
v0.4.2
688048a
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.4.2 (2021-11-24)

Welcome to the v0.4.2 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 v0.4.x supports CAPI v1alpha4.

talosconfig Generation

CABPT now generates client-side Talos API credentials (talosconfig) in the <cluster>-talosconfig Secret.
Generated talosconfig will be updated with the endpoints of the control plane Machines.

Contributors

  • Andrey Smirnov

Changes

4 commits

  • 688048a fix: regenerate manifests
  • 0d42c8d release(v0.4.2): prepare release
  • 00c2bd4 docs: update README with usage and compatibility matrix
  • f797aa6 feat: generate talosconfig as a secret with proper endpoints

Dependency Changes

  • inet.af/netaddr 85fa6c94624e new

Previous release can be found at v0.4.1

v0.5.0

10 Nov 09:07
v0.5.0
6d27c57
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.5.0 (2021-11-09)

Welcome to the v0.5.0 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 v1beta1

CABPT now supports CAPI version 1.0.x (v1beta1).

talosconfig Generation

CABPT now generates client-side Talos API credentials (talosconfig) in the <cluster>-talosconfig Secret.
Generated talosconfig will be updated with the endpoints of the control plane Machines.

Contributors

  • Andrey Smirnov
  • Artem Chernyshev

Changes

7 commits

  • 6d27c57 release(v0.5.0): prepare release
  • f6dc0a3 fix: regenerate manifests
  • 2a4115f release(v0.5.0-alpha.0): prepare release
  • d124c07 docs: update README with usage and compatibility matrix
  • 20792f3 feat: generate talosconfig as a secret with proper endpoints
  • abd206f feat: update to CAPI v1.0.x contract (v1beta1)
  • b7faf9e feat: update Talos machinery to 0.13.0

Changes since v0.5.0-alpha.0

2 commits

  • 6d27c57 release(v0.5.0): prepare release
  • f6dc0a3 fix: regenerate manifests

Dependency Changes

  • inet.af/netaddr 85fa6c94624e new
  • k8s.io/api v0.21.4 -> v0.22.2
  • k8s.io/apiextensions-apiserver v0.21.4 -> v0.22.2
  • k8s.io/apimachinery v0.21.4 -> v0.22.2
  • k8s.io/client-go v0.21.4 -> v0.22.2
  • sigs.k8s.io/cluster-api v0.4.3 -> v1.0.0
  • sigs.k8s.io/controller-runtime v0.9.7 -> v0.10.2

Previous release can be found at v0.4.1

v0.5.0-alpha.0

27 Oct 14:40
v0.5.0-alpha.0
2a4115f
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

CAPI Bootstrap Provider Talos 0.5.0-alpha.0-dirty (2021-10-27)

Welcome to the v0.5.0-alpha.0-dirty 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 v1beta1

CABPT now supports CAPI version 1.0.x (v1beta1).

talosconfig Generation

CABPT now generates client-side Talos API credentials (talosconfig) in the <cluster>-talosconfig Secret.
Generated talosconfig will be updated with the endpoints of the control plane Machines.

Contributors

  • Andrey Smirnov

Changes

5 commits

  • 2a4115f release(v0.5.0-alpha.0): prepare release
  • d124c07 docs: update README with usage and compatibility matrix
  • 20792f3 feat: generate talosconfig as a secret with proper endpoints
  • abd206f feat: update to CAPI v1.0.x contract (v1beta1)
  • b7faf9e feat: update Talos machinery to 0.13.0

Changes since v0.5.0-alpha.0

0 commit

Changes from talos-systems/crypto

2 commits

Dependency Changes

  • github.com/talos-systems/crypto v0.3.2 -> v0.3.4
  • golang.org/x/sys bfb29a6856f2 -> 39ccf1dd6fa6
  • inet.af/netaddr 85fa6c94624e new
  • k8s.io/api v0.21.4 -> v0.22.2
  • k8s.io/apiextensions-apiserver v0.21.4 -> v0.22.2
  • k8s.io/apimachinery v0.21.4 -> v0.22.2
  • k8s.io/client-go v0.21.4 -> v0.22.2
  • sigs.k8s.io/cluster-api v0.4.3 -> v1.0.0
  • sigs.k8s.io/controller-runtime v0.9.7 -> v0.10.2

Previous release can be found at v0.4.0

v0.4.1

12 Oct 19:33
v0.4.1
7541eba
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.4.1 (2021-10-12)

Welcome to the v0.4.1 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 v0.4.x supports CAPI v1alpha4.

Talos 0.13.0

CABPT now supports config generation for Talos 0.13.0 (and previous Talos releases).
Talos version to generate configs for should be specified in the talosVersion: field.

Contributors

  • Andrey Smirnov

Changes

2 commits

  • 7541eba release(v0.4.1): prepare release
  • 72d979b feat: update Talos machinery to 0.13.0

Changes from talos-systems/crypto

2 commits

Dependency Changes

  • github.com/talos-systems/crypto v0.3.2 -> v0.3.4
  • golang.org/x/sys bfb29a6856f2 -> 39ccf1dd6fa6

Previous release can be found at v0.4.0

v0.3.2

12 Oct 18:06
v0.3.2
eb554b1
Compare
Choose a tag to compare

CAPI Bootstrap Provider Talos 0.3.2 (2021-10-12)

Welcome to the v0.3.2 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 v1alpha3

This release of CABPT is compatible with CAPI v1alpha3 (v0.3.x).
CABPT releases v0.4.x are compatible with CAPI v1alpha4 (v0.4.x).

Talos 0.13.0

CABPT now supports config generation for Talos 0.13.0 (and previous Talos releases).
Talos version to generate configs for should be specified in the talosVersion: field.

Contributors

  • Andrey Smirnov

Changes

2 commits

  • eb554b1 release(v0.3.2): prepare release
  • 1e36c44 feat: update Talos machinery to 0.13.0

Changes from talos-systems/crypto

2 commits

Dependency Changes

  • github.com/talos-systems/crypto v0.3.2 -> v0.3.4
  • golang.org/x/sys 0f9fa26af87c -> 39ccf1dd6fa6

Previous release can be found at v0.3.1