You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ For more detailed information, please see the git log.
4
4
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
5
5
6
6
7
+
v4.7.2 (27 May 2023)
8
+
--------------------
9
+
10
+
update/bugfix release
11
+
12
+
- various enhancements, including:
13
+
- extend (experimental) support for generating container images with Apptainer (#3975)
14
+
- add default download timeout (#4226)
15
+
- make the RPATH section check with `readelf -d` in sanity check optional (#4249)
16
+
- various bug fixes, including:
17
+
- add `make_extension_string` and `_make_extension_list` methods to `EasyBlock` class, so easyblocks can customize them (#3697)
18
+
- fix typo in condition guarding installation of GitHub token in CI workflow to run unit tests + fix broken tests related to GitHub integration features (#4216)
19
+
- fix --check-github as gist url now includes username (#4231)
20
+
- switch to Ubuntu 22.04 in GitHub Actions workflow to run container tests (#4238)
21
+
- use "/usr/bin/env python" in test_run_cmd_script (#4241)
22
+
- other changes:
23
+
- print potential errors after running a command only once (#4065)
24
+
- change github_* template descriptions to be somewhat clearer (#4251)
25
+
- remove workflow to test bootstrap script (#4255)
0 commit comments