File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This file contains a description of the major changes to the EESSI
22build-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+
426v0.10.0 (13 November 2025)
527--------------------------
628
You can’t perform that action at this time.
0 commit comments