Changed ------- - Remove dependency on EFS/NFS when running on Kubernetes - When running on Kubernetes the runtime volume configuration can be omitted
===================
28.3.0
Not secure
===================
Fixed ----- - Prepare release 28.3.0 due to preexisting 28.3.0a1 pre-release
===================
28.2.1
Not secure
===================
Fixed ----- - Speed up deleting storage locations by considering only referenced paths belonging to the given storage location - Temporary pin ``asteval`` to version ``0.9.23`` due to compatibility issues with Python 3.6
Changed ------- - Improve logging in cleanup manager
===================
28.2.0
Not secure
===================
Fixed ----- - Create ``ReferencedPath`` objects during transfer only when needed
Changed ------- - Retry data transfer if ``botocore.exceptions.ClientError`` is raised during transfer
Added ----- - Add ``FLOW_PROCESS_MAX_MEM`` Django setting to limit the ammount of memory used by a process - Support disabled fields in Python processes - Add method ``get_latest`` to the ``Process`` class in ``Python`` processes which retrieves latest version of the process with the given ``slug``
===================
28.1.0
Not secure
===================
Fixed ----- - Do not raise exception when terminating ``runlistener`` management command - Change concurrency issue in the listener causing processes to sometitimes get incorrect value for ``RUNTIME_VOLUME_MAPS`` settings
Changed ------- - Make S3 connectors use system credentials when they are not explicitely given in settings
Added ----- - Make it possible to rewrite container image names in kubernetes workload connector