Skip to content

Commit

Permalink
Merge pull request #3286 from dtrudg/prep-4.2.0
Browse files Browse the repository at this point in the history
chore: prepare 4.2.0 release
  • Loading branch information
dtrudg authored Sep 4, 2024
2 parents 9c1fb3f + 819e078 commit 073fb24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ updates:
schedule:
interval: "daily"
target-branch: main
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: release-4.1
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down
22 changes: 8 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@

## Changes Since Last Release

### Requirements

- Go 1.22.5 or above is required due to indirect dependencies.

## 4.2.0-rc.1 \[2024-08-13\]

This is the first release candidate for the upcoming 4.2 series of
SingularityCE. We welcome all feedback and testing. Please continue to use the
latest 4.1 release for production systems.
## 4.2.0 \[2024-09-04\]

### New Features & Functionality

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

### Requirements

- Requires a minimum of Go 1.21.5 to build due to dependency updates.
- OCI-SIF embedded writable overlay functionality requires `fuse2fs` >= 1.46.6.

## 4.1.5 \[2024-08-14\]

### Bug Fixes

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

### Requirements

- Requires a minimum of Go 1.21.5 to build due to dependency updates.
- OCI-SIF embedded writable overlay functionality requires `fuse2fs` >= 1.46.6.

## 4.1.4 \[2024-06-28\]

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ cd singularity
By default your clone will be on the `main` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 4.2.0-rc.1 release candidate, checkout the
`v4.2.0-rc.1` tag:
compiling. E.g. to build the 4.2.0 release, checkout the
`v4.2.0` tag:

```sh
git checkout --recurse-submodules v4.2.0-rc.1
git checkout --recurse-submodules v4.2.0
```

## Compiling SingularityCE
Expand Down Expand Up @@ -295,7 +295,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

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

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

0 comments on commit 073fb24

Please sign in to comment.