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

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

### Features
- Add the HyperPod Ray endpoint operator Helm chart (#445)
- Add the `hyp create ray-dashboard-connection` command for retrieving Ray dashboard URLs (#446)

### Bug Fixes
- Render HyperPod recipe templates with a sandboxed Jinja environment (#441)

## v3.9.0 (2026-06-11)

### 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.9.0"
version = "3.10.0"
description = "Amazon SageMaker HyperPod SDK and CLI"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
Loading