You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### **Changed**
13
13
14
+
## v3.2.5
15
+
16
+
### **Added**
17
+
18
+
- added optional `cross_account_external_id` parameter to `sagemaker-templates` model deploy for strengthening CDK bootstrap lookup role trust with `sts:ExternalId`
19
+
20
+
### **Changed**
21
+
22
+
- bumped `aws-cdk-lib` from 2.128.0 to 2.170.0 in model deploy seed code to support `lookupRoleExternalId` in `DefaultStackSynthesizer`
23
+
- fixed batch inference parameter resolution in `sagemaker-templates`
24
+
- added `--all` flag to `cdk deploy` in model deploy for multi-stack cross-account deployments
25
+
- added region validation for cross-region deployment in model deploy seed code
0 commit comments