Chaos Mesh v1.0.0 Release Notes
On September 25, 2020, Chaos Mesh v1.0 is now released! We have made some significant improvements in this release, including the refactor of IoChaos, providing more security guarantees for chaos experiments, supporting the setting of protected Namespaces, and supporting the use of Namespace’s permissions. In addition, this release is also focused on Chaos Dashboard and Chaos Operator components, which helps users create more stable, safe, and controllable chaos experiments.
New Feature & Enhancements
- New implementation of IoChaos
- Refactor the API and controller of IoChaos #932
 - Implement the 
todaproject, a hook filesystem for injecting IO chaos https://github.com/chaos-mesh/toda - Add pod status in IoChaos #958
 
 - Support namespace scoped chaos #872
 - Record the error information on the Chaos object #931
 - Update Reconcile logic and make updated 
crontake effect immediately #920 - Add command to check install script #916
 - Add hostNetwork option for controller-manager #874
 
Major Bug Fixes
- Fix the error in retrying failed NetworkChaos #949
 - Fix the issue that fields selectors do not work #920
 - Fix the abnormal error when deleting chaos object #943
 - Fix incomplete experiments caused by the restart of Chaos Dashboard #933
 - Fix the bug caused by the empty target mode #930
 - Fix invalid usage of 
cgo/unsafepointer in TimeChaos #904 - Fix the selectors issue in 
new experiments scopepage #881