File tree Expand file tree Collapse file tree
hyperpod-pytorch-job-template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.7.1 (2026-04-08)
4+
5+ ### New Instance Type Support
6+ - Add g7e instance types to HyperPod helm chart values (nvidia/EFA device plugins) (#380 )
7+ - Add g7e instance types to Python constants and CLI (#385 , #390 )
8+ - Add g7e instance types to health-monitoring-agent node affinity (#381 )
9+ - Add B300 MIG profiles to GPU operator ConfigMap (#396 )
10+ - Add MIG profile support for ml.p6-b300.48xlarge (Blackwell Ultra) (#398 )
11+
12+ ### Inference Operator
13+ - CRD updates: BYO certificate, RequestLimitsConfig, Custom Kubernetes support (#402 )
14+ - Bump hyperpod-inference-operator subchart to v2.1.0 with image tag v3.1 (#402 )
15+
16+ ### Enhancements
17+ - Support AWS_REGION env var, cluster context fallback, centralize boto3 client creation (#395 )
18+ - Handle pagination in cluster stack listing (#394 )
19+ - Require --instance-type when specifying accelerator resources (#393 )
20+
21+ ### Bug Fixes
22+ - Fix EFA field naming in PyTorch job template v1.1: ` efa_interfaces ` -> ` efa ` , ` efa_interfaces_limit ` -> ` efa_limit ` (#392 )
23+ - Fix deep health check nodeSelector label to ` sagemaker.amazonaws.com/deep-health-check-status: Passed ` (#386 )
24+ - Remove non-EFA instance types from EFA device plugin nodeAffinity to prevent CrashLoopBackOff (#389 )
25+ - Add missing instance types and fix EFA/memory resource specs (#385 )
26+
27+ ### Health Monitoring Agent
28+ - Release Health Monitoring Agent 1.0.1434.0_1.0.388.0 (#388 )
29+
330## v3.7.0 (2026-03-02)
431
532Space CLI
Original file line number Diff line number Diff line change 1+ ## v1.4.1 (2026-04-08)
2+
3+ ### Bug Fixes
4+ * Fix EFA field naming: ` efa_interfaces ` -> ` efa ` , ` efa_interfaces_limit ` -> ` efa_limit ` (#392 )
5+ * Fix deep health check nodeSelector label to ` sagemaker.amazonaws.com/deep-health-check-status: Passed ` for v1.0 and v1.1 (#386 )
6+
17## v1.4.0 (2026-01-27)
28
39### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hyperpod-pytorch-job-template"
7- version = " 1.4.0 "
7+ version = " 1.4.1 "
88readme = " README.md"
99authors = [{name = " Amazon Web Services" }]
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66dynamic = [" dependencies" ]
77name = " sagemaker-hyperpod"
8- version = " 3.7.0 "
8+ version = " 3.7.1 "
99description = " Amazon SageMaker HyperPod SDK and CLI"
1010readme = " README.md"
1111requires-python = " >=3.8"
Original file line number Diff line number Diff line change 4747setup (
4848 data_files = sagemaker_hyperpod_recipes ,
4949 name = "sagemaker-hyperpod" ,
50- version = "3.7.0 " ,
50+ version = "3.7.1 " ,
5151 description = "Amazon SageMaker HyperPod SDK and CLI" ,
5252 long_description = open ("README.md" ).read (),
5353 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments