From 44001ed7702d53dd07dae78c2dfa1d624a8abf2a Mon Sep 17 00:00:00 2001 From: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:52:19 +0000 Subject: [PATCH 1/3] Adding what's new page for 1.5.2 release Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> --- docs/source/whatsnew.rst | 1 + docs/source/whatsnew_1_5_1.md | 2 +- docs/source/whatsnew_1_5_2.md | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/source/whatsnew_1_5_2.md diff --git a/docs/source/whatsnew.rst b/docs/source/whatsnew.rst index 0104ca4832..1fa4680055 100644 --- a/docs/source/whatsnew.rst +++ b/docs/source/whatsnew.rst @@ -6,6 +6,7 @@ What's New .. toctree:: :maxdepth: 1 + whatsnew_1_5_2.md whatsnew_1_5_1.md whatsnew_1_5.md whatsnew_1_4.md diff --git a/docs/source/whatsnew_1_5_1.md b/docs/source/whatsnew_1_5_1.md index 928bc97985..6fb1c4af5a 100644 --- a/docs/source/whatsnew_1_5_1.md +++ b/docs/source/whatsnew_1_5_1.md @@ -1,5 +1,5 @@ -# What's new in 1.5.1 🎉🎉 +# What's new in 1.5.1 This is a minor update for MONAI to address security concerns and improve compatibility with the newest PyTorch release. diff --git a/docs/source/whatsnew_1_5_2.md b/docs/source/whatsnew_1_5_2.md new file mode 100644 index 0000000000..c9a810ff41 --- /dev/null +++ b/docs/source/whatsnew_1_5_2.md @@ -0,0 +1,8 @@ + +# What's new in 1.5.2 🎉🎉 + +This is a minor update for MONAI to address a security concern. + +With the upgrade support for PyTorch 2.8, MONAI now directly support NVIDIA GeForce RTX 50 series GPUs and other Blackwell-based GPUs! + +- Security fix to address advisory [GHSA-9rg3-9pvr-6p27](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-9rg3-9pvr-6p27). From 99601296cad41d3675b5025a56cd83b7e7f178b8 Mon Sep 17 00:00:00 2001 From: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:59:04 +0000 Subject: [PATCH 2/3] Update Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> --- docs/source/whatsnew_1_5_2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/whatsnew_1_5_2.md b/docs/source/whatsnew_1_5_2.md index c9a810ff41..7a468956c5 100644 --- a/docs/source/whatsnew_1_5_2.md +++ b/docs/source/whatsnew_1_5_2.md @@ -3,6 +3,4 @@ This is a minor update for MONAI to address a security concern. -With the upgrade support for PyTorch 2.8, MONAI now directly support NVIDIA GeForce RTX 50 series GPUs and other Blackwell-based GPUs! - - Security fix to address advisory [GHSA-9rg3-9pvr-6p27](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-9rg3-9pvr-6p27). From c938cfd79d1cfe8c4bcf8eafd7c5c4394df9e3a2 Mon Sep 17 00:00:00 2001 From: Yun Liu Date: Tue, 27 Jan 2026 19:10:21 +0800 Subject: [PATCH 3/3] update changelog Signed-off-by: Yun Liu --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6ddd262a..c89d723dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [1.5.2] - 2026-01-28 + +## What's Changed +### Fixed +* Fix Zip Slip vulnerability in NGC private bundle download (#8682) + ## [1.5.1] - 2025-09-22 ## What's Changed @@ -1261,7 +1267,8 @@ the postprocessing steps should be used before calling the metrics methods [highlights]: https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md -[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.1...HEAD +[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.2...HEAD +[1.5.2]: https://github.com/Project-MONAI/MONAI/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0