Skip to content

Commit 162fb79

Browse files
authored
Bump version to 3.2.2 (#260)
* 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. * Changelog update for v3.2.2 **Description** Added detaisl for Health Monitoring Agent updates to changelog **Testing Done** Production canary failure fixes validated. * Changelog update for v3.2.2 **Description** Updated the release date to represent the correct date. **Testing Done** No breaking changes. * 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.
1 parent 050901b commit 162fb79

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## v.3.2.2 (2025-09-03)
3+
## v.3.2.2 (2025-09-10)
44

55
### Features
66

77
* Fix for production canary failures caused by bad training job template.
8+
* New version for Health Monitoring Agent (1.0.790.0_1.0.266.0) with minor improvements and bug fixes.
89

910
## v3.2.1 (2025-08-27)
1011

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.1.2 (2025-09-10)
2+
3+
### Features
4+
5+
* Revert node-count val
6+
17
## v1.1.1 (2025-08-27)
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.1.1"
7+
version = "1.1.2"
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.2.1"
8+
version = "3.2.2"
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.2.1",
50+
version="3.2.2",
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)