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:
6363 - " minor"
6464 - " patch"
6565
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 11# SingularityCE Changelog
22
3- ## Changes Since Last Release
3+ ## 4.3.0-rc.1 Release Candidate \[ 2025-03-04 \]
44
55### Behaviour Changes
66
Original file line number Diff line number Diff line change @@ -227,11 +227,11 @@ git submodule update --init
227227By default your clone will be on the ` main ` branch which is where development
228228of SingularityCE happens. To build a specific version of SingularityCE, check
229229out 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:
232232
233233``` sh
234- git checkout --recurse-submodules v4.2.2
234+ git checkout --recurse-submodules v4.3.0-rc.1
235235```
236236
237237## Compiling SingularityCE
@@ -334,7 +334,7 @@ build and install the RPM like this:
334334<!-- markdownlint-disable MD013 -->
335335
336336``` 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
338338
339339# Fetch the source
340340wget 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