From b64369a777303851f69e25826c15ad80e4f940a5 Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Thu, 16 Nov 2023 11:50:03 +0000 Subject: [PATCH] chore: prepare release 4.0.2 --- .circleci/config.yml | 2 +- CHANGELOG.md | 2 +- INSTALL.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d1d75c6572..983310fb2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: go-version: type: string - default: '1.21.3' + default: '1.21.4' executors: node: diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd7812980..3fd8605250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SingularityCE Changelog -## Changes Since Last Release +## 4.0.2 \[2023-11-16\] ### Changed defaults / behaviours diff --git a/INSTALL.md b/INSTALL.md index 428c11caff..6e1c598048 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -163,7 +163,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.21.3 OS=linux ARCH=amd64 # change this as you need +export VERSION=1.21.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 @@ -221,11 +221,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.0.1 release, checkout the -`v4.0.1` tag: +compiling. E.g. to build the 4.0.2 release, checkout the +`v4.0.2` tag: ```sh -git checkout --recurse-submodules v4.0.1 +git checkout --recurse-submodules v4.0.2 ``` ## Compiling SingularityCE @@ -276,7 +276,7 @@ build and install the RPM like this: ```sh -export VERSION=4.0.1 # this is the singularity version, change as you need +export VERSION=4.0.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