This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
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: Yang Le <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
# Changelog since v0.9.0 | ||
All notable changes to this project will be documented in this file. | ||
|
||
## v0.10.0 | ||
|
||
### New Features | ||
N/C | ||
|
||
### Added | ||
* Add inital skeleton for placeManifestWork controller. ([#171](https://github.com/open-cluster-management-io/work/pull/171) [@serngawy](https://github.com/serngawy)) | ||
* Add informer setup for placemanifestwork. ([#175](https://github.com/open-cluster-management-io/work/pull/175) [@qiujian16](https://github.com/qiujian16)) | ||
|
||
### Changes | ||
* Upgrade to golang1.19. ([#163](https://github.com/open-cluster-management-io/work/pull/163) [@elgnay](https://github.com/elgnay)) | ||
* Delete unmanaged AppliedManifestWork. ([#161](https://github.com/open-cluster-management-io/work/pull/161) [@qiujian16](https://github.com/qiujian16)) | ||
* Use controller runtime to implement webhook. ([#164](https://github.com/open-cluster-management-io/work/pull/164) [@ldpliu](https://github.com/ldpliu)) | ||
* Set min tls version. ([#166](https://github.com/open-cluster-management-io/work/pull/166) [@ldpliu](https://github.com/ldpliu)) | ||
* Update ginkgo to v2. ([#168](https://github.com/open-cluster-management-io/work/pull/168) [@zhujian7](https://github.com/zhujian7)) | ||
* Cache the executor validation results. ([#165](https://github.com/open-cluster-management-io/work/pull/165) [@zhujian7](https://github.com/zhujian7)) | ||
* Delete resource even if it has non-appliedmanifestwork owners. ([#170](https://github.com/open-cluster-management-io/work/pull/170) [@zhujian7](https://github.com/zhujian7)) | ||
* Reduce default sync interval to 10s. ([#167](https://github.com/open-cluster-management-io/work/pull/167) [@qiujian16](https://github.com/qiujian16)) | ||
* Clear the comments for deleting unmanaged appliedmanifestworks. ([#174](https://github.com/open-cluster-management-io/work/pull/174) [@skeeey](https://github.com/skeeey)) | ||
* Split logic of controller to multiple reconcilers. ([#176](https://github.com/open-cluster-management-io/work/pull/176) [@qiujian16](https://github.com/qiujian16)) | ||
|
||
|
||
### Bug Fixes | ||
* Delete old applied work after its new work is applied. ([#172](https://github.com/open-cluster-management-io/work/pull/172) [@skeeey](https://github.com/skeeey)) | ||
|
||
### Removed & Deprecated | ||
N/C |