Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare 4.2.2 release #3447

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.0'
default: '1.23.4'

executors:
node:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingularityCE Changelog

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

### Bug Fixes

Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
`/usr/local/go` before reinstalling it._

```sh
export VERSION=1.22.7 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.23.4 OS=linux ARCH=amd64 # change this as you need

wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz
Expand Down Expand Up @@ -201,11 +201,11 @@ cd singularity
By default your clone will be on the `main` 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 4.2.1 release, checkout the
`v4.2.1` tag:
compiling. E.g. to build the 4.2.2 release, checkout the
`v4.2.2` tag:

```sh
git checkout --recurse-submodules v4.2.1
git checkout --recurse-submodules v4.2.2
```

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

```sh
export VERSION=4.2.1 # this is the singularity version, change as you need
export VERSION=4.2.2 # 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
2 changes: 1 addition & 1 deletion mconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hstld=
hstranlib=
hstobjcopy=
hstgo=
hstgo_version="1.21"
hstgo_version="1.22"
hstgo_opts="go"

tgtcc=
Expand Down