Skip to content

Commit 09c53f8

Browse files
authored
Chore/release 2.1.1 (#376)
* fix: Allow github organization repo creation * fix: validation script fixes * chore: Release 2.1.1
1 parent 567b539 commit 09c53f8

37 files changed

Lines changed: 46 additions & 41 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### **Changed**
1313
- updated GitHub repo creation in `sagemaker-templates` module to support GitHub organizations
1414

15+
## v2.1.1
16+
17+
### **Changed**
18+
- updated GitHub repo creation in `sagemaker-templates` module to support GitHub organizations
19+
1520
## v2.1.0
1621

1722
### **Added**

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

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.1.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.1.1&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.1.0&depth=1
21+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-group?ref=release/2.1.1&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.1.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-model-package-promote-pipeline?ref=release/2.1.1&depth=1
33
targetAccount: tooling
44
parameters:
55
- name: source_model_package_group_arn

examples/manifests/sagemaker-notebook-modules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: notebook
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/modules/sagemaker/sagemaker-notebook?ref=release/2.1.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/modules/sagemaker/sagemaker-notebook?ref=release/2.1.1&depth=1
33
parameters:
44
- name: notebook_name
55
value: dummy

examples/manifests/sagemaker-templates-modules-codecommit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: service-catalog
2-
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-templates?ref=release/2.1.0&depth=1
2+
path: git::https://github.com/awslabs/aiops-modules.git//modules/sagemaker/sagemaker-templates?ref=release/2.1.1&depth=1
33
targetAccount: primary
44
parameters:
55
- name: repository-type

0 commit comments

Comments
 (0)