Skip to content

Commit c86ea20

Browse files
authored
Updates for 6.1.1 (#3782)
* release v6.0.11 * add release notes for v6.1.1
1 parent c98a4f6 commit c86ea20

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/pages/release_notes.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Release notes
33
#############
44

5+
***************
6+
Peanut (v6.1.1)
7+
***************
8+
9+
Release date: 2025-04-09
10+
11+
- Update go version to fix https://pkg.go.dev/vuln/GO-2025-3563
12+
13+
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.1.0...v6.1.1
14+
515
***************
616
Peanut (v6.1.0)
717
***************
@@ -14,6 +24,16 @@ Release date: 2025-04-09
1424

1525
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.0.0...v6.1.0
1626

27+
****************
28+
Peanut (v6.0.11)
29+
****************
30+
31+
Release date: 2025-04-09
32+
33+
- Update go version to fix https://pkg.go.dev/vuln/GO-2025-3563
34+
35+
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.0.10...v6.0.11
36+
1737
****************
1838
Peanut (v6.0.10)
1939
****************
@@ -221,6 +241,17 @@ The following features have been deprecated:
221241
- Network v1 API, to be removed
222242
- VDR v1 API, replaced by VDR v2
223243

244+
*************************
245+
Hazelnut update (v5.4.17)
246+
*************************
247+
248+
Release date: 2025-04-09
249+
250+
- Update go version to fix https://pkg.go.dev/vuln/GO-2025-3563
251+
- Update dependencies to fix https://pkg.go.dev/vuln/GO-2025-3553
252+
253+
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v5.4.16...v5.4.17
254+
224255
*************************
225256
Hazelnut update (v5.4.16)
226257
*************************

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node
22

33
// This is the minimal version, the actual go version is determined by the images in the Dockerfile
44
// This version is used in automated tests such as the 'Scheduled govulncheck' action
5-
go 1.24.0
5+
go 1.24.2
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0

0 commit comments

Comments
 (0)