Skip to content

Commit 1c2ce3b

Browse files
authored
Reverted the eu-south-1 region enablement (#429)
* Reverted the eu-south-1 region enablement * Updated the changelog and bumped the version
1 parent d83d1c5 commit 1c2ce3b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

3+
## v0.71
4+
5+
- [#429](https://github.com/awslabs/amazon-s3-find-and-forget/pull/429):
6+
Reverted the `eu-south-2` region enablement
7+
38
## v0.70
49

510
- [#428](https://github.com/awslabs/amazon-s3-find-and-forget/pull/428): Enabled
6-
the `eu-south-2` region
11+
the `eu-south-2` region, Updated the docker images used for CodeBuild
712

813
## v0.69
914

cfn-publish.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ bucket_name_prefix="solution-builders"
22
acl="public-read"
33
extra_files=build.zip
44
templates="templates/template.yaml templates/role.yaml"
5-
regions="us-east-1 us-east-2 us-west-2 ap-northeast-1 ap-south-1 ap-southeast-2 eu-west-1 eu-west-2 eu-central-1 eu-north-1 eu-south-2"
5+
regions="us-east-1 us-east-2 us-west-2 ap-northeast-1 ap-south-1 ap-southeast-2 eu-west-1 eu-west-2 eu-central-1 eu-north-1"

templates/template.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: "2010-09-09"
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Amazon S3 Find and Forget (uksb-1q2j8beb0) (version:v0.70) (tag:main)
3+
Description: Amazon S3 Find and Forget (uksb-1q2j8beb0) (version:v0.71) (tag:main)
44

55
Parameters:
66
AccessControlAllowOriginOverride:
@@ -185,7 +185,6 @@ Rules:
185185
- eu-west-1
186186
- eu-west-2
187187
- eu-west-3
188-
- eu-south-2
189188
- me-south-1
190189
- sa-east-1
191190
- us-east-1
@@ -207,7 +206,7 @@ Conditions:
207206
Mappings:
208207
Solution:
209208
Constants:
210-
Version: 'v0.70'
209+
Version: 'v0.71'
211210

212211
Resources:
213212
TempBucket:

templates/vpc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Mappings:
5555
HasThreeAZs: true
5656
eu-west-3:
5757
HasThreeAZs: true
58-
eu-south-2:
59-
HasThreeAZs: true
6058
sa-east-1:
6159
HasThreeAZs: true
6260
us-east-1:

0 commit comments

Comments
 (0)