From fef3e6623fbf458adc046c7d5072226b452de8de Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Mon, 9 Feb 2026 14:59:59 +0100 Subject: [PATCH 1/2] v6.2 release notes --- .../codeql-analysis-cron-schedule.yml | 2 +- .../workflows/govulncheck-cron-schedule.yaml | 2 +- docs/pages/release_notes.rst | 33 +++++++++++++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis-cron-schedule.yml b/.github/workflows/codeql-analysis-cron-schedule.yml index a3a665be8..8acf18ef2 100644 --- a/.github/workflows/codeql-analysis-cron-schedule.yml +++ b/.github/workflows/codeql-analysis-cron-schedule.yml @@ -25,7 +25,7 @@ jobs: branches: - 'master' - 'V5.4' - - 'V6.1' + - 'V6.2' steps: - name: Checkout repository diff --git a/.github/workflows/govulncheck-cron-schedule.yaml b/.github/workflows/govulncheck-cron-schedule.yaml index acec18c3b..db5be0f96 100644 --- a/.github/workflows/govulncheck-cron-schedule.yaml +++ b/.github/workflows/govulncheck-cron-schedule.yaml @@ -23,7 +23,7 @@ jobs: branches: - 'master' - 'V5.4' - - 'V6.1' + - 'V6.2' steps: - name: Checkout branch diff --git a/docs/pages/release_notes.rst b/docs/pages/release_notes.rst index 9b593b9a0..662111932 100644 --- a/docs/pages/release_notes.rst +++ b/docs/pages/release_notes.rst @@ -2,6 +2,39 @@ Release notes ############# +**************** +Peanut (v6.2.0) +**************** + +Release date: 2026-02-09 + +## New features +* feat(tracing): add OpenTelemetry tracing support by @JorisHeadease in https://github.com/nuts-foundation/nuts-node/pull/3946 +* Build and publish binaries to GH Releases by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3849 + +## What's Changed +* Use root user in performance analyzer by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3775 +* Add index on subject with org credential by @stevenvegt in https://github.com/nuts-foundation/nuts-node/pull/3802 +* Update CODEOWNERS by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3809 +* dropped support for 6.0 and add support for 6.1 by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3804 +* fix links in docs by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3810 +* disable e2e tests for PRs from forks by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3803 +* set redis to v7 for cluster test by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3818 +* VDR: Use join instead of N+1 query for one-to-X relations by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3815 +* migrate codeclimate to qlty by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3875 +* reenable e2e tests on master by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3876 +* Upgrade dev-image Dockerfile to stable-slim by @confiks in https://github.com/nuts-foundation/nuts-node/pull/3886 +* feat: add extraEnv to helm chart values by @dmeijboom in https://github.com/nuts-foundation/nuts-node/pull/3924 +* Set deployment strategy to "Recreate" in nuts-node Helm chart deployment by @rolandgroen in https://github.com/nuts-foundation/nuts-node/pull/3936 +* feat: add pod labels to helm chart values. by @nollidnosnhoj in https://github.com/nuts-foundation/nuts-node/pull/3935 +* #3967: get credential status from local store for issued VCs (did:web) by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3969 +* #3986: Pass correct wallet DID in OpenID4VCI proofs by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3987 + +## New Contributors +* @nollidnosnhoj made their first contribution in https://github.com/nuts-foundation/nuts-node/pull/3935 + +**Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/v6.1.10...v6.2.0 + **************** Peanut (v6.1.10) **************** From 3cd88aa305c1eef7ef10d4533a236d4ae54e763f Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Thu, 19 Mar 2026 08:44:30 +0100 Subject: [PATCH 2/2] rewrite release notes --- docs/pages/release_notes.rst | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/docs/pages/release_notes.rst b/docs/pages/release_notes.rst index 1ac6e2ffe..1159b2781 100644 --- a/docs/pages/release_notes.rst +++ b/docs/pages/release_notes.rst @@ -8,34 +8,29 @@ Peanut (v6.2.0) Release date: 2026-03-21 +## New Contributors +* @nollidnosnhoj made their first contribution in https://github.com/nuts-foundation/nuts-node/pull/3935 +* @wronghost made their first contribution in https://github.com/nuts-foundation/nuts-node/pull/4036 + ## New features * feat(tracing): add OpenTelemetry tracing support by @JorisHeadease in https://github.com/nuts-foundation/nuts-node/pull/3946 * Build and publish binaries to GH Releases by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3849 * Add support for AWS IAM authentication to RDS instances by @wronghost in https://github.com/nuts-foundation/nuts-node/pull/4036 +* #4042: allow BBolt lock timeout to be configured (backport to master) by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/4044 ## What's Changed -* Use root user in performance analyzer by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3775 * Add index on subject with org credential by @stevenvegt in https://github.com/nuts-foundation/nuts-node/pull/3802 -* Update CODEOWNERS by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3809 -* dropped support for 6.0 and add support for 6.1 by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3804 -* fix links in docs by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3810 -* disable e2e tests for PRs from forks by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3803 -* set redis to v7 for cluster test by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3818 * VDR: Use join instead of N+1 query for one-to-X relations by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3815 -* migrate codeclimate to qlty by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3875 -* reenable e2e tests on master by @woutslakhorst in https://github.com/nuts-foundation/nuts-node/pull/3876 -* Upgrade dev-image Dockerfile to stable-slim by @confiks in https://github.com/nuts-foundation/nuts-node/pull/3886 -* feat: add extraEnv to helm chart values by @dmeijboom in https://github.com/nuts-foundation/nuts-node/pull/3924 -* Set deployment strategy to "Recreate" in nuts-node Helm chart deployment by @rolandgroen in https://github.com/nuts-foundation/nuts-node/pull/3936 -* feat: add pod labels to helm chart values. by @nollidnosnhoj in https://github.com/nuts-foundation/nuts-node/pull/3935 * #3967: get credential status from local store for issued VCs (did:web) by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3969 * #3986: Pass correct wallet DID in OpenID4VCI proofs by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3987 -* #4042: allow BBolt lock timeout to be configured (backport to master) by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/4044 * Surface DID resolution errors in VP verification failures by @reinkrul in https://github.com/nuts-foundation/nuts-node/pull/3979 -## New Contributors -* @nollidnosnhoj made their first contribution in https://github.com/nuts-foundation/nuts-node/pull/3935 -* @wronghost made their first contribution in https://github.com/nuts-foundation/nuts-node/pull/4036 +## Minor fixes/changes +* Use root user in performance analyzer by @gerardsn in https://github.com/nuts-foundation/nuts-node/pull/3775 +* Upgrade dev-image Dockerfile to stable-slim by @confiks in https://github.com/nuts-foundation/nuts-node/pull/3886 +* feat: add extraEnv to helm chart values by @dmeijboom in https://github.com/nuts-foundation/nuts-node/pull/3924 +* Set deployment strategy to "Recreate" in nuts-node Helm chart deployment by @rolandgroen in https://github.com/nuts-foundation/nuts-node/pull/3936 +* feat: add pod labels to helm chart values. by @nollidnosnhoj in https://github.com/nuts-foundation/nuts-node/pull/3935 **Full Changelog**: https://github.com/nuts-foundation/nuts-node/compare/V6.1...v6.2.0