11# SingularityCE Changelog
22
3- ## 3.10.0-rc.2 \[ 2022-05-04\]
4-
5- This is the second release candidate for the upcoming SingularityCE 3.10 release.
6-
7- ### New features / functionalities
8-
9- - Add support for ` %files ` section in remote builds, when a compatible remote is
10- used.
11-
12- ### Bug Fixes
13-
14- - Correctly launch CleanupHost process only when needed in ` --sif-fuse ` flow.
15- - Add specific error for unreadable image / overlay file.
16- - Ensure cgroups device limits are default allow per past behavior.
17- - Improve error message when remote build server does not support the ` %files ` section.
18-
19- ## 3.10.0-rc.1 \[ 2022-05-04\]
20-
21- This is the first release candidate for the upcoming SingularityCE 3.10 release.
3+ ## 3.10.0 \[ 2022-05-17\]
224
235### Changed defaults / behaviours
246
7+ - ` master ` branch of GitHub repository has been renamed to ` main ` .
258- ` oci mount ` sets ` Process.Terminal: true ` when creating an OCI ` config.json ` ,
269 so that ` oci run ` provides expected interactive behavior by default.
2710- Default hostname for ` oci mount ` containers is now ` singularity ` instead of
@@ -75,6 +58,8 @@ This is the first release candidate for the upcoming SingularityCE 3.10 release.
7558 line arguments for containers run or built directly from an OCI/Docker
7659 source. * Applies to newly built containers only, use ` singularity inspect `
7760 to check version that container was built with* .
61+ - Add support for ` %files ` section in remote builds, when a compatible remote is
62+ used.
7863
7964### Bug Fixes
8065
@@ -83,6 +68,10 @@ This is the first release candidate for the upcoming SingularityCE 3.10 release.
8368 with multiple names.
8469- Pass through a literal ` \n ` in host environment variables to container.
8570- Address 401 error pulling from private library:// projects.
71+ - Correctly launch CleanupHost process only when needed in ` --sif-fuse ` flow.
72+ - Add specific error for unreadable image / overlay file.
73+ - Ensure cgroups device limits are default allow per past behavior.
74+ - Improve error message when remote build server does not support the ` %files ` section.
8675
8776## v3.9.9 \[ 2022-04-22\]
8877
0 commit comments