diff --git a/CHANGELOG/CHANGELOG-v0.9.md b/CHANGELOG/CHANGELOG-v0.9.md new file mode 100644 index 000000000..055fe822a --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.9.md @@ -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