All notable changes to this project will be documented in this file.
- Recreate the managed cluster addon client cert once managed cluster bootstrap kubeconfig changes. (#172 @elgnay)
- Exclude the cordoned nodes when calculating managed cluster allocatable nodes. (#174 @skeeey)
- Support to deploy the control plane and agent in two clusters by Makefile (#182 @zhujian7)
- Set the value of ManagedCluster taint timeAdded by managed cluster mutating webhook. (#186 @elgnay)
- Support customized health check mode for managed cluster addon. (#187 @yue9944882)
- Add leader election flag. (#193 @qiujian16)
- Upgrade golang from
1.16
to1.17
. (#189 @qiujian16) - Change builder image to
quay.io/bitnami/golang
. (#191 @qiujian16) - Update resouce cache implementation. (#192 @qiujian16)
- Fix the managed cluster lease will be recreated when the managed cluster is deleting. (#181 @skeeey)
- Fix the registration pod will non-stop print event info when ManagedCluster.Spec.LeaseDurationSeconds is zero. (#184 @champly)
N/C