Skip to content

Commit

Permalink
Merge pull request #3211 from dtrudg/prep-4.1.5
Browse files Browse the repository at this point in the history
chore: prepare 4.1.5 patch release
  • Loading branch information
dtrudg authored Aug 14, 2024
2 parents 5278300 + dd51465 commit bd9dab5
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.22.4'
default: '1.22.6'

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.1.5 \[2024-08-14\]

### Bug Fixes

Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
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.1.4 release, checkout the
`v4.1.4` tag:
compiling. E.g. to build the 4.1.5 release, checkout the
`v4.1.5` tag:

```sh
git checkout --recurse-submodules v4.1.4
git checkout --recurse-submodules v4.1.5
```

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

```sh
export VERSION=4.1.4 # this is the singularity version, change as you need
export VERSION=4.1.5 # 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 bd9dab5

Please sign in to comment.