Skip to content

Commit 2b328e1

Browse files
authored
Merge pull request #3632 from dtrudg/prep-4.3.1
chore: prep 4.3.1 release
2 parents 6fb42e3 + b6ebad0 commit 2b328e1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
go-version:
88
type: string
9-
default: '1.24.0'
9+
default: '1.24.2'
1010

1111
executors:
1212
node:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# SingularityCE Changelog
22

3+
## 4.3.1 \[2025-04-11\]
4+
5+
### Bug Fixes
6+
7+
- Update bundled squashfuse to 0.6.0, which includes `.`, `..` entries in
8+
`getdents()` results, fixing errors with some applications.
9+
310
## 4.3.0 \[2025-03-13\]
411

512
### Behaviour Changes

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
162162
`/usr/local/go` before reinstalling it._
163163

164164
```sh
165-
export VERSION=1.24.0 OS=linux ARCH=amd64 # change this as you need
165+
export VERSION=1.24.2 OS=linux ARCH=amd64 # change this as you need
166166

167167
wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
168168
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz

e2e/testdata/Dockerfile.nested

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.10
22

3-
ARG GOVERSION="go1.24.0"
3+
ARG GOVERSION="go1.24.2"
44
ARG GOOS="linux"
55
ARG GOARCH="amd64"
66
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin

0 commit comments

Comments
 (0)