From 10433992c1822eaed6174045e17d6eea58d726f4 Mon Sep 17 00:00:00 2001 From: Valentin Radicevic Date: Fri, 27 Sep 2024 11:57:07 +0200 Subject: [PATCH 1/2] Add ecr_pullthrough_cache_rule to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e17895..a48d0846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ efficient EC2 instance type is selected first. - RDS DB subnet group is now using VPC private subnets, instead of separate, private DB subnets. Please check MIGRATION.md document on procedure how to migrate existing deployments. +- Enabled usage of pull through cache in ECR ## v0.1.0 From 8ed76660ea13b747024cdd6260e02bc09b66550d Mon Sep 17 00:00:00 2001 From: Valentin Radicevic Date: Fri, 27 Sep 2024 12:05:31 +0200 Subject: [PATCH 2/2] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48d0846..91e1eee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ compatible with k8s and workload (e.g. cpu type, cpu and memory requests; 16 Cores, 64 GiB). The list is ordered in such a way, so that the most cost efficient EC2 instance type is selected first. - RDS DB subnet group is now using VPC private subnets, instead of separate, -private DB subnets. Please check MIGRATION.md document on procedure how to +private DB subnets. Please check MAINTENANCE.md document on procedure how to migrate existing deployments. - Enabled usage of pull through cache in ECR