Skip to content

Commit

Permalink
chore: update idf module versions to 1.12.0 (#247)
Browse files Browse the repository at this point in the history
* update idf module versions to 1.12.0

* changelog
  • Loading branch information
kukushking authored Oct 4, 2024
1 parent e2e56dd commit ce8988e
Show file tree
Hide file tree
Showing 19 changed files with 35 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### **Added**

### **Changed**
- updated manifests to idf release 1.12.0

## v1.6.0

Expand Down
2 changes: 1 addition & 1 deletion examples/manifests/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: internet-accessible
Expand Down
2 changes: 1 addition & 1 deletion manifests/bedrock-finetuning-sfn/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: internet-accessible
Expand Down
6 changes: 3 additions & 3 deletions manifests/fine-tuning-6b/base-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
parameters:
- name: InternetAccessible
value: true
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.12.0&depth=1
parameters:
- name: EncryptionType
value: SSE
- name: RetentionType
value: DESTROY
---
name: ray-ecr
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: ImageTagMutability
Expand Down
8 changes: 4 additions & 4 deletions manifests/fine-tuning-6b/core-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: eks
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/eks?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/eks?ref=release/1.12.0&depth=1
dataFiles:
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=release/1.11.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=release/1.11.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=release/1.12.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=release/1.12.0&depth=1
parameters:
- name: VpcId
valueFrom:
Expand Down Expand Up @@ -73,7 +73,7 @@ parameters:
deploy_aws_fsx_csi: True
---
name: fsx-lustre
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/fsx-lustre?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/fsx-lustre?ref=release/1.12.0&depth=1
parameters:
- name: VpcId
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/fine-tuning-6b/integration-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lustre-on-eks
path: git::https://github.com/awslabs/idf-modules.git//modules/integration/fsx-lustre-on-eks?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/integration/fsx-lustre-on-eks?ref=release/1.12.0&depth=1
parameters:
- name: EksClusterAdminRoleArn
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/fmops-qna-rag/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
parameters:
- name: internet-accessible
value: True
2 changes: 1 addition & 1 deletion manifests/fmops-qna-rag/storage-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: opensearch
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/opensearch?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/opensearch?ref=release/1.12.0&depth=1
parameters:
- name: encryption-type
value: SSE
Expand Down
2 changes: 1 addition & 1 deletion manifests/mlflow-tracking/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: internet-accessible
Expand Down
6 changes: 3 additions & 3 deletions manifests/mlflow-tracking/storage-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ecr-mlflow
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
Expand All @@ -12,7 +12,7 @@ parameters:
value: DESTROY
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: encryption-type
Expand All @@ -21,7 +21,7 @@ parameters:
value: DESTROY
---
name: mlflow-mysql
path: git::https://github.com/awslabs/idf-modules.git//modules/database/rds?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/database/rds?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: vpc-id
Expand Down
6 changes: 3 additions & 3 deletions manifests/mlops-sagemaker-multiacc/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: networking-dev
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: dev
parameters:
- name: internet-accessible
value: True
---
name: networking-pre-prod
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: pre-prod
parameters:
- name: internet-accessible
value: True
---
name: networking-prod
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: prod
parameters:
- name: internet-accessible
Expand Down
4 changes: 2 additions & 2 deletions manifests/mlops-sagemaker-multiacc/storage-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ecr-sagemaker-kernel
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.12.0&depth=1
targetAccount: dev
parameters:
- name: image-tag-mutability
Expand All @@ -12,7 +12,7 @@ parameters:
value: DESTROY
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.12.0&depth=1
targetAccount: dev
parameters:
- name: encryption-type
Expand Down
2 changes: 1 addition & 1 deletion manifests/mlops-sagemaker/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: internet-accessible
Expand Down
4 changes: 2 additions & 2 deletions manifests/mlops-sagemaker/storage-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ecr-sagemaker-kernel
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
Expand All @@ -12,7 +12,7 @@ parameters:
value: DESTROY
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: encryption-type
Expand Down
2 changes: 1 addition & 1 deletion manifests/mwaa-ml-training/mwaa-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mwaa
path: git::https://github.com/awslabs/idf-modules.git//modules/orchestration/mwaa?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/orchestration/mwaa?ref=release/1.12.0&depth=1
targetAccount: primary
dataFiles:
- filePath: data/mwaa/requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion manifests/mwaa-ml-training/networking-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: internet-accessible
Expand Down
6 changes: 3 additions & 3 deletions manifests/ray-on-eks/base-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.12.0&depth=1
parameters:
- name: InternetAccessible
value: true
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.12.0&depth=1
parameters:
- name: EncryptionType
value: SSE
- name: RetentionType
value: DESTROY
---
name: ray-ecr
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.12.0&depth=1
targetAccount: primary
parameters:
- name: ImageTagMutability
Expand Down
8 changes: 4 additions & 4 deletions manifests/ray-on-eks/core-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: eks
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/eks?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/eks?ref=release/1.12.0&depth=1
dataFiles:
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=release/1.11.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=release/1.11.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=release/1.12.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=release/1.12.0&depth=1
parameters:
- name: VpcId
valueFrom:
Expand Down Expand Up @@ -73,7 +73,7 @@ parameters:
deploy_aws_fsx_csi: True
---
name: fsx-lustre
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/fsx-lustre?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/fsx-lustre?ref=release/1.12.0&depth=1
parameters:
- name: VpcId
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/ray-on-eks/integration-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lustre-on-eks
path: git::https://github.com/awslabs/idf-modules.git//modules/integration/fsx-lustre-on-eks?ref=release/1.11.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/integration/fsx-lustre-on-eks?ref=release/1.12.0&depth=1
parameters:
- name: EksClusterAdminRoleArn
valueFrom:
Expand Down

0 comments on commit ce8988e

Please sign in to comment.