Skip to content

2.1.0

Choose a tag to compare

@hannahpullen hannahpullen released this 11 May 14:51
· 6 commits to main since this release

New features:

  • The MATLAB Job Scheduler worker and job manager images now install MATLAB at the same location as the official mathworks/matlab image (/opt/matlab/<releaseNumber>, where releaseNumber is the MATLAB release number prefixed with "R", for example R2026a). The old images with MATLAB installed at /opt/matlab will continue to work. You can also now specify a custom MATLAB install location with the matlabRoot parameter.
  • 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 additionalSupportedReleases parameter is newer than the release specified in the matlabRelease parameter.
  • 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.