diff --git a/.circleci/config.yml b/.circleci/config.yml index e3b5c9ff83..a749cd1ef3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: go-version: type: string - default: '1.22.4' + default: '1.22.6' executors: node: diff --git a/CHANGELOG.md b/CHANGELOG.md index 57306a1bb5..13031dfbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SingularityCE Changelog -## Changes Since Last Release +## 4.1.5 \[2024-08-14\] ### Bug Fixes diff --git a/INSTALL.md b/INSTALL.md index 131799c168..9ff0cf1065 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -295,7 +295,7 @@ build and install the RPM like this: ```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