Skip to content

Commit

Permalink
Bump versions for 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrudg committed Mar 23, 2022
1 parent 40fec9c commit f6fe06e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go-version:
type: string
default: '1.17.7'
default: '1.17.8'

executors:
node:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SingularityCE Changelog

## Changes Since Last Release
## v3.9.7 \[2022-03-23\]

### Bug Fixes
### Bug fixes

- Support nvidia-container-cli v1.8.0 and above, via fix to capability set.
- Avoid cleanup panic when invalid file specified for --apply-cgroups.
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ cd singularity
By default your clone will be on the `master` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 3.9.6 release checkout the `v3.9.6` tag:
compiling. E.g. to build the 3.9.7 release checkout the `v3.9.7` tag:

```sh
git checkout v3.9.6
git checkout v3.9.7
```

## Compiling SingularityCE
Expand Down Expand Up @@ -161,7 +161,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

```sh
export VERSION=3.9.6 # this is the singularity version, change as you need
export VERSION=3.9.7 # this is the singularity version, change as you need

# Fetch the source
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz
Expand Down

0 comments on commit f6fe06e

Please sign in to comment.