Skip to content

Commit 3746c70

Browse files
authored
Merge pull request #3829 from dtrudg/prep-4.3.4
chore: prep 4.3.4 release
2 parents 5a5720e + 1cdd0ab commit 3746c70

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.25.2'
9+
default: '1.25.3'
1010

1111
executors:
1212
node:

CHANGELOG.md

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

3+
## 4.3.4 \[2025-10-14\]
4+
5+
### Security Related Fixes
6+
7+
- GitHub release packages built using Go 1.25.3, due to
8+
[large number of denial-of-service CVEs fixed in 1.25.2.](https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI)
9+
- All dependencies updated.
10+
311
## 4.3.3 \[2025-08-20\]
412

513
### Requirements / Packaging

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.25.2 OS=linux ARCH=amd64 # change this as you need
165+
export VERSION=1.25.3 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:25.04
22

3-
ARG GOVERSION="go1.25.2"
3+
ARG GOVERSION="go1.25.3"
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)