Skip to content

Commit aad1afe

Browse files
authored
Merge pull request #3195 from dtrudg/prep-4.2-rc.1
chore: 4.2.0-rc.1 docs / CI changes
2 parents 582df18 + 207170f commit aad1afe

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
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.22.4'
9+
default: '1.22.6'
1010

1111
executors:
1212
node:

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ updates:
1515
schedule:
1616
interval: "daily"
1717
target-branch: release-4.1
18+
- package-ecosystem: "gomod" # See documentation for possible values
19+
directory: "/" # Location of package manifests
20+
schedule:
21+
interval: "daily"
22+
target-branch: release-4.2
23+

CHANGELOG.md

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

3-
## Changes Since Last Release
3+
## 4.2.0-rc.1 \[2024-08-13\]
4+
5+
This is the first release candidate for the upcoming 4.2 series of
6+
SingularityCE. We welcome all feedback and testing. Please continue to use the
7+
latest 4.1 release for production systems.
48

59
### New Features & Functionality
610

@@ -54,6 +58,7 @@
5458
### Requirements
5559

5660
- Requires a minimum of Go 1.21.5 to build due to dependency updates.
61+
- OCI-SIF embedded writable overlay functionality requires `fuse2fs` >= 1.46.6.
5762

5863
## 4.1.4 \[2024-06-28\]
5964

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.4 release, checkout the
205-
`v4.1.4` tag:
204+
compiling. E.g. to build the 4.2.0-rc.1 release candidate, checkout the
205+
`v4.2.0-rc.1` tag:
206206

207207
```sh
208-
git checkout --recurse-submodules v4.1.4
208+
git checkout --recurse-submodules v4.2.0-rc.1
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.1.4 # this is the singularity version, change as you need
298+
export VERSION=4.2.0-rc.1 # 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

0 commit comments

Comments
 (0)