Skip to content

Commit

Permalink
Use kubeadmcontrolplane client instead of secret caching client
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed May 22, 2024
1 parent d20ede4 commit 5e6e62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Replace secret caching client with kubeadmcontrolplane client to fix CAPI migration.

## [1.18.0] - 2024-05-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
name: giantswarm/kubeadm-bootstrap-controller
controlplane:
name: giantswarm/kubeadm-control-plane-controller
tag: v1.5.7-gs-4d4e945ce # upstream v1.5.7 + https://github.com/kubernetes-sigs/cluster-api/pull/8586 (Makefile improvement) + https://github.com/giantswarm/cluster-api/pull/21 (backport of bootstrap config reference rotation support)
tag: v1.5.7-gs-7111ea7b8 # upstream v1.5.7 + https://github.com/kubernetes-sigs/cluster-api/pull/8586 (Makefile improvement) + https://github.com/giantswarm/cluster-api/pull/21 (backport of bootstrap config reference rotation support)

project:
branch: "[[ .Branch ]]"
Expand Down

0 comments on commit 5e6e62a

Please sign in to comment.