Skip to content

Releases: siderolabs/cluster-api-control-plane-provider-talos

v0.5.11

01 Sep 17:15
v0.5.11
f38b240
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.11 (2025-09-01)

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

Talos Linux

CACPPT updated for Talos 1.11.

Contributors

  • Andrey Smirnov
  • Andrew Longwill

Changes

5 commits

  • f38b240 release(v0.5.11): prepare release
  • c1ff5f3 feat: update Talos to v1.11.0 final
  • 702501b feat: update Talos to v1.11.0-beta.2
  • e1ad387 chore: rotate aws iam credentials
  • d3cec6d chore: update sops GPG keys

Dependency Changes

  • github.com/go-logr/logr v1.4.2 -> v1.4.3
  • github.com/siderolabs/capi-utils 935cc561d36b -> 8d7036d74b13
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.8 -> v0.6.10
  • github.com/siderolabs/crypto v0.5.1 -> v0.6.3
  • github.com/siderolabs/gen v0.8.0 -> v0.8.5
  • github.com/siderolabs/talos/pkg/machinery v1.10.0 -> v1.11.0
  • github.com/spf13/pflag v1.0.6 -> v1.0.7
  • golang.org/x/sync v0.13.0 -> v0.15.0
  • google.golang.org/grpc v1.71.1 -> v1.74.2
  • sigs.k8s.io/cluster-api v1.10.1 -> v1.10.4

Previous release can be found at v0.5.10

v0.5.10

02 May 14:29
v0.5.10
43fcc35
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.10 (2025-05-02)

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

  • Noel Georgi

Changes

2 commits

  • 43fcc35 release(v0.5.10): prepare release
  • 9c71ab8 fix(ci): arm64 container image asset

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.5.9

v0.5.9

01 May 11:30
v0.5.9
c4b86d9
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.9 (2025-05-01)

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

Cluster API

CACPPT is now built and tested with Cluster API 1.10.0.

Talos Linux

CACPPT updated for Talos 1.10.

Contributors

  • Andrey Smirnov
  • Noel Georgi

Changes

4 commits

  • c4b86d9 release(v0.5.9): prepare release
  • 0cefd49 feat: updare to Talos 1.10.0 final
  • a1c862e feat: update CACPPT to Talos 1.10
  • 7fb93f5 feat: use kres for github actions

Dependency Changes

  • github.com/onsi/gomega v1.36.0 -> v1.36.3
  • github.com/siderolabs/capi-utils 24ca6292f181 -> 935cc561d36b
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.7 -> v0.6.8
  • github.com/siderolabs/crypto v0.5.0 -> v0.5.1
  • github.com/siderolabs/gen v0.7.0 -> v0.8.0
  • github.com/siderolabs/talos/pkg/machinery v1.9.0 -> v1.10.0
  • github.com/spf13/pflag v1.0.5 -> v1.0.6
  • golang.org/x/sync v0.10.0 -> v0.13.0
  • google.golang.org/grpc v1.68.1 -> v1.71.1
  • google.golang.org/protobuf v1.35.2 -> v1.36.6
  • k8s.io/api v0.31.3 -> v0.32.3
  • k8s.io/apiextensions-apiserver v0.31.3 -> v0.32.3
  • k8s.io/apimachinery v0.31.3 -> v0.32.3
  • k8s.io/apiserver v0.31.3 -> v0.32.3
  • k8s.io/client-go v0.31.3 -> v0.32.3
  • k8s.io/component-base v0.31.3 -> v0.32.3
  • k8s.io/utils 18e509b52bc8 -> 3ea5e8cea738
  • sigs.k8s.io/cluster-api v1.9.1 -> v1.10.1
  • sigs.k8s.io/controller-runtime v0.19.3 -> v0.20.4

Previous release can be found at v0.5.8

v0.5.8

19 Dec 18:56
v0.5.8
08d09f5
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.8 (2024-12-19)

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

Cluster API

CACPPT is now built and tested with Cluster API 1.9.0.

Talos Linux

CACPPT updated for Talos 1.8.

Contributors

  • Andrey Smirnov

Changes

3 commits

  • 08d09f5 release(v0.5.8): prepare release
  • 09f7338 feat: update to Talos 1.9.0 final
  • a2ac6f6 feat: update for Talos 1.9

