Skip to content

Commit be6ce2f

Browse files
authored
chore: Release 2.1.0 (#371)
* chore: Release 2.1.0 * redact acc ids
1 parent 5ea9b34 commit be6ce2f

40 files changed

Lines changed: 55 additions & 44 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## UNRELEASED
99

10+
### **Added**
11+
12+
### **Changed**
13+
14+
## v2.1.0
15+
1016
### **Added**
1117
- added `hyperpod-eks` manifest and `hyperpod-eks-tf` module for training LLM and FM with Amazon SageMaker HyperPod
1218

DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. Clone the repository and checkout a release branch using the below command:
66

77
```
8-
git clone --origin upstream --branch release/2.0.0 https://github.com/awslabs/aiops-modules
8+
git clone --origin upstream --branch release/2.1.0 https://github.com/awslabs/aiops-modules
99
```
1010
The release version can be replaced with the version of interest.
1111

examples/manifests/event-bus-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: event-bus
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/examples/event-bus?ref=release/2.0.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/examples/event-bus?ref=release/2.1.0&depth=1
33
targetAccount: tooling
44
parameters:
55
- name: event_bus_name

examples/manifests/fmops-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: jumpstart-hf-asrwhisper-endpoint
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-jumpstart-fm-endpoint?ref=release/2.0.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-jumpstart-fm-endpoint?ref=release/2.1.0&depth=1
33
targetAccount: primary
44
parameters:
55
- name: jump-start-model-name
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: personas
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/examples/personas?ref=release/2.0.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/examples/personas?ref=release/2.1.0&depth=1
33
parameters:
44
- name: bucket-name
55
value: my-bucket

examples/manifests/sagemaker-endpoints-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is an example manifest group.
22
# Replace the parameters with the parameters for your model below prior the deployment.
33
name: endpoint
4-
path: git::https://github.com/awslabs/aiops-modules.git//sagemaker/fmops/sagemaker-endpoint?ref=release/2.0.0&depth=1
4+
path: git::https://github.com/awslabs/aiops-modules.git//sagemaker/fmops/sagemaker-endpoint?ref=release/2.1.0&depth=1
55
parameters:
66
- name: sagemaker_project_id
77
value: project-1

examples/manifests/sagemaker-hugging-face.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hugging-face-mistral-endpoint
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-hugging-face-endpoint?ref=release/2.0.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-hugging-face-endpoint?ref=release/2.1.0&depth=1
33
targetAccount: primary
44
parameters:
55
- name: hugging-face-model-id

examples/manifests/sagemaker-model-monitoring-modules.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ parameters:
1111
# value: <REDACTED>
1212
- name: endpoint_name
1313
value: DEMO-xgb-churn-pred-model-monitor-2025-10-23-19-11-16
14+
# Baselining
15+
- name: baseline_training_data_s3_uri
16+
value: s3://sagemaker-us-east-2-<REDACTED>/SF2-DEMO-xgb-churn-pred-model-monitor/test/baseline/input
17+
- name: baseline_output_data_s3_uri
18+
value: s3://sagemaker-us-east-2-<REDACTED>/SF2-DEMO-xgb-churn-pred-model-monitor/test/baseline/output
1419
# - name: security_group_id
1520
# valueFrom:
1621
# moduleMetadata:

examples/manifests/sagemaker-model-package-group-modules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source-model-package-group
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.0.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.1.0&depth=1
33
targetAccount: primary
44
parameters:
55
- name: model_package_group_name
@@ -18,7 +18,7 @@ parameters:
1818
value: test
1919
---
2020
name: target-model-package-group
21-
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.0.0&depth=1
21+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.1.0&depth=1
2222
targetAccount: tooling
2323
parameters:
2424
- name: model_package_group_name

examples/manifests/sagemaker-model-package-promote-pipeline-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: model-pipeline
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-promote-pipeline?ref=release/2.0.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-promote-pipeline?ref=release/2.1.0&depth=1
33
targetAccount: tooling
44
parameters:
55
- name: source_model_package_group_arn

0 commit comments

Comments
 (0)