From 9cd0be69416b68437ae2ae2b52fcac2b2520baf3 Mon Sep 17 00:00:00 2001 From: Zafar Abbas Date: Fri, 16 Feb 2024 13:30:52 -0800 Subject: [PATCH 1/3] Enable me-central-1 region --- packer/aws.pkr.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packer/aws.pkr.hcl b/packer/aws.pkr.hcl index 1adcb69..c299b18 100644 --- a/packer/aws.pkr.hcl +++ b/packer/aws.pkr.hcl @@ -27,7 +27,8 @@ locals { "sa-east-1", "ca-central-1", "ap-southeast-1", - "ap-southeast-2" + "ap-southeast-2", + "me-central-1" ] } From c036eae7f31bc1b2d5d12b9b52ffbc8d2298fe14 Mon Sep 17 00:00:00 2001 From: "codiumai-pr-agent-pro[bot]" <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 21:31:35 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30c43b..239551c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2024-02-16 + +### Added +- Enabled support for the "me-central-1" AWS region in the Packer configuration, allowing the creation of AMIs in the Middle East (Bahrain) region. + ## 2024-02-07 ### Added From 2ea4e506a9a378a28b10ca33e7a4db15a7ee7846 Mon Sep 17 00:00:00 2001 From: Zafar Abbas Date: Fri, 16 Feb 2024 13:31:54 -0800 Subject: [PATCH 3/3] Update gen-native-images.sh --- packer/gen-native-images.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packer/gen-native-images.sh b/packer/gen-native-images.sh index a664a19..f4d4268 100755 --- a/packer/gen-native-images.sh +++ b/packer/gen-native-images.sh @@ -71,6 +71,7 @@ $nicename images:" s/us-gov-east-1/UsGovEast1/g s/ap-southeast-1/Singapore/g s/ap-southeast-2/Sydney/g + s/me-central-1/UAE/g ')" case "$name" in