File tree Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Expand file tree Collapse file tree 3 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,31 @@ updates:
63
63
- " minor"
64
64
- " patch"
65
65
66
+ - package-ecosystem : " gomod" # See documentation for possible values
67
+ directory : " /" # Location of package manifests
68
+ schedule :
69
+ interval : " weekly"
70
+ day : " friday"
71
+ time : " 08:00"
72
+ target-branch : release-4.3
73
+ groups :
74
+ moby :
75
+ applies-to : " version-updates"
76
+ patterns :
77
+ - " github.com/moby/*"
78
+ - " github.com/docker/*"
79
+ containerd :
80
+ applies-to : " version-updates"
81
+ patterns :
82
+ - " github.com/containerd/*"
83
+ opencontainers :
84
+ applies-to : " version-updates"
85
+ patterns :
86
+ - " github.com/opencontainers/*"
87
+ minor :
88
+ applies-to : " version-updates"
89
+ patterns :
90
+ - " *"
91
+ update-types :
92
+ - " minor"
93
+ - " patch"
Original file line number Diff line number Diff line change 1
1
# SingularityCE Changelog
2
2
3
- ## Changes Since Last Release
3
+ ## 4.3.0-rc.1 Release Candidate \[ 2025-03-04 \]
4
4
5
5
### Behaviour Changes
6
6
Original file line number Diff line number Diff line change @@ -227,11 +227,11 @@ git submodule update --init
227
227
By default your clone will be on the ` main ` branch which is where development
228
228
of SingularityCE happens. To build a specific version of SingularityCE, check
229
229
out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
230
- compiling. E.g. to build the 4.2.2 release, checkout the
231
- ` v4.2.2 ` tag:
230
+ compiling. E.g. to build the 4.3.0-rc.1 release candidate , checkout the
231
+ ` v4.3.0-rc.1 ` tag:
232
232
233
233
``` sh
234
- git checkout --recurse-submodules v4.2.2
234
+ git checkout --recurse-submodules v4.3.0-rc.1
235
235
```
236
236
237
237
## Compiling SingularityCE
@@ -334,7 +334,7 @@ build and install the RPM like this:
334
334
<!-- markdownlint-disable MD013 -->
335
335
336
336
``` sh
337
- export VERSION=4.2.2 # this is the singularity version, change as you need
337
+ export VERSION=4.3.0-rc.1 # this is the singularity version, change as you need
338
338
339
339
# Fetch the source
340
340
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