Skip to content

Commit ca3e44e

Browse files
committed
Changes for release
1 parent 798c7c1 commit ca3e44e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ _The old changelog can be found in the `release-2.6` branch_
1111

1212
# Changes Since v3.4.0
1313

14-
# v3.4.0 - [2019.08.23]
14+
# v3.4.0 - [2019.08.30]
1515

1616
## New features / functionalities
1717

1818
- New support for building and running encrypted containers with RSA keys and passphrases
1919
- `--pem-path` option added to the `build` and action commands for RSA based encrypted containers
2020
- `--passphrase` option added to `build` and action commands for passphrase based encrypted containers
2121
- `SINGULARITY_ENCRYPTION_PEM_PATH` and `SINGULARITY_ENCRYPTION_PASSPHRASE` environment variables added to serve same functions as above
22-
- `--encyrpt` option added to `build` command to build an encrypted container when environment variables contain a secret
22+
- `--encrypt` option added to `build` command to build an encrypted container when environment variables contain a secret
2323
- New `--disable-cache` flag prevents caching of downloaded containers
2424
- Added support for multi-line variables in singularity def-files
2525
- Added support for 'indexed' def-file variables (like arrays)

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8585
To build a stable version of Singularity, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:
8686

8787
```
88-
$ git checkout v3.3.0
88+
$ git checkout v3.4.0
8989
```
9090

9191
## Compiling Singularity
@@ -128,7 +128,7 @@ as shown above. Then download the latest
128128
and use it to install the RPM like this:
129129

130130
```
131-
$ export VERSION=3.3.0 # this is the singularity version, change as you need
131+
$ export VERSION=3.4.0 # this is the singularity version, change as you need
132132
133133
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
134134
rpmbuild -tb singularity-${VERSION}.tar.gz && \

0 commit comments

Comments
 (0)