Skip to content

Commit 0c5ccde

Browse files
authored
[SVLS-8366] feat: Add ap-east-2 and ap-southeast-6 to release config (#1001)
## Overview Add two new AWS regions to the release script, so the next release will cover them: 1. ap-east-2: Taipei, 2025/06/05: https://aws.amazon.com/blogs/aws/now-open-aws-asia-pacific-taipei-region/ 2. ap-southeast-6: New Zealand, 2025/09/01 https://aws.amazon.com/blogs/aws/now-open-aws-asia-pacific-new-zealand-region/ I guess updating `.gitlab/datasources/regions.yaml` should work. Let me know if I should do something else. ## Testing Test on the next release.
1 parent 4211b16 commit 0c5ccde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab/datasources/regions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ regions:
55
- code: "us-west-2"
66
- code: "af-south-1"
77
- code: "ap-east-1"
8+
- code: "ap-east-2"
89
- code: "ap-south-1"
910
- code: "ap-south-2"
1011
- code: "ap-southeast-1"
1112
- code: "ap-southeast-2"
1213
- code: "ap-southeast-3"
1314
- code: "ap-southeast-4"
1415
- code: "ap-southeast-5"
16+
- code: "ap-southeast-6"
1517
- code: "ap-southeast-7"
1618
- code: "ap-northeast-1"
1719
- code: "ap-northeast-2"

0 commit comments

Comments
 (0)