Skip to content

Commit 816ca3b

Browse files
committed
Changelog updates for r3.8.3
1 parent 8ccb943 commit 816ca3b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Singularity Changelog
22

3+
## v3.8.3 - [2021-09-07]
4+
5+
### Bug fixes
6+
7+
- Fix the display of false warning and avoid repeated bind mounts.
8+
39
## v3.8.2 - [2021-08-31]
410

511
### Bug fixes

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/hpcng && \
8787
To build a stable version of Singularity, check out a [release tag](https://github.com/hpcng/singularity/tags) before compiling:
8888

8989
```
90-
$ git checkout v3.8.2
90+
$ git checkout v3.8.3
9191
```
9292

9393
## Compiling Singularity
@@ -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.2 # this is the singularity version, change as you need
133+
$ export VERSION=3.8.3 # this is the singularity version, change as you need
134134
135135
$ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
136136
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -146,7 +146,7 @@ tarball and use it to install Singularity:
146146
$ cd $GOPATH/src/github.com/hpcng/singularity && \
147147
./mconfig && \
148148
make -C builddir rpm && \
149-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.2*.x86_64.rpm # or whatever version you built
149+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.3*.x86_64.rpm # or whatever version you built
150150
```
151151

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

0 commit comments

Comments
 (0)