Skip to content

Commit 6177403

Browse files
authored
Merge pull request #6324 from kmuriki/rel3.8.5
Changelog and install file updates for release 3.8.5
2 parents 7d022a3 + 0c0f0df commit 6177403

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Singularity Changelog
22

3-
## Changes since last release
3+
## v3.8.5 - [2021-11-29]
44

55
### Security Related Fixes
66

INSTALL.md

+4-4
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.4
90+
$ git checkout v3.8.5
9191
```
9292

9393
## Compiling Singularity
@@ -134,7 +134,7 @@ required.
134134
To build from a release source tarball do these commands:
135135

136136
```
137-
$ export VERSION=3.8.4 # this is the singularity version, change as you need
137+
$ export VERSION=3.8.5 # this is the singularity version, change as you need
138138
139139
$ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
140140
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -151,7 +151,7 @@ Then use the `rpm` make target to build Singularity as an rpm package:
151151
```
152152
$ ./mconfig --only-rpm
153153
$ make -C builddir rpm
154-
$ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.4*.x86_64.rpm # or whatever version you built
154+
$ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.5*.x86_64.rpm # or whatever version you built
155155
```
156156
157157
Alternatively, to build an RPM from the latest master you can
@@ -162,7 +162,7 @@ tarball and use it to install Singularity:
162162
$ cd $GOPATH/src/github.com/hpcng/singularity && \
163163
./mconfig && \
164164
make -C builddir rpm && \
165-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.4*.x86_64.rpm # or whatever version you built
165+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.5*.x86_64.rpm # or whatever version you built
166166
```
167167
168168
To build an rpm with an alternative install prefix set RPMPREFIX on the

0 commit comments

Comments
 (0)