This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: haoqing0110 <[email protected]>
- Loading branch information
1 parent
1cbdaec
commit d9f4786
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog since v0.4.0 | ||
All notable changes to this project will be documented in this file. | ||
|
||
## v0.8.0 | ||
|
||
### New Features | ||
N/C | ||
|
||
### Added | ||
* Support selecting clusters with [`labelSelector`](https://github.com/open-cluster-management-io/api/pull/150) defined in `ManagedClusterSet`. ([#73](https://github.com/open-cluster-management-io/placement/pull/73) [@ldpliu](https://github.com/ldpliu)) | ||
|
||
### Changes | ||
* Upgrade golang modules. ([#69](https://github.com/open-cluster-management-io/placement/pull/69) [@haoqing0110](https://github.com/haoqing0110)) | ||
* Upgrade golang builder. ([#70](https://github.com/open-cluster-management-io/placement/pull/70) [@elgnay](https://github.com/elgnay)) | ||
* Upgrade golang to 1.18. ([#74](https://github.com/open-cluster-management-io/placement/pull/74) [@qiujian16](https://github.com/qiujian16)) | ||
* Removed unused dockerfile cmd and passing IMAGE_TAG to make command. ([#71](https://github.com/open-cluster-management-io/placement/pull/71) [@yue9944882](https://github.com/yue9944882)) | ||
|
||
### Bug Fixes | ||
N/C | ||
|
||
### Removed & Deprecated | ||
N/C |