From 0a87b7c6742152fa982560a89bf5289ef0d071fe Mon Sep 17 00:00:00 2001 From: Yang Le Date: Mon, 11 Jul 2022 15:51:35 +0800 Subject: [PATCH] add changelog for v0.8.0 (#143) Signed-off-by: Yang Le --- CHANGELOG/CHANGELOG-v0.8.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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 000000000..9de7215e0 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.8.md @@ -0,0 +1,29 @@ +# Changelog since v0.7.0 +All notable changes to this project will be documented in this file. + +## v0.8.0 + +### New Features +* Merge label and annotation for unstructured. ([#126](https://github.com/open-cluster-management-io/work/pull/126) [@qiujian16](https://github.com/qiujian16)) +* Keep the finalizers unchanged for unstructured. ([#128](https://github.com/open-cluster-management-io/work/pull/128) [@zhujian7](https://github.com/zhujian7)) +* Enable multi-arch build. ([#130](https://github.com/open-cluster-management-io/work/pull/130) [@qiujian16](https://github.com/qiujian16)) +* Support update strategy in manifestwork. ([#139](https://github.com/open-cluster-management-io/work/pull/139) [@qiujian16](https://github.com/qiujian16)) + +### Added +* Add lint check in make verify. ([#135](https://github.com/open-cluster-management-io/work/pull/135) [@qiujian16](https://github.com/qiujian16)) +* Enable log flags. ([#140](https://github.com/open-cluster-management-io/work/pull/140) [@skeeey](https://github.com/skeeey)) + +### Changes +* Upgrade go libraries. ([#127](https://github.com/open-cluster-management-io/work/pull/127) [@elgnay](https://github.com/elgnay)) +* Share release job env. ([#131](https://github.com/open-cluster-management-io/work/pull/131) [@yue9944882](https://github.com/yue9944882)) +* Update golang builder in Dockerfile. ([#133](https://github.com/open-cluster-management-io/work/pull/133) [@qiujian16](https://github.com/qiujian16)) +* Upgrade go to 1.18. ([#137](https://github.com/open-cluster-management-io/work/pull/137) [@qiujian16](https://github.com/qiujian16)) +* Refector apply manifest code. ([#138](https://github.com/open-cluster-management-io/work/pull/138) [@qiujian16](https://github.com/qiujian16)) +* Update default qps for webhook. ([#141](https://github.com/open-cluster-management-io/work/pull/141) [@ldpliu](https://github.com/ldpliu)) +* Split work permissions. ([#142](https://github.com/open-cluster-management-io/work/pull/142) [@haoqing0110](https://github.com/haoqing0110)) + +### Bug Fixes +* Remove unreachable redundant err check. ([#134](https://github.com/open-cluster-management-io/work/pull/134) [@mikeshng](https://github.com/mikeshng)) + +### Removed & Deprecated +N/C