Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
This file contains a description of the major changes to the EESSI
build-and-deploy bot. For more detailed information, please see the git log.

v0.12.0 (11 June 2026)
--------------------------

This is a minor release of the EESSI build-and-deploy bot.

Bug fixes:
* do not check export variables in `check_filters` function (#364)

Improvements:
* increase coverage by unit tests (#365)
* make parsing of `scontrol` output compatible with newer Slurm versions (#369)
* With newer Slurm versions (25.11), some values can also contain whitespaces
(e.g. for SubmitLine), making it complex to distinguish between keys and values.

Changes to 'app.cfg' settings (see README.md and app.cfg.example for details):
* none


v0.11.0 (28 January 2026)
--------------------------

Expand Down
Loading