Skip to content

Commit 1eaf30f

Browse files
authored
Merge pull request #3784 from dtrudg/prep-4.3.3
chore: prepare 4.3.3 release
2 parents ee3b27f + e775b8f commit 1eaf30f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# SingularityCE Changelog
22

3-
## Changes Since Last Release
3+
## 4.3.3 \[2025-08-20\]
44

55
### Requirements / Packaging
66

77
- Requires Go 1.24.3 or above, due to various dependencies.
8+
- Bundled squashfuse is now 0.6.1.
89

910
### Changed defaults / behaviours
1011

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.3.2 release, checkout the
231-
`v4.3.2` tag:
230+
compiling. E.g. to build the 4.3.3 release, checkout the
231+
`v4.3.3` tag:
232232

233233
```sh
234-
git checkout --recurse-submodules v4.3.2
234+
git checkout --recurse-submodules v4.3.3
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.3.2 # this is the singularity version, change as you need
337+
export VERSION=4.3.3 # 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)