Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

### Features

* Cluster management
* Bug Fixes with cluster creation
* Enable cluster template to be installed with hyperpod CLI .

## v3.2.0 (2025-08-25)

### Features
Expand Down Expand Up @@ -47,3 +55,4 @@

- feature: Add support for SageMaker HyperPod CLI


6 changes: 6 additions & 0 deletions hyperpod-custom-inference-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.1] ([2025]-[08]-[27])

### Features

* Add metadata_name argument to js and custom endpoint to match with SDK

## v1.0.0] ([2025]-[07]-[10])

### Features
Expand Down
6 changes: 6 additions & 0 deletions hyperpod-jumpstart-inference-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.1] ([2025]-[08]-[27])

### Features

* Add metadata_name argument to js and custom endpoint to match with SDK

## v1.0.0] ([2025]-[07]-[10])

### Features
Expand Down
7 changes: 7 additions & 0 deletions hyperpod-pytorch-job-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.1.1 (2025-08-27)

### Features

* Change default container name in pytorch template
* Implementing Task governance feature for SDK flow

## v1.1.0 (2025-08-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion hyperpod-pytorch-job-template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hyperpod-pytorch-job-template"
version = "1.1.0"
version = "1.1.1"
readme = "README.md"
authors = [{name = "Amazon Web Services"}]
license = {text = "Apache-2.0"}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["dependencies"]
name = "sagemaker-hyperpod"
version = "3.2.0"
version = "3.2.1"
description = "Amazon SageMaker HyperPod SDK and CLI"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
setup(
data_files=sagemaker_hyperpod_recipes,
name="sagemaker-hyperpod",
version="3.2.0",
version="3.2.1",
description="Amazon SageMaker HyperPod SDK and CLI",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
Loading