diff --git a/CHANGELOG.md b/CHANGELOG.md index bae5d3db81..6e2106634f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ _The old changelog can be found in the `release-2.6` branch_ # Changes Since v3.4.0 -# v3.4.0 - [2019.08.23] +# v3.4.0 - [2019.08.30] ## New features / functionalities @@ -19,7 +19,7 @@ _The old changelog can be found in the `release-2.6` branch_ - `--pem-path` option added to the `build` and action commands for RSA based encrypted containers - `--passphrase` option added to `build` and action commands for passphrase based encrypted containers - `SINGULARITY_ENCRYPTION_PEM_PATH` and `SINGULARITY_ENCRYPTION_PASSPHRASE` environment variables added to serve same functions as above - - `--encyrpt` option added to `build` command to build an encrypted container when environment variables contain a secret + - `--encrypt` option added to `build` command to build an encrypted container when environment variables contain a secret - New `--disable-cache` flag prevents caching of downloaded containers - Added support for multi-line variables in singularity def-files - Added support for 'indexed' def-file variables (like arrays) diff --git a/INSTALL.md b/INSTALL.md index 93f1aa8466..a4adde790b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -85,7 +85,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \ To build a stable version of Singularity, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling: ``` -$ git checkout v3.3.0 +$ git checkout v3.4.0 ``` ## Compiling Singularity @@ -128,7 +128,7 @@ as shown above. Then download the latest and use it to install the RPM like this: ``` -$ export VERSION=3.3.0 # this is the singularity version, change as you need +$ export VERSION=3.4.0 # this is the singularity version, change as you need $ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \ rpmbuild -tb singularity-${VERSION}.tar.gz && \