add changelog for v0.9.0 (#162)

Signed-off-by: Yang Le <yangle@redhat.com>

Signed-off-by: Yang Le <yangle@redhat.com>
This commit is contained in:
Yang Le
2022-10-20 14:51:48 +08:00
committed by GitHub
parent 6820f68d81
commit d20928e2bf

View File

@@ -0,0 +1,25 @@
# Changelog since v0.8.0
All notable changes to this project will be documented in this file.
## v0.9.0
### New Features
* Check the executor subject permission for action apply. ([#152](https://github.com/open-cluster-management-io/work/pull/152) [@zhujian7](https://github.com/zhujian7))
* Validate manifest work executor permission on hub cluster. ([#158](https://github.com/open-cluster-management-io/work/pull/158) [@zhujian7](https://github.com/zhujian7))
* Check escalation for executor subject. ([#159](https://github.com/open-cluster-management-io/work/pull/159) [@zhujian7](https://github.com/zhujian7))
* Check the executor subject permission for delete. ([#160](https://github.com/open-cluster-management-io/work/pull/160) [@zhujian7](https://github.com/zhujian7))
### Added
N/C
### Changes
* Upgrade go libraries. ([#145](https://github.com/open-cluster-management-io/work/pull/145) [@elgnay](https://github.com/elgnay))
* Move apply method to seperate package. ([#149](https://github.com/open-cluster-management-io/work/pull/149) [@zhujian7](https://github.com/zhujian7), [@qiujian16](https://github.com/qiujian16))
### Bug Fixes
* Fix release yaml. ([#144](https://github.com/open-cluster-management-io/work/pull/144) [@qiujian16](https://github.com/qiujian16))
* Fix Missing filter. ([#151](https://github.com/open-cluster-management-io/work/pull/151) [@TYTaO](https://github.com/TYTaO))
* Fix nil pointer panic. ([#157](https://github.com/open-cluster-management-io/work/pull/157) [@zhujian7](https://github.com/zhujian7))
### Removed & Deprecated
N/C