Skip to content

Commit e4f0e98

Browse files
authored
Merge pull request #3570 from dtrudg/prep-4.3-rc.1
chore: prep 4.3.0-rc.1
2 parents 4c95152 + e514c7b commit e4f0e98

File tree

3 files changed

+33
-5
lines changed

3 files changed

+33
-5
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

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.3.0-rc.1 Release Candidate \[2025-03-04\]
44

55
### Behaviour Changes
66

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ git submodule update --init
227227
By default your clone will be on the `main` branch which is where development
228228
of SingularityCE happens. To build a specific version of SingularityCE, check
229229
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:
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
340340
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)