Skip to content

Commit 8fbfc77

Browse files
author
preminger
authored
Merge pull request #2194 from preminger/update-markdown-docs-ahead-of-3.11.5
update markdown docs ahead of 3.11.5 release (release-3.11)
2 parents 59b431e + f742e48 commit 8fbfc77

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# SingularityCE Changelog
22

3-
## Changes Since Last Release
3+
## 3.11.5 \[2023-09-15\]
4+
5+
### Changed defaults / behaviours
6+
7+
- If commands that expect an image file are given an OCI-SIF image, an error
8+
will be generated advising the user that this format is only supported in
9+
versions 4.0 and up.
410

511
### Bug Fixes
612

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
7171
`/usr/local/go` before reinstalling it._
7272

7373
```sh
74-
export VERSION=1.20.5 OS=linux ARCH=amd64 # change this as you need
74+
export VERSION=1.21.1 OS=linux ARCH=amd64 # change this as you need
7575

7676
wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
7777
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz
@@ -129,11 +129,11 @@ cd singularity
129129
By default your clone will be on the `main` branch which is where development
130130
of SingularityCE happens. To build a specific version of SingularityCE, check
131131
out a [release tag](https://github.com/sylabs/singularity/tags) before
132-
compiling. E.g. to build the 3.11.4 release, checkout the
133-
`v3.11.4` tag:
132+
compiling. E.g. to build the 3.11.5 release, checkout the
133+
`v3.11.5` tag:
134134

135135
```sh
136-
git checkout --recurse-submodules v3.11.4
136+
git checkout --recurse-submodules v3.11.5
137137
```
138138

139139
## Compiling SingularityCE
@@ -184,7 +184,7 @@ build and install the RPM like this:
184184
<!-- markdownlint-disable MD013 -->
185185

186186
```sh
187-
export VERSION=3.11.4 # this is the singularity version, change as you need
187+
export VERSION=3.11.5 # this is the singularity version, change as you need
188188

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

0 commit comments

Comments
 (0)