Releases: awslabs/aiops-modules
Releases · awslabs/aiops-modules
v3.2.6
What's Changed
- fix: fix broken permissions for sagemaker studio role by @jiahuii-amazon in #441
Full Changelog: v3.2.5...v3.2.6
v3.2.5
What's Changed
- fix(sagemaker-templates): Fix batch inference parameter resolution by @newman911 in #425
- Fix model deploy pr by @newman911 in #428
- feat: Add cross-account external ID support for CDK lookup role by @newman911 in #429
- chore: Release 3.2.5 by @newman911 in #430
New Contributors
- @newman911 made their first contribution in #425
Full Changelog: v3.2.4...v3.2.5
v3.2.4
What's Changed
- feat: add permission boundary as optional input to all modules by @xuezhma in #415
- chore: Release 3.2.3 by @xuezhma in #416
- fix: remove redundant hardcoded stack names in model_deploy seed code by @weklund in #421
- fix: add S3 permissions directly to ManagedPolicy to fix IAM race condition by @weklund in #420
- feat: add optional S3 access logging for Control Tower compliance by @weklund in #419
- chore: Release 3.2.4 by @weklund in #422
Full Changelog: v3.2.2...v3.2.4
v3.2.3
v3.2.2
Release v3.2.2
This patch release includes security updates, dependency upgrades, and improvements to the sagemaker-templates module.
Added
- Added slack notification on failure in the snyk workflow
- Added UPDATE handler support for
sagemaker-templatesGitHub repository custom resource:- CodeConnectionArn changes: updates CodeBuild source credentials
- S3BucketObjectKey changes (seed code updates): creates branch and pull request with new code
- repository_owner changes: creates new repository under new owner with seed code, keeps old repository intact
- Added
codebuild:DeleteSourceCredentialspermission tosagemaker-templatesGitHub repository Lambda role
Changed
- Update transformers to 4.53.0 to address security vulnerabilities
- Update sagemaker to 2.256.0
- Add explicit permissions to workflow for security best practices
Commits Since v3.2.1
- 0fc46cb - chore(deps): bump sagemaker (#412)
- 770bd7d - feat: add slack notification for snyk failure (#411)
- 895fea2 - fix: handle update event for the github customer resource handler (#409)
- c31182e - fix: upgrade transformers to 4.53.0 to address security vulnerabilities (#408)
- 11619ef - fix: add explicit permissions to workflow (#407)
v3.2.1
What's Changed
Changed
- fixed duplicate principal error in
sagemaker-templatesKMS key and S3 bucket policies when dev, pre-prod, and prod account IDs resolve to the same AWS account
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
Changed
sagemaker-model-monitoringnow triggers a one-time baseline generation upon deployment- update seedfarmer version to 8.0.0
- fixed duplicate principal error in
sagemaker-templatesmodule when dev, pre-prod, and prod account IDs resolve to the same AWS account - fixed
sagemaker-templatesModel Deploy seed code incorrectly granting S3 permissions to a ManagedPolicy instead of a Role, which caused deployment failures with CDK 2.174.0+ - update qs to 6.14.1 via npm override to address security vulnerability
- pin @cdklabs/generative-ai-cdk-constructs to 0.1.311 to fix build compatibility
- update starlette to 0.50.0 and fastapi to 0.128.0 to address security vulnerabilities
- updated
sagemaker-templatesto try archiving when repo deletion fails
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
Added
- added
enable-data-captureparameter tosagemaker-templatesModel Deploy template to enable endpoint data capture (default: true)
PRs
- feat: add enable-data-capture parameter to sagemaker-templates by @xuezhma in #390
- chore: Release 3.1.0 by @xuezhma in #391
Full Changelog: v3.0.0...v3.1.0