Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 2.38 KB

CHANGELOG-v0.6.md

File metadata and controls

27 lines (21 loc) · 2.38 KB

Changelog since v0.5.0

All notable changes to this project will be documented in this file.

v0.6.0

New Features

  • Support to run spoke agent outside of managed cluster.(#175 @zhujian7)

Added

  • 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)

Changes

Bug Fixes

  • 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)

Removed & Deprecated

N/C