Skip to content

Commit 08f85b3

Browse files
authored
Merge pull request #6280 from kmuriki/rel3.8.4
Changelog and Install file updates for release 3.8.4
2 parents 16a75e6 + fdc7933 commit 08f85b3

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Singularity Changelog
22

3+
## v3.8.4 - [2021-11-09]
4+
5+
### Bug fixes
6+
7+
- Fix the oras contexts to avoid hangs upon failed pushed to Harbor registry.
8+
9+
### Enhancements
10+
11+
- Added seccomp, cryptsetup, devscripts & correct go version test to debain packaging.
12+
313
## v3.8.3 - [2021-09-07]
414

515
### Bug fixes

INSTALL.md

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

8989
```
90-
$ git checkout v3.8.3
90+
$ git checkout v3.8.4
9191
```
9292

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

132132
```
133-
$ export VERSION=3.8.3 # this is the singularity version, change as you need
133+
$ export VERSION=3.8.4 # this is the singularity version, change as you need
134134
135135
$ wget https://github.com/hpcng/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
136136
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -146,7 +146,7 @@ tarball and use it to install Singularity:
146146
$ cd $GOPATH/src/github.com/hpcng/singularity && \
147147
./mconfig && \
148148
make -C builddir rpm && \
149-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.3*.x86_64.rpm # or whatever version you built
149+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.4*.x86_64.rpm # or whatever version you built
150150
```
151151

152152
To build an rpm with an alternative install prefix set RPMPREFIX on the

e2e/env/regressions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ From: continuumio/miniconda3:latest
143143
%post
144144
145145
. /opt/conda/etc/profile.d/conda.sh
146-
conda create -n env python=3
146+
conda create -n env
147147
148148
%environment
149149

0 commit comments

Comments
 (0)