Dependency Changes

  • github.com/gobuffalo/flect v1.0.2 -> v1.0.3
  • github.com/onsi/gomega v1.34.2 -> v1.36.0
  • github.com/siderolabs/capi-utils d888b3297a6f -> 24ca6292f181
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.6 -> v0.6.7
  • github.com/siderolabs/crypto v0.4.4 -> v0.5.0
  • github.com/siderolabs/gen v0.5.0 -> v0.7.0
  • github.com/siderolabs/talos/pkg/machinery v1.8.0 -> v1.9.0
  • github.com/stretchr/testify v1.9.0 -> v1.10.0
  • golang.org/x/sync v0.8.0 -> v0.10.0
  • google.golang.org/grpc v1.66.0 -> v1.68.1
  • google.golang.org/protobuf v1.34.2 -> v1.35.2
  • k8s.io/api v0.31.1 -> v0.31.3
  • k8s.io/apiextensions-apiserver v0.31.1 -> v0.31.3
  • k8s.io/apiserver v0.31.1 -> v0.31.3
  • k8s.io/client-go v0.31.1 -> v0.31.3
  • k8s.io/component-base v0.31.1 -> v0.31.3
  • sigs.k8s.io/cluster-api v1.8.3 -> v1.9.1
  • sigs.k8s.io/controller-runtime v0.19.0 -> v0.19.3

Previous release can be found at v0.5.7

v0.5.7

23 Sep 18:39
v0.5.7
927974d
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.7 (2024-09-23)

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

Talos Linux

CACPPT updated for Talos 1.8.

Contributors

  • Andrey Smirnov
  • ekarlso

Changes

4 commits

  • 927974d release(v0.5.7): prepare release
  • f8ea245 fix: remove CA bundle
  • 74f637e feat: update for Talos 1.8
  • 9d73e5b fix: propagate ControlPlane label

Dependency Changes

  • github.com/go-logr/logr v1.4.1 -> v1.4.2
  • github.com/onsi/gomega v1.32.0 -> v1.34.2
  • github.com/siderolabs/capi-utils 8470421c5823 -> d888b3297a6f
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.5 -> v0.6.6
  • github.com/siderolabs/gen v0.4.8 -> v0.5.0
  • github.com/siderolabs/talos/pkg/machinery v1.7.0 -> v1.8.0
  • golang.org/x/sync v0.7.0 -> v0.8.0
  • google.golang.org/grpc v1.62.1 -> v1.66.0
  • google.golang.org/protobuf v1.33.0 -> v1.34.2
  • k8s.io/api v0.29.3 -> v0.31.1
  • k8s.io/apiextensions-apiserver v0.29.3 -> v0.31.1
  • k8s.io/apimachinery v0.29.3 -> v0.31.1
  • k8s.io/apiserver v0.29.3 -> v0.31.1
  • k8s.io/client-go v0.29.3 -> v0.31.1
  • k8s.io/component-base v0.29.3 -> v0.31.1
  • k8s.io/klog/v2 v2.110.1 -> v2.130.1
  • k8s.io/utils b307cd553661 -> 18e509b52bc8
  • sigs.k8s.io/cluster-api v1.7.0 -> v1.8.3
  • sigs.k8s.io/controller-runtime v0.17.3 -> v0.19.0

Previous release can be found at v0.5.6

v0.5.6

19 Apr 17:00
v0.5.6
1b97a62
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.6 (2024-04-19)

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

3 commits

  • 1b97a62 release(v0.5.6): prepare release
  • 5d46924 feat: update Talos to final 1.7.0
  • 282f029 feat: update Talos to 1.7.0-beta.1

Dependency Changes

  • github.com/go-logr/logr v1.3.0 -> v1.4.1
  • github.com/google/uuid v1.4.0 -> v1.6.0
  • github.com/onsi/gomega v1.30.0 -> v1.32.0
  • github.com/siderolabs/capi-utils 996c8c23eba6 -> 8470421c5823
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.3 -> v0.6.5
  • github.com/siderolabs/crypto v0.4.1 -> v0.4.4
  • github.com/siderolabs/gen v0.4.7 -> v0.4.8
  • github.com/siderolabs/talos/pkg/machinery v1.6.0 -> v1.7.0
  • github.com/stretchr/testify v1.8.4 -> v1.9.0
  • golang.org/x/sync v0.5.0 -> v0.7.0
  • google.golang.org/grpc v1.59.0 -> v1.62.1
  • google.golang.org/protobuf v1.31.0 -> v1.33.0
  • k8s.io/api v0.28.4 -> v0.29.3
  • k8s.io/apiextensions-apiserver v0.28.4 -> v0.29.3
  • k8s.io/apimachinery v0.28.4 -> v0.29.3
  • k8s.io/apiserver v0.28.4 -> v0.29.3
  • k8s.io/client-go v0.28.4 -> v0.29.3
  • k8s.io/component-base v0.28.4 -> v0.29.3
  • k8s.io/klog/v2 v2.100.1 -> v2.110.1
  • k8s.io/utils d93618cff8a2 -> b307cd553661
  • sigs.k8s.io/cluster-api v1.6.0 -> v1.7.0
  • sigs.k8s.io/controller-runtime v0.16.3 -> v0.17.3

Previous release can be found at v0.5.5

v0.5.5

