Skip to content

Commit d18565f

Browse files
ericspodKumoLiu
andcommitted
Adding What's New Page for 1.5.2 Release (#8720)
### Description This adds the "what's new" page for the minor 1.5.2 release. This commit should probably just be cherry-picked for the release. Branch rules will have to be temporarily broken to allow the PR past blossom as well, since no code is modified here this is safe and it's only the documentation generation that should be checked. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [x] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
1 parent 0dd2fb1 commit d18565f

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [1.5.2] - 2026-01-28
9+
10+
## What's Changed
11+
### Fixed
12+
* Fix Zip Slip vulnerability in NGC private bundle download (#8682)
13+
814
## [1.5.1] - 2025-09-22
915

1016
## What's Changed
@@ -1261,7 +1267,8 @@ the postprocessing steps should be used before calling the metrics methods
12611267

12621268
[highlights]: https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md
12631269

1264-
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.1...HEAD
1270+
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.2...HEAD
1271+
[1.5.2]: https://github.com/Project-MONAI/MONAI/compare/1.5.1...1.5.2
12651272
[1.5.1]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...1.5.1
12661273
[1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0
12671274
[1.4.0]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0

docs/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66
.. toctree::
77
:maxdepth: 1
88

9+
whatsnew_1_5_2.md
910
whatsnew_1_5_1.md
1011
whatsnew_1_5.md
1112
whatsnew_1_4.md

docs/source/whatsnew_1_5_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# What's new in 1.5.1 🎉🎉
2+
# What's new in 1.5.1
33

44
This is a minor update for MONAI to address security concerns and improve compatibility with the newest PyTorch release.
55

docs/source/whatsnew_1_5_2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# What's new in 1.5.2 🎉🎉
3+
4+
This is a minor update for MONAI to address a security concern.
5+
6+
- Security fix to address advisory [GHSA-9rg3-9pvr-6p27](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-9rg3-9pvr-6p27).

0 commit comments

Comments
 (0)