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

Commit a0e134e

Browse files
authored
add changelog for v0.2 (#42)
Signed-off-by: Yang Le <[email protected]>
1 parent 00a0d59 commit a0e134e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG/CHANGELOG-v0.2.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog since v0.1.0
2+
All notable changes to this project will be documented in this file.
3+
4+
## v0.2.0
5+
6+
### New Features
7+
* Allow user to weight prioritizers in a placement. ([#31](https://github.com/open-cluster-management-io/placement/pull/31) [@haoqing0110](https://github.com/haoqing0110))
8+
* Support resource based placement scheduling. User is able to create a placement to select managed clusters according to cluster resource capacity and allocatable. ([#32](https://github.com/open-cluster-management-io/placement/pull/32) [@haoqing0110](https://github.com/haoqing0110))
9+
10+
### Added
11+
N/C
12+
13+
### Changes
14+
* Update the sort logic in Schedule. ([#29](https://github.com/open-cluster-management-io/placement/pull/29) [@suigh](https://github.com/suigh))
15+
* Clean env after e2e test. ([#34](https://github.com/open-cluster-management-io/placement/pull/34) [@suigh](https://github.com/suigh))
16+
* Upgrade the ClusterSet and ClusterSetBinding APIs to v1beta1. ([#35](https://github.com/open-cluster-management-io/placement/pull/35) [@elgnay](https://github.com/elgnay))
17+
18+
### Bug Fixes
19+
* Avoid forbidden message in the log of controller. ([#27](https://github.com/open-cluster-management-io/placement/pull/27) [@vincent-pli](https://github.com/vincent-pli))
20+
* Reschedule placment when clusterset added. ([#39](https://github.com/open-cluster-management-io/placement/pull/39) [@haoqing0110](https://github.com/haoqing0110))
21+
22+
### Removed & Deprecated
23+
N/C

0 commit comments

Comments
 (0)