Release notes¶
Version 1.62¶
Helm chart version 1.62.0
Helm configuration changes¶
-
Added a new service,
processors-controller, which manages the lifecycle oftransformationpods.- To use transformations, configure cross-account ECR access. See Cross-account ECR access.
- The
processors-controllerrequires RBAC permissions to managePods,ConfigMaps, andPersistentVolumeClaims. The required manifests are included in the Helm chart and can be disabled by settingprocessorsController.rbac.enabledtofalse.
-
Updated clickhouse server and clickhouse keeper image declarations.
altinity.clickhouse.installation.spec.templates.podTemplate.spec.mainContainer.imageandaltinity.clickhouseKeeper.installation.spec.templates.podTemplate.spec.mainContainer.imagewere strings, but now they are objects containing fields forregistry,repository, andtag.
The same in YAML format. Old image declaration:
New image declaration:
-
Removed an irrelevant parameter
?appId=<OPENID_CLIENT_ID>in OpenId settings (Azure only).Old configuration:
applications: files: "/var/lib/genestack/properties/microsoft.openid.ini": | ... discoveryDocumentUri=https://login.microsoftonline.com/<MICROSOFT_TENANT>/v2.0/.well-known/openid-configuration?appId=<OPENID_CLIENT_ID> ...New configuration:
-
Sensitive SMTP configuration parameters have been moved to a separate secret.
Old configuration:
core: files: "/var/lib/genestack/properties/application.yaml": mail: smtp: host: "<SMTP_HOST>" port: "<SMTP_PORT>" security: "<SMTP_SECURITY>" username: "<SMTP_USER>" password: "<SMTP_PASSWORD>"New configuration:
-
Increased memory requirements for loading large cell expression datasets.
- When loading datasets with millions of cells, increase memory limits for the
func-jobservice to prevent out-of-memory errors.
Example of configuration:
- When loading datasets with millions of cells, increase memory limits for the