Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump ecr module version to consume auto-delete images feature #192

Merged
merged 3 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### **Changed**

- bump ecr module version to 1.10.0 to consume auto-delete images feature

## v1.3.0

### **Added**
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=release/1.10.0&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=release/1.10.0&depth=1
targetAccount: dev
parameters:
- name: image-tag-mutability
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.7.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.10.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.7.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.10.0&depth=1
targetAccount: primary
parameters:
- name: encryption-type
Expand Down
4 changes: 2 additions & 2 deletions manifests/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=release/1.10.0&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
Expand All @@ -12,7 +12,7 @@ parameters:
value: DESTROY
---
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=release/1.10.0&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
Expand Down