Skip to content

Commit 5a0b562

Browse files
authored
Merge pull request #361 from trz42/release_v0_11_0
release notes for v0.11.0
2 parents 6b00963 + a5af596 commit 5a0b562

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

RELEASE_NOTES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
This file contains a description of the major changes to the EESSI
22
build-and-deploy bot. For more detailed information, please see the git log.
33

4+
v0.11.0 (28 January 2026)
5+
--------------------------
6+
7+
This is a minor release of the EESSI build-and-deploy bot.
8+
9+
Bug fixes:
10+
* consider all builds for `bot: status [last_build]` command (#357)
11+
* this also replaces running `curl` by using the `requests` library for one `curl` call
12+
13+
Improvements:
14+
* adds support for new command `bot: cancel jobid:[JOBID] ...` (#359)
15+
* only the owner of a job can cancel it
16+
* multiple jobs can be cancelled by specifying multiple `jobid:[JOBID]`
17+
arguments separated by space
18+
19+
Changes to 'app.cfg' settings (see README.md and app.cfg.example for details):
20+
* CHANGED (required) 'no_build_permission_comment' in section '[buildenv]'
21+
Note! sites using the old value may see misleading comments added by the bot,
22+
but the bot will work without the change.
23+
* NEW (required) 'cancel_command' in section '[buildenv]'
24+
25+
426
v0.10.0 (13 November 2025)
527
--------------------------
628

0 commit comments

Comments
 (0)