From 6885f671160eaa5882da366d8e5aeb837fda436d Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Wed, 10 Jun 2026 17:11:22 +0200 Subject: [PATCH 1/2] release notes for v0.12.0 --- RELEASE_NOTES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 832a5798..e9c5f013 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 Juni 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) -------------------------- From b8f6ba6a4fc4d804dfb018c062dbc81863779441 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 10 Jun 2026 17:35:51 +0200 Subject: [PATCH 2/2] fix typo in release date for v0.12.0 --- RELEASE_NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e9c5f013..e1bb99a6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,7 +1,7 @@ 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 Juni 2026) +v0.12.0 (11 June 2026) -------------------------- This is a minor release of the EESSI build-and-deploy bot.