Skip to content

Releases: neilmunday/slurm-mail

Version 4.12

17 Feb 21:24
Compare
Choose a tag to compare

Date: 2024-02-17

  • Adjusted e-mail attachement order as per RFC 2046 so that HTML format is preferred (pull #115, @Hugoch)

Version 4.11

03 Feb 00:01
Compare
Choose a tag to compare

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

23 Jan 20:29
Compare
Choose a tag to compare

Version 4.10

Date: 2024-01-23

  • Add support for plain text e-mails (issue #108).
  • Fix job array states in e-mails (issue #109).

Version 4.9

28 Dec 15:46
Compare
Choose a tag to compare

Date: 2023-12-28

  • Fix for job array max notifications (issue #106).

Version 4.8

25 Dec 13:19
Compare
Choose a tag to compare

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

24 Nov 11:37
Compare
Choose a tag to compare

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

21 Aug 22:56
Compare
Choose a tag to compare

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

10 Aug 21:36
Compare
Choose a tag to compare

Date: 2023-08-10

  • Removed required Slurm dependency For RHEL and Ubuntu packages (issue #92).

Version 4.4

08 Mar 23:00
6fd795f
Compare
Choose a tag to compare

Date: 2023-03-08

  • Fixed post removal script for Ubuntu packages (issue #78).
  • Added removal of Slurm-Mail package into integration tests (issue #79).

Version 4.3

07 Mar 23:44
Compare
Choose a tag to compare

Date: 2023-03-07

  • Added support for Ubuntu 20.04.
  • Fixed Ubuntu package creation (issues #72 and #73).
  • Added support for Slurm 23.02.0 (issue #76)
  • Added integration tests for RHEL 7, 9, SUSE 15, Ubuntu 20 and 22
  • Combined release and testing workflows