Skip to content

Commit 7233490

Browse files
[Updated] Manual release v3.3.1 (#298)
* Manual release v3.3.1 (#292) * Manual release v3.3.1 * changelog minor update * Manual release v3.3.1 updated
1 parent 7136d01 commit 7233490

File tree

11 files changed

+52
-10
lines changed

11 files changed

+52
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v.3.3.1 (2025-10-30)
4+
5+
### Features
6+
7+
* Describe cluster command
8+
* User can use hyp describe cluster to learn more info about hp clusters
9+
* Jinja template handling logic for inference and training
10+
* User can modify jinja template to add parameters supported by CRD through init experience of inference and training, for further CLI customization
11+
* Cluster creation template versioning
12+
* User can choose cloudformation template version through cluster creation expeirence
13+
* KVCache and intelligent routing for HyperPod Inference
14+
* InferenceEndpointConfig CRD supported is updated to v1
15+
* KVCache and Intelligent Routing support is added in template version 1.1
16+
17+
318
## v.3.3.0 (2025-09-23)
419

520
### Features
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v1.0.2 (2025-10-30)
2+
3+
### Features
4+
5+
* User can choose cloudformation template version with optional parameter --template-version
6+
7+
8+

hyperpod-cluster-stack-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-cluster-stack-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"}

hyperpod-custom-inference-template/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
## v1.0.1] ([2025]-[08]-[27])
1+
## v1.1.0 (2025-10-30)
2+
3+
### Features
4+
5+
* Support KVCache and Intelligent Routing support in template version 1.1
6+
* User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
7+
8+
## v1.0.1 (2025-08-27)
29

310
### Features
411

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

7-
## v1.0.0] ([2025]-[07]-[10])
14+
## v1.0.0 (2025-07-10)
815

916
### Features
1017

hyperpod-custom-inference-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-custom-inference-template"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
readme = "README.md"
99
authors = [{name = "Amazon Web Services"}]
1010
license = {text = "Apache-2.0"}

hyperpod-jumpstart-inference-template/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
## v1.0.1] ([2025]-[08]-[27])
1+
## v1.0.3 (2025-10-30)
2+
3+
### Features
4+
5+
* User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
6+
7+
## v1.0.1 (2025-08-27)
28

39
### Features
410

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

7-
## v1.0.0] ([2025]-[07]-[10])
13+
## v1.0.0 (2025-07-10)
814

915
### Features
1016

hyperpod-jumpstart-inference-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-jumpstart-inference-template"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
readme = "README.md"
99
authors = [{name = "Amazon Web Services"}]
1010
license = {text = "Apache-2.0"}

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.4 (2025-10-30)
2+
3+
### Features
4+
5+
* User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
6+
17
## v1.1.2 (2025-09-10)
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.3"
7+
version = "1.1.4"
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.3.0"
8+
version = "3.3.1"
99
description = "Amazon SageMaker HyperPod SDK and CLI"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)