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

Commit

Permalink
add change log for v0.5 (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: liuwei <liuweixa@redhat.com>
  • Loading branch information
skeeey authored Oct 15, 2021
1 parent 5ea8794 commit ef7c23e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG/CHANGELOG-v0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog since v0.4.0
All notable changes to this project will be documented in this file.

## v0.5.0

### New Features
* Support to generate feature labels on the managed cluster to allow user select managed clusters with feature
labels by placement API.
([#164](https://github.com/open-cluster-management-io/registration/pull/164) [@elgnay](https://github.com/elgnay))

### Added
* Support to report all resource information of all managed cluster nodes to the `managedcluster` status.
([#165](https://github.com/open-cluster-management-io/registration/pull/165) [@suigh](https://github.com/suigh))

### Changes
* Use golang `embed` package to replace `go-bindata` library.
([#166](https://github.com/open-cluster-management-io/registration/pull/166) [@qiujian16](https://github.com/qiujian16))
* Upgrade `clusterset` API to `v1beta1`.
([#169](https://github.com/open-cluster-management-io/registration/pull/169) [@elgnay](https://github.com/elgnay))

### Bug Fixes
* Fix insufficient events permission granted by hub clusterrole.
([#168](https://github.com/open-cluster-management-io/registration/pull/168) [@yue9944882](https://github.com/yue9944882))
* Fix when transfering one managed clusrter from one clusterset to another, the clusterset status update slow issue.
([#171](https://github.com/open-cluster-management-io/registration/pull/171) [@elgnay](https://github.com/elgnay))

### Removed & Deprecated
N/C

0 comments on commit ef7c23e

Please sign in to comment.