From 0ed261acc94a52625230fab9bf43a4a23666d6c7 Mon Sep 17 00:00:00 2001 From: papriwal Date: Tue, 9 Sep 2025 14:49:39 -0700 Subject: [PATCH 1/4] Bump version to 3.2.2 **Description** Update package version from 3.2.1 to 3.2.2 in pyproject.toml and setup.py files. **Testing Done** Version bump only - no functional changes requiring additional testing. --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6eb920db..ab6be86f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] dynamic = ["dependencies"] name = "sagemaker-hyperpod" -version = "3.2.1" +version = "3.2.2" description = "Amazon SageMaker HyperPod SDK and CLI" readme = "README.md" requires-python = ">=3.8" diff --git a/setup.py b/setup.py index cc665d5a..3f0e524b 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( data_files=sagemaker_hyperpod_recipes, name="sagemaker-hyperpod", - version="3.2.1", + version="3.2.2", description="Amazon SageMaker HyperPod SDK and CLI", long_description=open("README.md").read(), long_description_content_type="text/markdown", From 1f4cfd12d15aaeadeb4b4cc3e296d98cf12817ec Mon Sep 17 00:00:00 2001 From: papriwal Date: Tue, 9 Sep 2025 15:56:28 -0700 Subject: [PATCH 2/4] Changelog update for v3.2.2 **Description** Added detaisl for Health Monitoring Agent updates to changelog **Testing Done** Production canary failure fixes validated. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb1d1c5..c023728d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features * Fix for production canary failures caused by bad training job template. + * New version for Health Monitoring Agent (1.0.790.0_1.0.266.0) with minor improvements and bug fixes. ## v3.2.1 (2025-08-27) From 4a48cbe37e5edbb79264127ba5007395cd699bbe Mon Sep 17 00:00:00 2001 From: papriwal Date: Tue, 9 Sep 2025 16:36:43 -0700 Subject: [PATCH 3/4] Changelog update for v3.2.2 **Description** Updated the release date to represent the correct date. **Testing Done** No breaking changes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c023728d..dd230d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v.3.2.2 (2025-09-03) +## v.3.2.2 (2025-09-10) ### Features From 445602a32d65311464522019efe29a1711326b6b Mon Sep 17 00:00:00 2001 From: papriwal Date: Tue, 9 Sep 2025 16:45:19 -0700 Subject: [PATCH 4/4] Bump hyperpod-pytorch-job-template to v1.1.2 **Description** Update hyperpod-pytorch-job-template version from 1.1.1 to 1.1.2 and add changelog entry for node-count validation revert. **Testing Done** Version bump and changelog update - node-count validation revert functionality verified. --- hyperpod-pytorch-job-template/CHANGELOG.md | 6 ++++++ hyperpod-pytorch-job-template/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hyperpod-pytorch-job-template/CHANGELOG.md b/hyperpod-pytorch-job-template/CHANGELOG.md index d1e44c80..c98fba98 100644 --- a/hyperpod-pytorch-job-template/CHANGELOG.md +++ b/hyperpod-pytorch-job-template/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.2 (2025-09-10) + +### Features + + * Revert node-count val + ## v1.1.1 (2025-08-27) ### Features diff --git a/hyperpod-pytorch-job-template/pyproject.toml b/hyperpod-pytorch-job-template/pyproject.toml index a556510f..1cac666d 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.1.1" +version = "1.1.2" readme = "README.md" authors = [{name = "Amazon Web Services"}] license = {text = "Apache-2.0"}