You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
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))
0 commit comments