Skip to content

Commit 560dfb9

Browse files
Release sagemaker-core 2.5.1 (aws#5623)
1 parent eb10d59 commit 560dfb9

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

sagemaker-core/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
# Changelog
2+
## v2.5.1 (2026-03-12)
3+
4+
### Bug Fixes
5+
6+
- Fix handling of training step dependencies to allow successful pipeline creation (#5618)
7+
- Fix model registration with a model card to support both `ModelCard` and `ModelPackageModelCard` objects (#5611)
8+
- Fix `_build_for_passthrough()` to only set `s3_upload_path` for S3 URIs, preventing CreateModel API validation errors with local paths (#5601)
9+
- Fix local mode cleanup by handling root-owned files from Docker containers with `PermissionError` recovery (#5601)
10+
- Fix local mode processing to allow `file://` scheme URIs for output S3 paths (#5601)
11+
- Relax `rich` dependency upper bound back to 15.0.0 (#5620)
12+
13+
### Enhancements
14+
15+
- Add EUCS region (`eusc-de-east-1`) to JumpStart region config (#5615)
16+
- Add ISO regions to DJL-LMI image URI config (#5595)
17+
- Update DJL-LMI to latest image `lmi21.0.0-cu129` for SDK v3.x (#5616)
18+
- Add additional ISO region domains (`us-iso-west-1`, `us-isob-west-1`) to alternate domains config
19+
20+
### Removals
21+
22+
- Remove unused legacy `_convert_expression` method from JumpStart search (#5593)
23+
224
## v2.5.0 (2026-03-02)
325

426
### Features

sagemaker-core/VERSION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2.5.0
2-
1+
2.5.1

0 commit comments

Comments
 (0)