Skip to content

Commit 6a234f1

Browse files
committed
Bump version to 3.5.1 for canary fix release
- Updated version in pyproject.toml and setup.py - Added changelog entry for v3.5.1
1 parent 9f496a6 commit 6a234f1

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v3.5.1 (2026-01-27)
4+
5+
### Features
6+
* Add EFA support in manifest for training jobs (#345)
7+
* Add end-to-end example documentation (#350)
8+
* Add 4 new HyperPod GA regions (ca-central-1, ap-southeast-3, ap-southeast-4, eu-south-2) (#360)
9+
10+
### Enhancements
11+
* Update documentation for elastic training arguments (#343)
12+
* Upgrade Inference Operator helm chart (#346)
13+
* Update MIG config for GPU operator (#358)
14+
* Release Health Monitoring Agent 1.0.1249.0_1.0.359.0 with enhanced Nvidia timeout analysis and bug fixes (#361)
15+
16+
### Bug Fixes
17+
* Fix canary test failures for GPU quota allocation integration tests (#356)
18+
* Fix region fallback logic for health-monitoring-agent image URIs (#360)
19+
* Remove command flag from init pytorch job integration test (#351)
20+
* Skip expensive integration tests to improve CI performance (#355)
21+
322
## v.3.5.0 (2025-12-03)
423

524
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
dynamic = ["dependencies"]
77
name = "sagemaker-hyperpod"
8-
version = "3.5.0"
8+
version = "3.5.1"
99
description = "Amazon SageMaker HyperPod SDK and CLI"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
setup(
4848
data_files=sagemaker_hyperpod_recipes,
4949
name="sagemaker-hyperpod",
50-
version="3.5.0",
50+
version="3.5.1",
5151
description="Amazon SageMaker HyperPod SDK and CLI",
5252
long_description=open("README.md").read(),
5353
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)