Skip to content

Commit 2a46ebd

Browse files
Manual release v3.6.0 (#364)
1 parent f4fc838 commit 2a46ebd

5 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v3.6.0 (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+
22+
323
## v.3.5.0 (2025-12-03)
424

525
### Features

hyperpod-pytorch-job-template/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.4.0 (2026-01-27)
2+
3+
### Features
4+
5+
* Add EFA support for training jobs
6+
17
## v1.3.0 (2025-12-03)
28

39
### Features

hyperpod-pytorch-job-template/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hyperpod-pytorch-job-template"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
readme = "README.md"
99
authors = [{name = "Amazon Web Services"}]
1010
license = {text = "Apache-2.0"}

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.6.0"
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.6.0",
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)