diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f3deb84dd..7fba4231cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7cb71cf2..4082da3252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/INSTALL.md b/INSTALL.md index ec4efee553..533c064e35 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -295,7 +295,7 @@ build and install the RPM like this: ```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