11# SingularityCE Changelog
22
3- ## 4.0.0-rc.2 (Release Candidate 2) \[ 2023-09-05\]
4-
5- ### OCI-mode
6-
7- - If system does not meet the requirements for using OCI-SIF, OCI mode will fall
8- back to a filesystem-based strategy: the OCI container will be unpacked into a
9- temporary sandbox dir and run from there.
10-
11- ### New Features & Functionality
12-
13- - Execution flows that unpack an image into a temporary sandbox dir can now be
14- disabled, by setting "tmp sandbox = no" in ` singularity.conf ` or by passing
15- ` --no-tmp-sandbox ` to the relevant ` run / shell / exec ` command.
16-
17- ### Bug Fixes
18-
19- - Improved help text for ` compile ` and ` install ` subcommands of ` plugin `
20- command. Thanks to tonghuaroot
21- ([ https://github.com/tonghuaroot ] ( https://github.com/tonghuaroot ) ) for the
22- suggested improvements.
23- - Fix compilation with the ` mconfig ` ` -b ` option (custom builddir).
24-
25- ## 4.0.0-rc.1 (Release Candidate 1) \[ 2023-08-17\]
3+ ## 4.0.0 \[ 2023-09-19\]
264
275### OCI-mode
286
@@ -188,6 +166,9 @@ requirements of OCI-mode and usage information.
188166 sources the optional variant is ignored.
189167- The ` --arch ` flag can now be used to specify a required architecture when pulling
190168 images from OCI, as well as library sources.
169+ - Execution flows that unpack an image into a temporary sandbox dir can now be
170+ disabled, by setting "tmp sandbox = no" in ` singularity.conf ` or by passing
171+ ` --no-tmp-sandbox ` to the relevant ` run / shell / exec ` command.
191172
192173### Developer / API
193174
@@ -213,9 +194,25 @@ requirements of OCI-mode and usage information.
213194 information when using user namespace.
214195- Caching of OCI images is now architecture aware. This fixes behaviour where a
215196 user's home directory is shared between systems of different architectures.
197+ - Fix compilation with the ` mconfig ` ` -b ` option (custom builddir).
216198
217199-----
218200
201+ ## 3.11.5 \[ 2023-09-15\]
202+
203+ ### Changed defaults / behaviours
204+
205+ - If commands that expect an image file are given an OCI-SIF image, an error
206+ will be generated advising the user that this format is only supported in
207+ versions 4.0 and up.
208+
209+ ### Bug Fixes
210+
211+ - Improved help text for ` compile ` and ` install ` subcommands of ` plugin `
212+ command. Thanks to tonghuaroot
213+ ([ https://github.com/tonghuaroot ] ( https://github.com/tonghuaroot ) ) for the
214+ suggested improvements.
215+
219216## 3.11.4 \[ 2023-06-22\]
220217
221218### Changed defaults / behaviours
0 commit comments