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

Commit 3b92008

Browse files
authored
add changelog for v0.3 (#59)
Signed-off-by: haoqing0110 <qhao@redhat.com>
1 parent 137f8ca commit 3b92008

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG/CHANGELOG-v0.3.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog since v0.2.0
2+
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))
22+
23+
### Removed & Deprecated
24+
N/C

CHANGELOG/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CHANGELOGs
2+
3+
- [CHANGELOG-v0.3.md](./CHANGELOG-v0.3.md)
4+
- [CHANGELOG-v0.2.md](./CHANGELOG-v0.2.md)
5+
- [CHANGELOG-v0.1.md](./CHANGELOG-v0.1.md)

0 commit comments

Comments
 (0)