WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 03d0576

Browse files
authored
add changelog for v0.5 (#102)
Signed-off-by: Yang Le <[email protected]>
1 parent ae50da6 commit 03d0576

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG/CHANGELOG-v0.5.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog since v0.4.0
2+
All notable changes to this project will be documented in this file.
3+
4+
## v0.5.0
5+
6+
### New Features
7+
* Support delete option. User is able to specify the deletion propagation strategy for resources in a manifestwork by setting `DeleteOption` in the spec of the manifestwork. ([#90](https://github.com/open-cluster-management-io/work/pull/90) [@qiujian16](https://github.com/qiujian16))
8+
9+
### Added
10+
* Add generation in manifestwork status. ([#95](https://github.com/open-cluster-management-io/work/pull/95) [@qiujian16](https://github.com/qiujian16))
11+
12+
### Changes
13+
* Upgrade library-go and api. ([#96](https://github.com/open-cluster-management-io/work/pull/96) [@qiujian16](https://github.com/qiujian16))
14+
* Reduce the numbe of GET request of manifestwork. ([#98](https://github.com/open-cluster-management-io/work/pull/98) [@elgnay](https://github.com/elgnay))
15+
16+
### Bug Fixes
17+
* Resolve apply conflict. ([#89](https://github.com/open-cluster-management-io/work/pull/89) [@qiujian16](https://github.com/qiujian16))
18+
* Fix owners merge in apply unstructured. ([#99](https://github.com/open-cluster-management-io/work/pull/99) [@qiujian16](https://github.com/qiujian16))
19+
20+
### Removed & Deprecated
21+
N/C

0 commit comments

Comments
 (0)