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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v3.11.0 (2026-09-02)

### Features
- Upgrade the bundled inference operator to v3.5 and add model-weight cache node affinity support to the `InferenceEndpointConfig` and `JumpStartModel` CRDs (#455)

### Bug Fixes and Other Changes
- Use Phi-2 for JumpStart integration tests so inference coverage runs reliably on `ml.g5.8xlarge` instances (#452)

### Helm Chart Changes
- Run NVIDIA and non-NVIDIA health-monitoring agents with `system-node-critical` priority by default, with support for configuring the priority class (#451)
- Make deep-health-check and MPI namespace creation optional and support deploying deep health checks into a configurable, pre-existing namespace (#422)
- Update the inference-operator subchart from 2.4.0 to 2.5.0 and its operator image from v3.4 to v3.5 (#455)

## v3.10.0 (2026-08-21)

### Features
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.10.0"
version = "3.11.0"
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.9.0",
version="3.11.0",
description="Amazon SageMaker HyperPod SDK and CLI",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
Loading