v1.3.0
What's Changed
- chore: remove explicit module manifest account/region mappings by @malachi-constant in #109
- Encrypt ECR with KMS by @NSUDE-GEORGE in #110
- Adding KMS encryption for all ECR storage modules by @NSUDE-GEORGE in #115
- feat: ray on eks by @kukushking in #80
- chore: Cleanup module-level requirements-dev files by @LeonLuttenberger in #123
- Add a module for data quality monitoring of a SageMaker Endpoint. by @clokep in #117
- Update the SageMaker Monitoring module with model quality monitoring by @clokep in #125
- add KMS encryption for storage by @NSUDE-GEORGE in #113
- chore: Refactor
airflow-dags
module to use Pydantic by @LeonLuttenberger in #127 - fix: Inputs for bedrock-finetuning module not working by @LeonLuttenberger in #131
- fix: ecr removal policy by @kukushking in #132
- chore: rename mlops to aiops in the 1-click launch template by @LeonLuttenberger in #135
- chore: upgrade
urllib3
to resolve vulnerability by @LeonLuttenberger in #136 - Update the SageMaker Model Monitoring module with model bias monitoring. by @clokep in #126
- fix: 1-click launch template referencing old manifest by @LeonLuttenberger in #138
- fix: missing PRIMARY_ACCOUNT env var for 1-click launch template by @LeonLuttenberger in #139
- feat: Add retention parameter to bedrock-finetuning bucket by @LeonLuttenberger in #141
- Update the SageMaker Model Monitoring module with model explainability monitoring. by @clokep in #137
- fix: Downscope permissions in the 1-click launch template by @LeonLuttenberger in #140
- fix: dependency issues in DAGs by @LeonLuttenberger in #142
- Use add_dependency instead of deprecated add_depends_on. by @clokep in #144
- Added a new Personas module. by @rtdurga in #114
- Fix-up some spelling errors. by @clokep in #147
- SageMaker Service Catalog templates clean-ups by @clokep in #148
- chore: adding workflow to check integration tests presence in modules by @malachi-constant in #149
- fix opensearch removal policy by @kukushking in #169
- Fix redeploying SageMaker Model Monitoring module. by @clokep in #168
- Add LLM fine-tuning and evaluation template by @abhay2302 in #170
- Add sagemaker-model-cicd module by @nagyen in #145
- update mwaa to 2.9.2 & update requirements/constraints by @kukushking in #177
- chore: update workflow to only run once a day by @malachi-constant in #183
- limit length of id in model name to prevent model name becoming too long by @EthanBunce in #184
- Add permission for get secret value for hf access token secret by @EthanBunce in #185
- chore: update one-click template by @kukushking in #187
- feat: multi account basic template self mutating pipeline by @acbhatt12 in #69
- tests: add integ test for
mlflow-image
module by @LeonLuttenberger in #188 - Add domain resource isolation and network isolation for endpoints by @EthanBunce in #189
- chore: release 1.3.0 by @kukushking in #186
Dependencies
- chore(deps): bump tornado from 6.4 to 6.4.1 in /data/mwaa/requirements by @dependabot in #179
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /data/mwaa/requirements by @dependabot in #180
- chore(deps): bump certifi from 2024.6.2 to 2024.7.4 in /data/mwaa/requirements by @dependabot in #182
- chore(deps): bump azure-identity from 1.16.0 to 1.16.1 in /data/mwaa/requirements by @dependabot in #181
- chore(deps): bump transformers from 4.33.0 to 4.38.0 in /modules/sagemaker/sagemaker-templates-service-catalog/templates/finetune_llm_evaluation/seed_code/build_app/source_scripts by @dependabot in #172
- chore(deps): bump sagemaker from 2.194.0 to 2.218.0 in /modules/sagemaker/sagemaker-templates-service-catalog/templates/finetune_llm_evaluation/seed_code/build_app by @dependabot in #173
- chore(deps): bump transformers from 4.33.0 to 4.38.0 in /modules/sagemaker/sagemaker-templates-service-catalog/templates/finetune_llm_evaluation/seed_code/build_app by @dependabot in #175
- chore(deps): bump certifi from 2023.11.17 to 2024.7.4 in /data/mwaa/requirements by @dependabot in #171
- chore(deps): bump zipp from 3.15.0 to 3.19.1 in /modules/eks/ray-on-eks by @dependabot in #176
- chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /modules/examples/personas by @dependabot in #146
- chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /modules/mlflow/mlflow-image by @dependabot in #130
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /modules/fmops/sagemaker-jumpstart-fm-endpoint by @dependabot in #129
- chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /modules/examples/airflow-dags by @dependabot in #134
- chore(deps): bump authlib from 1.3.0 to 1.3.1 in /data/mwaa/requirements by @dependabot in #116
- chore(deps): bump tornado from 6.4 to 6.4.1 in /data/mwaa/requirements by @dependabot in #112
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /modules/fmops/bedrock-finetuning by @dependabot in #118
- chore: add manifestValidationFailOnUnknownFields=true to manifest by @LeonLuttenberger in #119
- chore(deps): bump azure-identity from 1.15.0 to 1.16.1 in /data/mwaa/requirements by @dependabot in #120
- chore(deps): bump msal from 1.26.0 to 1.28.0 in /data/mwaa/requirements by @dependabot in #121
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /modules/fmops/sagemaker-hugging-face-endpoint by @dependabot in #122
- chore(deps): bump sagemaker from 2.207.1 to 2.218.0 in /modules/sagemaker/sagemaker-model-monitoring by @dependabot in #124
- chore(deps): bump urllib3 from 2.0.7 to 2.2.2 in /data/mwaa/requirements by @dependabot in #128
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /data/mwaa/requirements by @dependabot in #143
New Contributors
- @NSUDE-GEORGE made their first contribution in #110
- @clokep made their first contribution in #117
- @abhay2302 made their first contribution in #170
- @nagyen made their first contribution in #145
- @EthanBunce made their first contribution in #184
- @acbhatt12 made their first contribution in #69
Full Changelog: v1.2.0...v1.3.0