Skip to content

Commit a7d470c

Browse files
changelog PR: release 1-12 (#5479)
* Update CHANGELOG.md meta package * Update VERSION sagemaker meta * Update CHANGELOG.md sagemaker-core * Update VERSION sagemaker-core * Update CHANGELOG.md sagemaker-mlops * Update VERSION sagemaker-mlops * Update CHANGELOG.md sagemaker-core * Update CHANGELOG.md sagemaker-serve * Update VERSION sagemaker-serve * Update CHANGELOG.md sagemaker-train * Update VERSION sagemaker-train * Update pyproject.toml sagemaker-train * Update pyproject.toml sagemaker-serve * Update pyproject.toml sagemaker-mlops * Update pyproject.toml meta --------- Co-authored-by: aviruthen <91846056+aviruthen@users.noreply.github.com>
1 parent 4b47402 commit a7d470c

File tree

14 files changed

+41
-15
lines changed

14 files changed

+41
-15
lines changed

CHANGELOG.md

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

3+
## v3.3.1 (2026-01-12)
4+
### Bug fixes and Other Changes
5+
* ProcessingJob fix - Remove tags in Processor while Job creation
6+
* Telemetry Updates
7+
* sagemaker-mlops bug fix - Correct source code 'dependencies' parameter to 'requirements'
8+
* aws_batch bug fix - remove experiment config parameter as it Estimator is deprecated.
9+
10+
311
## v3.3.0 (2025-12-19)
412

513
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

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.3.0,<3.0.0",
37-
"sagemaker-train>=1.3.0,<2.0.0",
38-
"sagemaker-serve>=1.3.0,<2.0.0",
39-
"sagemaker-mlops>=1.3.0,<2.0.0",
36+
"sagemaker-core>=2.3.1,<3.0.0",
37+
"sagemaker-train>=1.3.1,<2.0.0",
38+
"sagemaker-serve>=1.3.1,<2.0.0",
39+
"sagemaker-mlops>=1.3.1,<2.0.0",
4040
]
4141

4242
[project.optional-dependencies]

sagemaker-core/CHANGELOG.md

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

3+
## v2.3.1 (2026-01-12)
4+
5+
### Bug Fixes
6+
* ProcessingJob fix - Remove tags in Processor while Job creation
7+
38
## v2.3.0 (2025-12-19)
49

510
### Feature

sagemaker-core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.3.0
1+
2.3.1
22

sagemaker-mlops/CHANGELOG.md

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

3+
## v1.3.1 (2026-01-12)
4+
5+
* sagemaker-mlops bug fix - Correct source code 'dependencies' parameter to 'requirements'
6+
37
## v1.3.0 (2025-12-19)
48

59
* Update module dependencies

sagemaker-mlops/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

sagemaker-mlops/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ classifiers = [
2222
"Programming Language :: Python :: 3.12",
2323
]
2424
dependencies = [
25-
"sagemaker-core>=2.3.0",
26-
"sagemaker-train>=1.3.0",
27-
"sagemaker-serve>=1.3.0",
25+
"sagemaker-core>=2.3.1",
26+
"sagemaker-train>=1.3.1",
27+
"sagemaker-serve>=1.3.1",
2828
"boto3>=1.42.2,<2.0",
2929
"botocore>=1.42.2,<2.0",
3030
]

sagemaker-serve/CHANGELOG.md

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

3+
## v1.3.1 (2026-01-12)
4+
5+
* Update Module dependencies
6+
37
## v1.3.0 (2025-12-19)
48

59
### Bug Fixes

sagemaker-serve/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)