Skip to content

Commit 34add51

Browse files
authored
Merge pull request #169 from dtrudg/381-release
3.8.1 CHANGELOG.md & INSTALL.md updates
2 parents 9eefa4b + d613d88 commit 34add51

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
## Changes since last release
3+
## v3.8.1 [2021-07-20]
44

55
### Bug Fixes
66

77
- Allow escaped `\$` in a SINGULARITYENV_ var to set a literal `$` in
88
a container env var.
99
- Handle absolute symlinks correctly in multi-stage build `%copy from`
1010
blocks.
11+
- Fix incorrect reference in sandbox restrictive permissions warning.
1112

1213
## v3.8.0 [2021-05-26]
1314

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8282
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:
8383

8484
```
85-
$ git checkout v3.8.0
85+
$ git checkout v3.8.1
8686
```
8787

8888
## Compiling SingularityCE
@@ -125,7 +125,7 @@ as shown above. Then download the latest
125125
and use it to install the RPM like this:
126126

127127
```
128-
$ export VERSION=3.8.0 # this is the singularity version, change as you need
128+
$ export VERSION=3.8.1 # this is the singularity version, change as you need
129129
130130
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
131131
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
@@ -141,7 +141,7 @@ tarball and use it to install Singularity:
141141
$ cd $GOPATH/src/github.com/sylabs/singularity && \
142142
./mconfig && \
143143
make -C builddir rpm && \
144-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.0*.x86_64.rpm # or whatever version you built
144+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.1*.x86_64.rpm # or whatever version you built
145145
```
146146

147147
To build an rpm with an alternative install prefix set RPMPREFIX on the

0 commit comments

Comments
 (0)