Skip to content

Commit

Permalink
Merge pull request #4356 from GodloveD/redate-changlog
Browse files Browse the repository at this point in the history
Redate changelog
  • Loading branch information
GodloveD authored Aug 31, 2019
2 parents 798c7c1 + ca3e44e commit b94a931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ _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

- New support for building and running encrypted containers with RSA keys and passphrases
- `--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)
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 && \
Expand Down

0 comments on commit b94a931

Please sign in to comment.