Skip to content

Commit 6544917

Browse files
Revert "Manual release v3.3.1 (aws#292)" (aws#295)
This reverts commit 1619bd6.
1 parent 1619bd6 commit 6544917

File tree

11 files changed

+10
-52
lines changed

11 files changed

+10
-52
lines changed

CHANGELOG.md

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

3-
## v.3.3.1 (2025-10-28)
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-
183
## v.3.3.0 (2025-09-23)
194

205
### Features

hyperpod-cluster-stack-template/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

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

hyperpod-custom-inference-template/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
## v1.1.0 (2025-10-28)
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)
1+
## v1.0.1] ([2025]-[08]-[27])
92

103
### Features
114

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

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

169
### Features
1710

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

hyperpod-jumpstart-inference-template/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
## v1.0.3 (2025-10-28)
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)
1+
## v1.0.1] ([2025]-[08]-[27])
82

93
### Features
104

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

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

159
### Features
1610

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

hyperpod-pytorch-job-template/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## v1.1.4 (2025-10-28)
2-
3-
### Features
4-
5-
* User can modify jinja template to add parameters supported by CRD through init experience, for further CLI customization
6-
71
## v1.1.2 (2025-09-10)
82

93
### 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.4"
7+
version = "1.1.3"
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.1"
8+
version = "3.3.0"
99
description = "Amazon SageMaker HyperPod SDK and CLI"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)