Releases: neilmunday/slurm-mail
Releases · neilmunday/slurm-mail
Version 4.12
Version 4.11
Date: 2024-02-02
- Added support for new retryOnFailure configuration option (pull #112, @thgeorgiou).
- Updated github workflows to use action versions that support NodeJS 20 (issue #114).
Version 4.10
Version 4.9
Date: 2023-12-28
- Fix for job array max notifications (issue #106).
Version 4.8
Date: 2023-12-25
- Fix for jobs incorrectly being reported as not running (issue #103).
- Only SLURM versions 22 and 23 will be included in integration tests from now on.
Version 4.7
Version 4.7
Date: 2023-11-23
- Fix parsing of command line arguments to
slurm-spool-mail
when commas are present in the job name (pull #100, @jitkang). - Added Slurm admin comment to job completion e-mail template (pull #101, @jitkang).
- Updated Slurm docker image for SLES to work with SLES 23.11.0.
- Documentation for integration tests updated.
Version 4.6
Date: 2023-08-21
- Code refactoring for black and flake8.
- Replaced mock library with unittest.
- Pylint workflow corrected for Python 3.6.
- Added user_real_name property to Job class to fix issue #94
- Fix compose-up.sh script.
Version 4.5
Date: 2023-08-10
- Removed required Slurm dependency For RHEL and Ubuntu packages (issue #92).