Skip to content

Commit 1a3bda2

Browse files
mohamedzeidan2021Mohamed Zeidan
andauthored
chore: Bump version to 3.10.0 for release (aws#5821)
* chore: Bump version to 3.10.0 for release --------- Co-authored-by: Mohamed Zeidan <zeidmo@amazon.com>
1 parent 1885e4c commit 1a3bda2

14 files changed

Lines changed: 77 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## v3.10.0 (2026-05-01)
3+
4+
### New Features
5+
- Make _PipelineExecution a public class
6+
- Add CodeArtifact support for ModelTrainer and FrameworkProcessor requirements.txt installation
7+
8+
### Bug Fixes
9+
- Fix S3 bucket operations
10+
- Fix potential S3 path traversal
11+
- Wire FrameworkProcessor code_location into code upload paths
12+
- Improve subprocess exception handling in git_utils
13+
14+
### Other
15+
- Update service-2.json with latest public botocore service model
16+
217
## v3.9.0 (2026-04-23)
318

419
### New Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.0
1+
3.10.0

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ classifiers = [
3333
"Programming Language :: Python :: 3.12",
3434
]
3535
dependencies = [
36-
"sagemaker-core>=2.9.0,<3.0.0",
37-
"sagemaker-train>=1.9.0,<2.0.0",
38-
"sagemaker-serve>=1.9.0,<2.0.0",
39-
"sagemaker-mlops>=1.9.0,<2.0.0",
36+
"sagemaker-core>=2.10.0,<3.0.0",
37+
"sagemaker-train>=1.10.0,<2.0.0",
38+
"sagemaker-serve>=1.10.0,<2.0.0",
39+
"sagemaker-mlops>=1.10.0,<2.0.0",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## v2.10.0 (2026-05-01)
3+
4+
### New Features
5+
6+
- Add CodeArtifact support for ModelTrainer and FrameworkProcessor requirements.txt installation
7+
8+
### Bug Fixes
9+
10+
- Fix S3 bucket operations
11+
- Fix potential S3 path traversal
12+
- Wire FrameworkProcessor code_location into code upload paths
13+
- Improve subprocess exception handling in git_utils
14+
15+
### Other
16+
17+
- Update service-2.json with latest public botocore service model
18+
219
## v2.9.0 (2026-04-23)
320

421
### Bug Fixes

sagemaker-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
2.10.0

sagemaker-mlops/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## v1.10.0 (2026-05-01)
3+
4+
### New Features
5+
6+
- Make _PipelineExecution a public class
7+
8+
### Other
9+
10+
- Update service-2.json with latest public botocore service model
11+
212
## v1.9.0 (2026-04-23)
313

414
- Update module dependencies

sagemaker-mlops/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

sagemaker-mlops/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"sagemaker-core>=2.9.0",
27-
"sagemaker-train>=1.9.0",
28-
"sagemaker-serve>=1.9.0",
26+
"sagemaker-core>=2.10.0",
27+
"sagemaker-train>=1.10.0",
28+
"sagemaker-serve>=1.10.0",
2929
"boto3>=1.42.2,<2.0",
3030
"botocore>=1.42.2,<2.0",
3131
"pyiceberg[glue]>=0.8.0",

sagemaker-serve/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## v1.10.0 (2026-05-01)
3+
4+
### Bug Fixes
5+
6+
- Fix potential S3 path traversal
7+
28
## v1.9.0 (2026-04-23)
39

410
### Bug Fixes

sagemaker-serve/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

0 commit comments

Comments
 (0)