File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66parameters :
77 go-version :
88 type : string
9- default : ' 1.22.4 '
9+ default : ' 1.22.6 '
1010
1111executors :
1212 node :
Original file line number Diff line number Diff line change 11# SingularityCE Changelog
22
3- ## Changes Since Last Release
3+ ## 4.1.5 \[ 2024-08-14 \]
44
55### Bug Fixes
66
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ cd singularity
201201By default your clone will be on the ` main ` branch which is where development
202202of SingularityCE happens. To build a specific version of SingularityCE, check
203203out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
204- compiling. E.g. to build the 4.1.4 release, checkout the
205- ` v4.1.4 ` tag:
204+ compiling. E.g. to build the 4.1.5 release, checkout the
205+ ` v4.1.5 ` tag:
206206
207207``` sh
208- git checkout --recurse-submodules v4.1.4
208+ git checkout --recurse-submodules v4.1.5
209209```
210210
211211## Compiling SingularityCE
@@ -295,7 +295,7 @@ build and install the RPM like this:
295295<!-- markdownlint-disable MD013 -->
296296
297297``` sh
298- export VERSION=4.1.4 # this is the singularity version, change as you need
298+ export VERSION=4.1.5 # this is the singularity version, change as you need
299299
300300# Fetch the source
301301wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments