Skip to content

Commit 9b7220c

Browse files
pintaoz-awspintaoz
andauthored
Manual release v3.0.2 (#177)
* Manual release v3.0.2 * Update changelog --------- Co-authored-by: pintaoz <[email protected]>
1 parent 2908a62 commit 9b7220c

File tree

6 files changed

+27
-14
lines changed

6 files changed

+27
-14
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
# Changelog
22

3-
## v2.0.0 (2024-12-04)
3+
## v3.0.2 (2025-07-31)
44

55
### Features
66

7-
- feature: The HyperPod CLI now support ([Hyperpod recipes](https://github.com/aws/sagemaker-hyperpod-recipes.git)). The HyperPod recipes enable customers to get started training and fine-tuning popular publicly-available foundation models like Llama 3.1 405B in minutes. Learn more ([here](https://github.com/aws/sagemaker-hyperpod-recipes.git)).
7+
* Update volume flag to support hostPath and PVC
8+
* Add an option to disable the deployment of KubeFlow TrainingOperator
9+
* Enable telemetry for CLI
810

9-
## v1.0.0 (2024-09-09)
11+
## v3.0.0 (2025-07-10)
1012

1113
### Features
1214

13-
- feature: Add support for SageMaker HyperPod CLI
15+
* Training Job - Create, List , Get
16+
* Inference Jumpstart - Create , List, Get, Invoke
17+
* Inference Custom - Create , List, Get, Invoke
18+
* Observability changes
1419

20+
## v2.0.0 (2024-12-04)
1521

16-
## v1.0.0] ([2025]-[07]-[10])
22+
### Features
23+
24+
- feature: The HyperPod CLI now support ([Hyperpod recipes](https://github.com/aws/sagemaker-hyperpod-recipes.git)). The HyperPod recipes enable customers to get started training and fine-tuning popular publicly-available foundation models like Llama 3.1 405B in minutes. Learn more ([here](https://github.com/aws/sagemaker-hyperpod-recipes.git)).
25+
26+
## v1.0.0 (2024-09-09)
1727

1828
### Features
1929

20-
* Training Job - Create, List , Get
21-
* Inference Jumpstart - Create , List, Get, Invoke
22-
* Inference Custom - Create , List, Get, Invoke
23-
* Observability changes
30+
- feature: Add support for SageMaker HyperPod CLI

helm_chart/get_helm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ help () {
274274
echo "Accepted cli arguments are:"
275275
echo -e "\t[--help|-h ] ->> prints this help"
276276
echo -e "\t[--version|-v <desired_version>] . When not defined it fetches the latest release from GitHub"
277-
echo -e "\te.g. --version v3.0.1 or -v canary"
277+
echo -e "\te.g. --version v3.0.2 or -v canary"
278278
echo -e "\t[--no-sudo] ->> install without sudo"
279279
}
280280

@@ -310,7 +310,7 @@ while [[ $# -gt 0 ]]; do
310310
export DESIRED_VERSION="v${1}"
311311
fi
312312
else
313-
echo -e "Please provide the desired version. e.g. --version v3.0.1 or -v canary"
313+
echo -e "Please provide the desired version. e.g. --version v3.0.2 or -v canary"
314314
exit 0
315315
fi
316316
;;

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.0.2 (2025-07-31)
2+
3+
### Features
4+
5+
* Add support for --volume, remove --volumes and --persistent-volume-claims
6+
17
## v1.0.1 (2025-07-16)
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.0.1"
7+
version = "1.0.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.0.1"
8+
version = "3.0.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.0.1",
50+
version="3.0.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)