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.3.0
5
+
6
+
### New Features
7
+
* Support extensible scheduling. User is able to select clusters based on customized scores. ([#51](https://github.com/open-cluster-management-io/placement/pull/51)[@haoqing0110](https://github.com/haoqing0110))
8
+
9
+
### Added
10
+
* Add scalability test for 100/1000/2000 managedclusters. ([#41](https://github.com/open-cluster-management-io/placement/pull/41)[@suigh](https://github.com/suigh))
11
+
* Add scalability test for placement create/update. ([#44](https://github.com/open-cluster-management-io/placement/pull/44)[@suigh](https://github.com/suigh))
12
+
* Add scalability test doc. ([#45](https://github.com/open-cluster-management-io/placement/pull/45)[@suigh](https://github.com/suigh))
13
+
* Add resync controller to resync placements using customized scores. ([#55](https://github.com/open-cluster-management-io/placement/pull/55)[@haoqing0110](https://github.com/haoqing0110))
14
+
15
+
### Changes
16
+
* Update Golang to v1.17. ([#57](https://github.com/open-cluster-management-io/placement/pull/57)[@haoqing0110](https://github.com/haoqing0110))
17
+
18
+
### Bug Fixes
19
+
* Fix [error reported after creating more than 1000 managedclusters](https://github.com/open-cluster-management-io/placement/issues/40) with adding length check for event. ([#43](https://github.com/open-cluster-management-io/placement/pull/43)[@suigh](https://github.com/suigh))
20
+
* Remind user to deploy placement controller before running some test cases. ([#47](https://github.com/open-cluster-management-io/placement/pull/47)[@suigh](https://github.com/suigh))
21
+
* Update golang.org/x/crypto to fix CVE-2021-43565. ([#58](https://github.com/open-cluster-management-io/placement/pull/58)[@haoqing0110](https://github.com/haoqing0110))
0 commit comments