Skip to content

Commit 1a98ffa

Browse files
authored
Merge pull request #47 from dtrudg/rc2md
Update CHANGELOG/INSTALL.md for 3.8.0-rc.2
2 parents 6eb50bc + 5fa202b commit 1a98ffa

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
## v3.8.0-rc.1 [2021-05-11]
3+
## v3.8.0-rc.2 [2021-05-18]
44

5-
This is the first release candidate for SingularityCE 3.8.0, the Community
5+
This is the second release candidate for SingularityCE 3.8.0, the Community
66
Edition of the Singularity container runtime hosted at
77
https://github.com/sylabs/singularity.
88

@@ -51,6 +51,7 @@ of `make test` for ease of use:
5151
- `make testall` runs the full unit/integration/e2e test suite that
5252
requires docker credentials to be set with `E2E_DOCKER_USERNAME`
5353
and `E2E_DOCKER_PASSWORD` environment variables.
54+
- Fix privilege handling issue with tests on Go >=1.16.
5455

5556
----
5657

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Installing SingularityCE
22

33
**NOTE:** *This installation guide has been updated for the release candidate of
4-
SingularityCE 3.8.0. The `3.8.0-rc1` version that will be installed is a
4+
SingularityCE 3.8.0. The `3.8.0-rc2` version that will be installed is a
55
pre-release of SingularityCE. To install the latest stable version,
66
substitute the version `3.7.3` in the instructions below. See the `release-3.7` branch for the current stable codebase.*
77

@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8787
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:
8888

8989
```
90-
$ git checkout v3.8.0-rc.1
90+
$ git checkout v3.8.0-rc.2
9191
```
9292

9393
## Compiling SingularityCE
@@ -130,7 +130,7 @@ as shown above. Then download the latest
130130
and use it to install the RPM like this:
131131

132132
```
133-
$ export VERSION=3.8.0-rc.1 # this is the singularity version, change as you need
133+
$ export VERSION=3.8.0-rc.2 # this is the singularity version, change as you need
134134
135135
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
136136
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \

0 commit comments

Comments
 (0)