2.1.0
New features:
- The MATLAB Job Scheduler worker and job manager images now install MATLAB at the same location as the official
mathworks/matlabimage (/opt/matlab/<releaseNumber>, wherereleaseNumberis the MATLAB release number prefixed with "R", for exampleR2026a). The old images with MATLAB installed at/opt/matlabwill continue to work. You can also now specify a custom MATLAB install location with thematlabRootparameter. - The Helm chart now fails to install if any of the PersistentVolumeClaims you have specified in your values.yaml file do not exist.
- The Helm chart now fails to install if any of the older MATLAB releases specified in the
additionalSupportedReleasesparameter is newer than the release specified in thematlabReleaseparameter. - The Helm chart now fails to install for a cluster with security level 2 if an admin password secret has not been created. Previously, the chart is installed correctly but the controller pod fails to start.