File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 22Release 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***************
616Peanut (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****************
1838Peanut (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*************************
225256Hazelnut update (v5.4.16)
226257*************************
Original file line number Diff line number Diff 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
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
You can’t perform that action at this time.
0 commit comments