Releases: mathworks/mjssetup
Releases · mathworks/mjssetup
v1.4.0
Release notes:
- Shared secrets and certificates generated by the mjssetup tool now use the specified filename without appending a .json extension. This change makes mjssetup consistent with the MATLAB Parallel Server createSharedSecret and generateCertificate scripts.
- mjssetup now uses v0.52.0 of the golang.org/x/crypto library.
v1.3.1
Release Notes:
- mjssetup now uses Go 1.26.
v1.3.0
New features:
- The "generate-certificate" and "create-profile" commands can now use a shared secret file that was created using the "createSharedSecret" script that ships with MATLAB Parallel Server, rather than a shared secret file that was generated with mjssetup.
- mjssetup now uses Go 1.24.
Bug fixes:
- The "create-profile" command now correctly sets the job manager name in the profile, allowing it to specify a job manager when there are multiple job managers running on a single machine.
v1.2.0
New features:
- You can use the mjssetup tool to generate certificate and key files for MATLAB Job Scheduler to export encrypted metrics. For more information, see Configure Metrics for MATLAB Job Scheduler.
- The mjssetup tool uses Go version 1.23.
v1.1.0
Release Notes:
New features:
- You can now download pre-compiled mjssetup binaries for Linux and Windows from the Releases page on GitHub: https://github.com/mathworks/mjssetup/releases.
- mjssetup now uses Go version 1.22.2.
v1.0.0
A command-line tool to create shared secrets, signed client certificates, and cluster profiles when you configure a MATLAB® Job Scheduler cluster with secure communication. The tool does not require access to a MATLAB installation.