Skip to content

Commit cf0f9a3

Browse files
authored
Merge pull request #3447 from dtrudg/prep-4.2.2
chore: prepare 4.2.2 release
2 parents 6af15b6 + d7b570d commit cf0f9a3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
go-version:
88
type: string
9-
default: '1.23.0'
9+
default: '1.23.4'
1010

1111
executors:
1212
node:

CHANGELOG.md

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

3-
## Changes Since Last Release
3+
## 4.2.2 \[2024-12-20\]
44

55
### Bug Fixes
66

INSTALL.md

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

145145
```sh
146-
export VERSION=1.22.7 OS=linux ARCH=amd64 # change this as you need
146+
export VERSION=1.23.4 OS=linux ARCH=amd64 # change this as you need
147147

148148
wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
149149
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz
@@ -201,11 +201,11 @@ cd singularity
201201
By default your clone will be on the `main` branch which is where development
202202
of SingularityCE happens. To build a specific version of SingularityCE, check
203203
out a [release tag](https://github.com/sylabs/singularity/tags) before
204-
compiling. E.g. to build the 4.2.1 release, checkout the
205-
`v4.2.1` tag:
204+
compiling. E.g. to build the 4.2.2 release, checkout the
205+
`v4.2.2` tag:
206206

207207
```sh
208-
git checkout --recurse-submodules v4.2.1
208+
git checkout --recurse-submodules v4.2.2
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.2.1 # this is the singularity version, change as you need
298+
export VERSION=4.2.2 # this is the singularity version, change as you need
299299

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

mconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hstld=
2222
hstranlib=
2323
hstobjcopy=
2424
hstgo=
25-
hstgo_version="1.21"
25+
hstgo_version="1.22"
2626
hstgo_opts="go"
2727

2828
tgtcc=

0 commit comments

Comments
 (0)