Skip to content

Commit 2b051fb

Browse files
authored
Merge pull request #1282 from dtrudg/311rc2
docs: Update for 3.11-rc.2
2 parents e28ee33 + 3162611 commit 2b051fb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# SingularityCE Changelog
22

3-
## Changes Since Last Release
3+
## 3.11.0 Release Candidate 2 \[2023-02-02\]
44

55
### Bug Fixes
66

77
- Avoid UID / GID readonly var warnings with `--env-file`.
8+
- Ensure proot flow does not override `--remote` build.
89

910
## 3.11.0 Release Candidate 1 \[2023-01-11\]
1011

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ cd singularity
146146
By default your clone will be on the `main` branch which is where development
147147
of SingularityCE happens. To build a specific version of SingularityCE, check
148148
out a [release tag](https://github.com/sylabs/singularity/tags) before
149-
compiling. E.g. to build the 3.11.0-rc.1 release candidate, checkout the
150-
`v3.11.0-rc.1` tag:
149+
compiling. E.g. to build the 3.11.0-rc.2 release candidate, checkout the
150+
`v3.11.0-rc.2` tag:
151151

152152
```sh
153-
git checkout --recurse-submodules v3.11.0-rc.1
153+
git checkout --recurse-submodules v3.11.0-rc.2
154154
```
155155

156156
## Compiling SingularityCE
@@ -201,7 +201,7 @@ build and install the RPM like this:
201201
<!-- markdownlint-disable MD013 -->
202202

203203
```sh
204-
export VERSION=3.11.0-rc.1 # this is the singularity version, change as you need
204+
export VERSION=3.11.0-rc.2 # this is the singularity version, change as you need
205205

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

0 commit comments

Comments
 (0)