Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
add changelog for v0.10.0 (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Le <[email protected]>
  • Loading branch information
elgnay authored Feb 3, 2023
1 parent e7fd045 commit 1e14476
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG/CHANGELOG-v0.10.md
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

0 comments on commit 1e14476

Please sign in to comment.