Releases: neilmunday/slurm-mail
Releases · neilmunday/slurm-mail
Version 4.2
Version 4.1
Date: 2022-11-17
- Bug fix for missing new line in Slurm-Mail cron file (issue #55 / pull request #56 from @jcklie).
- Bug fix for building RPM for new version when an older version of Slurm-Mail is already installed (issue #57 / pull request #59 from @jcklie).
- Bug fix for parsing raw time limit from sacct (issue #58).
- Bug fix for handling invalid Slurm filename patterns (issue #61).
- Bug fix for Job class when start time is not set (issue #62).
- Bug fixes for handling jobs that are cancelled whilst pending (issues #63 and #65).
- Bug fix for handling scontrol values that have spaces in them (issue #67).
- Added new "never-ran" e-mail template (issue #63).
- Added the ability for users to configure the e-mail regular expression in slurm-mail.conf (issue #54).
- Added support for optionally running commands after submitting jobs when running integration tests.
- Added
Date
andMessage-ID
e-mail headers (issue #64). - Added the ability to run Slurm-Mail with MailHog for e-mail testing/demos.
- Updated GitHub workflows to remove use of
set-output
following deprecation.
Version 4.0
Date: 2022-09-02
Please note: Version 4.0 brings uses a new directory layout - see README.md for instructions for upgrading from version 3.
Changes:
- Bug fix for issue #45 - Adjusted SMTP logic so that SMTP errors are logged to Slurm Mail's log.
- Added unit tests.
- Bug fix for
get_kbytes_from_str
function when parsing numeric values with fractional parts. - Added
mypy
testing workflow. - Added
setup.py
to handle installation. - Adjusted docker containers used for testing to have unique names to prevent name clashes when used with
act
for local workflow testing. - Implemented fix for missing usec from Slurm strings in
get_usec_from_str
(pull request #47 from @jitkang). - Changed RPM spec file to a template to aid creating spec files.
- Added ability to create Ubuntu 22 package
- Added ability to create RedHat/RockyLinux 9 package
Version 3.7
Version 3.6
Version 3.5
Version 3.4
Version 3.3
Date: 2022-06-11
Version 3.2
Version 3.1
Date: 2022-05-17
- Added support for creating RHEL 7 and 8 RPMs for Slurm-Mail
- Added logrotate config file