Skip to content

Commit

Permalink
Merge pull request #95 from awslabs/chore/update-storage-ecr-module
Browse files Browse the repository at this point in the history
chore: updating `storage/ecr` module to latest pending `v1.8.0` of IDF
  • Loading branch information
malachi-constant authored May 21, 2024
2 parents 1b7aa92 + cd47d26 commit 565b6a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename seedfarmer project name to `aiops`
- chore: adding some missing auto_delete attributes
- chore: Add `auto_delete` to `mlflow-fargate` elb access logs bucket
- updating `storage/ecr` module to latest pending `v1.8.0` of IDF

## v1.1.0

Expand Down
2 changes: 1 addition & 1 deletion manifests/mlflow-experiments-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.7.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=main&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=main&depth=1
targetAccount: dev
parameters:
- name: image-tag-mutability
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=main&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
Expand Down

0 comments on commit 565b6a4

Please sign in to comment.