From 0c0f0df3c9af4ea88bd25e56d1dade2fe78ddcfe Mon Sep 17 00:00:00 2001 From: Krishna Muriki Date: Sat, 20 Nov 2021 13:54:43 -0800 Subject: [PATCH] Changelog and install file updates for release 3.8.5 --- CHANGELOG.md | 2 +- INSTALL.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390b84238f..ac23ccd921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Singularity Changelog -## Changes since last release +## v3.8.5 - [2021-11-29] ### Security Related Fixes diff --git a/INSTALL.md b/INSTALL.md index ffcfac527a..c2b00e007c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/hpcng && \ To build a stable version of Singularity, check out a [release tag](https://github.com/hpcng/singularity/tags) before compiling: ``` -$ git checkout v3.8.4 +$ git checkout v3.8.5 ``` ## Compiling Singularity @@ -134,7 +134,7 @@ required. To build from a release source tarball do these commands: ``` -$ export VERSION=3.8.4 # this is the singularity version, change as you need +$ export VERSION=3.8.5 # this is the singularity version, change as you need $ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \ rpmbuild -tb singularity-${VERSION}.tar.gz && \ @@ -151,7 +151,7 @@ Then use the `rpm` make target to build Singularity as an rpm package: ``` $ ./mconfig --only-rpm $ make -C builddir rpm -$ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.4*.x86_64.rpm # or whatever version you built +$ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.5*.x86_64.rpm # or whatever version you built ``` Alternatively, to build an RPM from the latest master you can @@ -162,7 +162,7 @@ tarball and use it to install Singularity: $ cd $GOPATH/src/github.com/hpcng/singularity && \ ./mconfig && \ make -C builddir rpm && \ - sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.4*.x86_64.rpm # or whatever version you built + sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.5*.x86_64.rpm # or whatever version you built ``` To build an rpm with an alternative install prefix set RPMPREFIX on the