From 2d6c3acc532c43d526bb609b1cf2af8d320c1539 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 6 Jul 2026 09:54:52 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6c20a..13d8e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/docker/compare/v1.16.0...HEAD) +## [Unreleased](https://github.com/nationalarchives/docker/compare/v1.17.0...HEAD) ### Added ### Changed - -- Update Node to [v24.17.0](https://github.com/nodejs/node/releases/tag/v24.17.0) - ### Deprecated ### Removed +### Fixed +### Security + +## [1.17.0](https://github.com/nationalarchives/docker/compare/v1.16.0...v1.17.0) - 2026-06-29 + +### Changed + +- Updated Node to [v24.17.0](https://github.com/nodejs/node/releases/tag/v24.17.0) + ### Fixed - Set global Node config for both default and service-specific versions when using `tna-nvm` ### Security +- Fixed [CVE-2026-55200](https://github.com/advisories/GHSA-r8mh-x5qv-7gg2) by upgrading `libssh2-1t64` to `1.11.1-1+deb13u1` + ## [1.16.0](https://github.com/nationalarchives/docker/compare/v1.15.0...v1.16.0) - 2026-06-22 ### Added