add changelog for v0.8.0 (#143)

Signed-off-by: Yang Le <yangle@redhat.com>
This commit is contained in:
Yang Le
2022-07-11 15:51:35 +08:00
committed by GitHub
parent 1a7686ee47
commit 0a87b7c674

View File

@@ -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