Skip to content

Commit 8703faf

Browse files
committed
Release 2.0.0
1 parent 6598434 commit 8703faf

40 files changed

Lines changed: 271 additions & 45 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### **Changed**
1313

14-
## v1.9.0
14+
## v2.0.0
1515

1616
### **Added**
1717
- added `eks-strands-agents-demo` manifest

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/1.9.0 https://github.com/awslabs/aiops-modules
8+
git clone --origin upstream --branch release/2.0.0 https://github.com/awslabs/aiops-modules
99
```
1010
The release version can be replaced with the version of interest.
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
2.0.0

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/1.9.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/examples/event-bus?ref=release/2.0.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/1.9.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-jumpstart-fm-endpoint?ref=release/2.0.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/1.9.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/examples/personas?ref=release/2.0.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/1.9.0&depth=1
4+
path: git::https://github.com/awslabs/aiops-modules.git//sagemaker/fmops/sagemaker-endpoint?ref=release/2.0.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/1.9.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/fmops/sagemaker-hugging-face-endpoint?ref=release/2.0.0&depth=1
33
targetAccount: primary
44
parameters:
55
- name: hugging-face-model-id

examples/manifests/sagemaker-model-monitoring-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: monitor
4-
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-monitoring?ref=release/1.9.0&depth=1
4+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-monitoring?ref=release/2.0.0&depth=1
55
parameters:
66
- name: sagemaker_project_id
77
value: project-1

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/1.9.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.0.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/1.9.0&depth=1
21+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.0.0&depth=1
2222
targetAccount: tooling
2323
parameters:
2424
- name: model_package_group_name

0 commit comments

Comments
 (0)