Skip to content

Commit

Permalink
Merge pull request #5999 from cclerget/issue-5996
Browse files Browse the repository at this point in the history
Changelog updates
  • Loading branch information
ikaneshiro authored May 25, 2021
2 parents 521df20 + ae6331e commit 9e839ef
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ _With the release of `v3.0.0`, we're introducing a new changelog format in an at
_The old changelog can be found in the `release-2.6` branch_


# Changes Since Last Release
# v3.8.0 - [2021-05-21]

> :warning: Go module was renamed from `github.com/sylabs/singularity` to `github.com/hpcng/singularity`
## New features / functionalities

Expand All @@ -37,6 +39,7 @@ _The old changelog can be found in the `release-2.6` branch_
`shub://` and `http(s)://` URIs.
- Wait for dm device to appear when mounting an encrypted container
rootfs.
- Accommodate ppc64le pageSize in TestCgroups and disable -race.

## Testing / Development

Expand All @@ -50,24 +53,6 @@ of `make test` for ease of use:
requires docker credentials to be set with `E2E_DOCKER_USERNAME`
and `E2E_DOCKER_PASSWORD` environment variables.

# v3.8.0 - [2021-05-21]

## New features / functionalities

- Updates to the Contributors document.
- Implement a copy-through ProgressCallback for silent loglevels.
- New overlay command to ease the creation of ext3 writable overlay.
- Accommodate ppc64le pageSize in TestCgroups and disable -race.
- Allow unprivileged users/groups to control CNI configuration using --net & --networks options.
- Allow use of --nv, --rocm, --bind flags with the build command.

## Bug Fixes

- Properly wait for cryptsetup /dev/mapper device to appear.
- Work around harbor failure to accept SifConfigMediaType.
- Avoid setfsuid return warning on some gcc versions.
- Avoid spurious errors when network not requested.


# v3.7.3 - [2021-04-06]

Expand Down

0 comments on commit 9e839ef

Please sign in to comment.