Skip to content

Commit bfc5969

Browse files
authored
Merge pull request #4591 from dctrud/3.4.2-changelog
3.4.2 changelog
2 parents b7a9d3e + 0b55792 commit bfc5969

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ _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-
# Changes Since v3.4.1
12+
# Changes Since v3.4.2
13+
14+
# v3.4.2 - [2019.10.08]
15+
16+
- This point release addresses the following issues:
17+
- Sets workable permissions on OCI -> sandbox rootless builds
18+
- Fallback correctly to user namespace for non setuid installation
19+
- Correctly handle the starter-suid binary for non-root installs
20+
- Creates CACHEDIR if it doesn't exist
21+
- Set apex loglevel for umoci to match singularity loglevel
1322

1423
# v3.4.1 - [2019.09.17]
1524

INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is one of several ways to [install and configure golang](https://golang.org
3636
First, download the Golang archive to `/tmp/`, then extract the archive to `/usr/local`.
3737

3838
```
39-
$ export VERSION=1.12.9 OS=linux ARCH=amd64 # change this as you need
39+
$ export VERSION=1.12.10 OS=linux ARCH=amd64 # change this as you need
4040
4141
$ wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz && \
4242
sudo tar -C /usr/local -xzf /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz
@@ -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.4.1
88+
$ git checkout v3.4.2
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.4.1 # this is the singularity version, change as you need
131+
$ export VERSION=3.4.2 # 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)