From d9f478699a8ba4f7f3074f4b0858f0e28618bdc4 Mon Sep 17 00:00:00 2001 From: Qing Hao Date: Mon, 11 Jul 2022 12:14:26 +0800 Subject: [PATCH] add changelog for v0.8 (#77) Signed-off-by: haoqing0110 --- CHANGELOG/CHANGELOG-v0.8.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v0.8.md diff --git a/CHANGELOG/CHANGELOG-v0.8.md b/CHANGELOG/CHANGELOG-v0.8.md new file mode 100644 index 00000000..37b31f63 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.8.md @@ -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 \ No newline at end of file