Skip to content

Commit

Permalink
Merge pull request #6280 from kmuriki/rel3.8.4
Browse files Browse the repository at this point in the history
Changelog and Install file updates for release 3.8.4
  • Loading branch information
DrDaveD committed Nov 9, 2021
2 parents 16a75e6 + fdc7933 commit 08f85b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Singularity Changelog

## v3.8.4 - [2021-11-09]

### Bug fixes

- Fix the oras contexts to avoid hangs upon failed pushed to Harbor registry.

### Enhancements

- Added seccomp, cryptsetup, devscripts & correct go version test to debain packaging.

## v3.8.3 - [2021-09-07]

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Expand Up @@ -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.3
$ git checkout v3.8.4
```

## Compiling Singularity
Expand Down Expand Up @@ -130,7 +130,7 @@ as shown above. Then download the latest
and use it to install the RPM like this:

```
$ export VERSION=3.8.3 # this is the singularity version, change as you need
$ export VERSION=3.8.4 # 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 && \
Expand All @@ -146,7 +146,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.3*.x86_64.rpm # or whatever version you built
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.4*.x86_64.rpm # or whatever version you built
```

To build an rpm with an alternative install prefix set RPMPREFIX on the
Expand Down
2 changes: 1 addition & 1 deletion e2e/env/regressions.go
Expand Up @@ -143,7 +143,7 @@ From: continuumio/miniconda3:latest
%post
. /opt/conda/etc/profile.d/conda.sh
conda create -n env python=3
conda create -n env
%environment
Expand Down

0 comments on commit 08f85b3

Please sign in to comment.