Skip to content

Commit a146f48

Browse files
authored
Merge pull request #2519 from dtrudg/prep-rc
Prepare 4.1.0-rc.1 release candidate
2 parents 72d4ab0 + cbc6974 commit a146f48

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
target-branch: main
13+
- package-ecosystem: "gomod" # See documentation for possible values
14+
directory: "/" # Location of package manifests
15+
schedule:
16+
interval: "daily"
17+
target-branch: release-4.1
1318
- package-ecosystem: "gomod" # See documentation for possible values
1419
directory: "/" # Location of package manifests
1520
schedule:

CHANGELOG.md

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

3-
## Changes Since Last Release
3+
## 4.0.1-rc.1 Release Candidate \[2024-01-12\]
44

55
### Changed defaults / behaviours
66

INSTALL.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sudo apt-get install -y \
2222
cryptsetup \
2323
fuse2fs \
2424
git \
25+
fuse \
2526
libfuse-dev \
2627
libglib2.0-dev \
2728
libseccomp-dev \
@@ -47,6 +48,7 @@ sudo yum install -y \
4748
crun \
4849
cryptsetup \
4950
fuse \
51+
fuse3 \
5052
fuse3-devel \
5153
git \
5254
glib2-devel \
@@ -68,6 +70,7 @@ sudo yum install -y \
6870
automake \
6971
cryptsetup \
7072
fuse \
73+
fuse3 \
7174
fuse3-devel \
7275
git \
7376
glib2-devel \
@@ -87,6 +90,7 @@ sudo zypper in \
8790
automake \
8891
cryptsetup \
8992
fuse2fs \
93+
fuse3 \
9094
fuse3-devel \
9195
gcc \
9296
gcc-c++ \
@@ -228,11 +232,11 @@ cd singularity
228232
By default your clone will be on the `main` branch which is where development
229233
of SingularityCE happens. To build a specific version of SingularityCE, check
230234
out a [release tag](https://github.com/sylabs/singularity/tags) before
231-
compiling. E.g. to build the 4.0.3 release, checkout the
232-
`v4.0.3` tag:
235+
compiling. E.g. to build the 4.1.0-rc.1 release candidate, checkout the
236+
`v4.1.0-rc.1` tag:
233237

234238
```sh
235-
git checkout --recurse-submodules v4.0.3
239+
git checkout --recurse-submodules v4.1.0-rc.1
236240
```
237241

238242
## Compiling SingularityCE
@@ -283,7 +287,7 @@ build and install the RPM like this:
283287
<!-- markdownlint-disable MD013 -->
284288

285289
```sh
286-
export VERSION=4.0.3 # this is the singularity version, change as you need
290+
export VERSION=4.1.0-rc.1 # this is the singularity version, change as you need
287291

288292
# Fetch the source
289293
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)