Skip to content

Commit 8034f65

Browse files
authored
Merge pull request #5868 from dtrudg/37changelog
3.7.2 Changelog entries
2 parents 8f96084 + 84e871e commit 8034f65

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ _With the release of `v3.0.0`, we're introducing a new changelog format in an at
99

1010
_The old changelog can be found in the `release-2.6` branch_
1111

12+
# v3.7.2 - [2021-03-09]
13+
14+
## Bug Fixes
15+
16+
- Fix progress bar display when source image size is unknown.
17+
- Fix a memory usage / leak issue when building from an existing
18+
image file.
19+
- Fix to allow use of ``--library`` flag to point push/pull at
20+
default cloud library when another remote is in use.
21+
- Address false positive loop test errors, and an e2e test registry
22+
setup issue.
23+
24+
1225
# v3.7.1 - [2021-01-12]
1326

1427
## Bug Fixes

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove `/u
4141
reinstalling it._
4242

4343
```
44-
$ export VERSION=1.15.6 OS=linux ARCH=amd64 # change this as you need
44+
$ export VERSION=1.15.8 OS=linux ARCH=amd64 # change this as you need
4545
4646
$ wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz && \
4747
sudo tar -C /usr/local -xzf /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz
@@ -133,7 +133,7 @@ as shown above. Then download the latest
133133
and use it to install the RPM like this:
134134

135135
```
136-
$ export VERSION=3.7.1 # this is the singularity version, change as you need
136+
$ export VERSION=3.7.2 # this is the singularity version, change as you need
137137
138138
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
139139
rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -149,7 +149,7 @@ tarball and use it to install Singularity:
149149
$ cd $GOPATH/src/github.com/sylabs/singularity && \
150150
./mconfig && \
151151
make -C builddir rpm && \
152-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.7.1*.x86_64.rpm # or whatever version you built
152+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.7.2*.x86_64.rpm # or whatever version you built
153153
```
154154

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

0 commit comments

Comments
 (0)