From 0d2d02f7176f8d894370cabea98ec07af007cb32 Mon Sep 17 00:00:00 2001 From: Molly He Date: Tue, 27 Jan 2026 14:21:38 -0800 Subject: [PATCH] Manual release v3.4.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ hyperpod-pytorch-job-template/CHANGELOG.md | 6 ++++++ hyperpod-pytorch-job-template/pyproject.toml | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4acecb..3ff78dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v3.6.0 (2026-01-27) + +### Features +* Add EFA support in manifest for training jobs (#345) +* Add end-to-end example documentation (#350) +* Add 4 new HyperPod GA regions (ca-central-1, ap-southeast-3, ap-southeast-4, eu-south-2) (#360) + +### Enhancements +* Update documentation for elastic training arguments (#343) +* Upgrade Inference Operator helm chart (#346) +* Update MIG config for GPU operator (#358) +* Release Health Monitoring Agent 1.0.1249.0_1.0.359.0 with enhanced Nvidia timeout analysis and bug fixes (#361) + +### Bug Fixes +* Fix canary test failures for GPU quota allocation integration tests (#356) +* Fix region fallback logic for health-monitoring-agent image URIs (#360) +* Remove command flag from init pytorch job integration test (#351) +* Skip expensive integration tests to improve CI performance (#355) + + ## v.3.5.0 (2025-12-03) ### Features diff --git a/hyperpod-pytorch-job-template/CHANGELOG.md b/hyperpod-pytorch-job-template/CHANGELOG.md index 54bbb327..b04f9bc3 100644 --- a/hyperpod-pytorch-job-template/CHANGELOG.md +++ b/hyperpod-pytorch-job-template/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.0 (2026-01-27) + +### Features + +* Add EFA support for training jobs + ## v1.3.0 (2025-12-03) ### Features diff --git a/hyperpod-pytorch-job-template/pyproject.toml b/hyperpod-pytorch-job-template/pyproject.toml index 5eeeac6d..20af842c 100644 --- a/hyperpod-pytorch-job-template/pyproject.toml +++ b/hyperpod-pytorch-job-template/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hyperpod-pytorch-job-template" -version = "1.3.0" +version = "1.4.0" readme = "README.md" authors = [{name = "Amazon Web Services"}] license = {text = "Apache-2.0"} diff --git a/pyproject.toml b/pyproject.toml index 73e07995..54af8bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] dynamic = ["dependencies"] name = "sagemaker-hyperpod" -version = "3.5.0" +version = "3.6.0" description = "Amazon SageMaker HyperPod SDK and CLI" readme = "README.md" requires-python = ">=3.8" diff --git a/setup.py b/setup.py index 53036451..378c908d 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( data_files=sagemaker_hyperpod_recipes, name="sagemaker-hyperpod", - version="3.5.0", + version="3.6.0", description="Amazon SageMaker HyperPod SDK and CLI", long_description=open("README.md").read(), long_description_content_type="text/markdown",