Release notes¶
Version 1.60¶
Helm chart version 1.60.x
Rclone Migration¶
The following ODM component called funcFile
was replaced with rclone
.
As a result of this migration, the configuration of storages was moved from funcFile
to application.yaml
files in core
, applications
, and funcJob
.
You can find configuration examples in the "examples" directory within the Helm chart.
Note that the configuration section genestack.rclone
in all three of these services should be identical. For this purpose, we recommend using YAML anchors, which are also included in the examples.
Also, Rclone allows to use the AWS IAM role instead of the AWS IAM user. If this is relevant fo your environment, then information on deployment can be found here in paragraph 4.
SAML elimitaion¶
Support of SAML was eliminated.
Helm configuration changes¶
-
The
credentials
section has been removed, please use therclone
configuration instead. -
All configuration related to
SAML
has been removed. -
The
region
parameter has been removed from theapplications
configuration.