Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# golang alpine
FROM golang:1.25.4-alpine AS builder
FROM golang:1.25.5-alpine AS builder

ARG TARGETARCH
ARG TARGETOS
Expand Down
22 changes: 22 additions & 0 deletions docs/pages/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Release notes
#############

***************
Peanut (v6.1.7)
***************

Release date: 2025-12-04

- Update Go version to fix https://pkg.go.dev/vuln/GO-2025-4175,
https://pkg.go.dev/vuln/GO-2025-4155
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.1.6...v6.1.7


***************
Peanut (v6.1.6)
***************
Expand Down Expand Up @@ -300,6 +311,17 @@ The following features have been deprecated:
- Network v1 API, to be removed
- VDR v1 API, replaced by VDR v2

*************************
Hazelnut update (v5.4.21)
*************************

Release date: 2025-12-04

- Update Go version to fix https://pkg.go.dev/vuln/GO-2025-4175,
https://pkg.go.dev/vuln/GO-2025-4155
**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v5.4.20...v5.4.21


*************************
Hazelnut update (v5.4.20)
*************************
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node

// This is the minimal version, the actual go version is determined by the images in the Dockerfile
// This version is used in automated tests such as the 'Scheduled govulncheck' action
go 1.25.3
go 1.25.5

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0
Expand Down
Loading