Skip to content

Commit 073fb24

Browse files
authored
Merge pull request #3286 from dtrudg/prep-4.2.0
chore: prepare 4.2.0 release
2 parents 9c1fb3f + 819e078 commit 073fb24

File tree

3 files changed

+12
-23
lines changed

3 files changed

+12
-23
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ 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
1813
- package-ecosystem: "gomod" # See documentation for possible values
1914
directory: "/" # Location of package manifests
2015
schedule:

CHANGELOG.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22

33
## Changes Since Last Release
44

5-
### Requirements
6-
7-
- Go 1.22.5 or above is required due to indirect dependencies.
8-
9-
## 4.2.0-rc.1 \[2024-08-13\]
10-
11-
This is the first release candidate for the upcoming 4.2 series of
12-
SingularityCE. We welcome all feedback and testing. Please continue to use the
13-
latest 4.1 release for production systems.
5+
## 4.2.0 \[2024-09-04\]
146

157
### New Features & Functionality
168

@@ -50,6 +42,13 @@ latest 4.1 release for production systems.
5042
in `allowed net users` / `allowed net groups`. Not currently supported with
5143
`--fakeroot`, or in `--oci` mode.
5244

45+
### Requirements
46+
47+
- Requires a minimum of Go 1.21.5 to build due to dependency updates.
48+
- OCI-SIF embedded writable overlay functionality requires `fuse2fs` >= 1.46.6.
49+
50+
## 4.1.5 \[2024-08-14\]
51+
5352
### Bug Fixes
5453

5554
- Fix fall-back to temporary sandbox rootfs bundle in OCI-Mode for OCI URIs
@@ -61,11 +60,6 @@ latest 4.1 release for production systems.
6160
- Fix issue where `--platform` / `--arch` did not apply when pulling an OCI
6261
image to native SIF via image manifest, rather than image index.
6362

64-
### Requirements
65-
66-
- Requires a minimum of Go 1.21.5 to build due to dependency updates.
67-
- OCI-SIF embedded writable overlay functionality requires `fuse2fs` >= 1.46.6.
68-
6963
## 4.1.4 \[2024-06-28\]
7064

7165
### Bug Fixes

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ cd singularity
201201
By default your clone will be on the `main` branch which is where development
202202
of SingularityCE happens. To build a specific version of SingularityCE, check
203203
out a [release tag](https://github.com/sylabs/singularity/tags) before
204-
compiling. E.g. to build the 4.2.0-rc.1 release candidate, checkout the
205-
`v4.2.0-rc.1` tag:
204+
compiling. E.g. to build the 4.2.0 release, checkout the
205+
`v4.2.0` tag:
206206

207207
```sh
208-
git checkout --recurse-submodules v4.2.0-rc.1
208+
git checkout --recurse-submodules v4.2.0
209209
```
210210

211211
## Compiling SingularityCE
@@ -295,7 +295,7 @@ build and install the RPM like this:
295295
<!-- markdownlint-disable MD013 -->
296296

297297
```sh
298-
export VERSION=4.2.0-rc.1 # this is the singularity version, change as you need
298+
export VERSION=4.2.0 # this is the singularity version, change as you need
299299

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

0 commit comments

Comments
 (0)