File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 6
6
parameters :
7
7
go-version :
8
8
type : string
9
- default : ' 1.22.4 '
9
+ default : ' 1.22.6 '
10
10
11
11
executors :
12
12
node :
Original file line number Diff line number Diff line change @@ -15,3 +15,9 @@ updates:
15
15
schedule :
16
16
interval : " daily"
17
17
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
+
Original file line number Diff line number Diff line change 1
1
# SingularityCE Changelog
2
2
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.
4
8
5
9
### New Features & Functionality
6
10
54
58
### Requirements
55
59
56
60
- 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.
57
62
58
63
## 4.1.4 \[ 2024-06-28\]
59
64
Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ cd singularity
201
201
By default your clone will be on the ` main ` branch which is where development
202
202
of SingularityCE happens. To build a specific version of SingularityCE, check
203
203
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:
206
206
207
207
``` sh
208
- git checkout --recurse-submodules v4.1.4
208
+ git checkout --recurse-submodules v4.2.0-rc.1
209
209
```
210
210
211
211
## Compiling SingularityCE
@@ -295,7 +295,7 @@ build and install the RPM like this:
295
295
<!-- markdownlint-disable MD013 -->
296
296
297
297
``` 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
299
299
300
300
# Fetch the source
301
301
wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments