Skip to content

Commit 1be8f58

Browse files
authored
Merge pull request #284 from trz42/release_notes_v0_6_0
release notes for v0.6.0
2 parents a0c7591 + 4e44987 commit 1be8f58

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

RELEASE_NOTES

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
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.6.0 (18 September 2024)
5+
--------------------------
6+
7+
This is a minor release of the EESSI build-and-deploy bot.
8+
9+
Improvements:
10+
* move merged PR job directories to 'trash_bin_dir' (#271)
11+
* the target directory can be defined with the 'app.cfg' setting 'trash_bin_dir'
12+
* it uses 'shutil.move' which tries to use 'mv' if source and target are on the
13+
same filesystem
14+
* add setting to give all jobs a unique name (#273)
15+
* move closed PR job directories to 'trash_bin_dir' (#275)
16+
* add filter for accelerators (#276)
17+
* add support for updating Slurm options through user-defined python module in
18+
target PR (#277)
19+
* use GitHub API for downloading the diff of a PR (#278)
20+
* add documentation about private repos (#279)
21+
* pass accelerator value to job scripts (via job.cfg) and extend PR comment if
22+
the 'accelerator' argument is used (#280, #282)
23+
24+
New 'app.cfg' settings (see README.md and app.cfg.example for details):
25+
* (optional) 'allow_update_submit_opts' in section '[buildenv]'
26+
* (required) 'job_name' in section '[buildenv]'
27+
* (required) 'moved_job_dirs_comment' in section '[clean_up]'
28+
* (required) 'trash_bin_dir' in section '[clean_up]'
29+
* (required) 'with_accelerator' in section '[submitted_job_comments]'
30+
31+
432
v0.5.0 (16 May 2024)
533
--------------------------
634

0 commit comments

Comments
 (0)