===================
Added
-----
- **BACKWARD INCOMPATIBLE:** New permission architecture: it is not based on
Guardian anymore. The main benefits of new architecture are speed gains in
common operations, such as setting a permission and retrieving objects with
the given permission.
- Allow overriding process resources in data object
Changed
-------
- Allow mounting connectors into pods as persistent volume claim instead of
volume of type ``hostPath``
Fixed
-----
- use the same connector inside pod to handle files and directories
- When data object was deleted listener did not receive the terminate message
and pod did not terminate immediatelly
===================