Skip to content

Commit 6a9f02c

Browse files
committed
docs: markdown changes for 3.10.0 release
1 parent 75743ff commit 6a9f02c

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

CHANGELOG.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
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

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ cd singularity
114114
By default your clone will be on the `master` branch which is where development
115115
of SingularityCE happens. To build a specific version of SingularityCE, check
116116
out a [release tag](https://github.com/sylabs/singularity/tags) before
117-
compiling. E.g. to build the 3.10.0-rc.2 release candidate checkout the
118-
`v3.10.0-rc.2` tag:
117+
compiling. E.g. to build the 3.10.0 release candidate checkout the
118+
`v3.10.0` tag:
119119

120120
```sh
121-
git checkout --recurse-submodules v3.10.0-rc.2
121+
git checkout --recurse-submodules v3.10.0
122122
```
123123

124124
## Compiling SingularityCE
@@ -169,7 +169,7 @@ build and install the RPM like this:
169169
<!-- markdownlint-disable MD013 -->
170170

171171
```sh
172-
export VERSION=3.10.0-rc.2 # this is the singularity version, change as you need
172+
export VERSION=3.10.0 # this is the singularity version, change as you need
173173

174174
# Fetch the source
175175
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)