23 Jan 12:18
v0.5.5
a67f3b5
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.5 (2024-01-23)

Welcome to the v0.5.5 release of CAPI Control Plane Provider Talos!
This is a pre-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

2 commits

  • a67f3b5 release(v0.5.5): prepare release
  • c3a4cf6 fix: set a default controller runtime log

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.5.4

v0.5.4

15 Dec 13:57
v0.5.4
1f0ef42
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.4 (2023-12-15)

Welcome to the v0.5.4 release of CAPI Control Plane Provider Talos!
This is a pre-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
  • Artem Chernyshev

Changes

3 commits

  • 1f0ef42 release(v0.5.4): prepare release
  • 32bb923 feat: update to Talos 1.6.0
  • db597a9 fix: properly handle uppercase hostnames in the etcd audit flow

Dependency Changes

  • github.com/go-logr/logr v1.2.4 -> v1.3.0
  • github.com/google/uuid v1.3.0 -> v1.4.0
  • github.com/onsi/gomega v1.27.8 -> v1.30.0
  • github.com/siderolabs/capi-utils 28f5eb63b7c0 -> 996c8c23eba6
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.1 -> v0.6.3
  • github.com/siderolabs/gen v0.4.5 -> v0.4.7
  • github.com/siderolabs/go-retry v0.3.2 -> v0.3.3
  • github.com/siderolabs/talos/pkg/machinery v1.5.0 -> v1.6.0
  • github.com/spf13/pflag v1.0.5 new
  • golang.org/x/sync v0.3.0 -> v0.5.0
  • google.golang.org/grpc v1.57.0 -> v1.59.0
  • k8s.io/api v0.27.2 -> v0.28.4
  • k8s.io/apiextensions-apiserver v0.27.2 -> v0.28.4
  • k8s.io/apimachinery v0.27.2 -> v0.28.4
  • k8s.io/apiserver v0.27.2 -> v0.28.4
  • k8s.io/client-go v0.27.2 -> v0.28.4
  • k8s.io/component-base v0.28.4 new
  • k8s.io/klog/v2 v2.90.1 -> v2.100.1
  • k8s.io/utils a36077c30491 -> d93618cff8a2
  • sigs.k8s.io/cluster-api v1.5.0 -> v1.6.0
  • sigs.k8s.io/controller-runtime v0.15.1 -> v0.16.3

Previous release can be found at v0.5.3

v0.5.3

25 Aug 14:41
v0.5.3
57f188e
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.3 (2023-08-25)

Welcome to the v0.5.3 release of CAPI Control Plane Provider Talos!
This is a pre-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

2 commits

  • 57f188e release(v0.5.3): prepare release
  • 7f8e2be fix: attempt etcd leave before deleting a Machine

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.5.2

v0.5.2

17 Aug 15:35
v0.5.2
8b65387
Compare
Choose a tag to compare

CAPI Control Plane Provider Talos 0.5.2 (2023-08-17)

Welcome to the v0.5.2 release of CAPI Control Plane Provider Talos!
This is a pre-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
  • Artem Chernyshev
  • Nico Jahn

Changes

5 commits

  • 8b65387 release(v0.5.2): prepare release
  • bb404b6 feat: update for Talos 1.5.0
  • 210c95c docs: fix typo in README
  • 24262e7 fix: introduce 5 second timeout for each Talos client call
  • b0a8ce2 fix: log actual error message in the reconcile error

Dependency Changes

  • github.com/go-logr/logr v1.2.3 -> v1.2.4
  • github.com/onsi/gomega v1.27.5 -> v1.27.8
  • github.com/siderolabs/capi-utils 835519e95d9c -> 28f5eb63b7c0
  • github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.5.6 -> v0.6.1
  • github.com/siderolabs/crypto v0.4.0 -> v0.4.1
  • github.com/siderolabs/gen v0.4.5 new
  • github.com/siderolabs/talos/pkg/machinery v1.4.0 -> v1.5.0
  • github.com/stretchr/testify v1.8.2 -> v1.8.4
  • golang.org/x/sync v0.1.0 -> v0.3.0
  • google.golang.org/grpc v1.54.0 -> v1.57.0
  • google.golang.org/protobuf v1.30.0 -> v1.31.0
  • k8s.io/api v0.26.1 -> v0.27.2
  • k8s.io/apiextensions-apiserver v0.26.1 -> v0.27.2
  • k8s.io/apimachinery v0.26.1 -> v0.27.2
  • k8s.io/apiserver v0.26.1 -> v0.27.2
  • k8s.io/client-go v0.26.1 -> v0.27.2
  • sigs.k8s.io/cluster-api v1.4.1 -> v1.5.0
  • sigs.k8s.io/controller-runtime v0.14.6 -> v0.15.1

Previous release can be found at v0.5.1