Skip to content

Commit 899cb4f

Browse files
committed
release/v1.3.2
1 parent 1ec8828 commit 899cb4f

23 files changed

+51
-38
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.2] - 2023-03-02
9+
10+
### Changed
11+
12+
- enhancement(securityhub): enable nist 800-53 rev5 standard
13+
- fix(network): allow -1:-1 port range in NACL config
14+
- fix(validation): fix OU validation
15+
- fix: conflicting logical id for org lookup in createIpamSsmRole
16+
17+
### Configuration Changes
18+
19+
- chore: update best practices config to use nist 800-53 security hub standard
20+
821
## [1.3.1] - 2023-02-28
922

1023
### Added

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landing-zone-accelerator-on-aws",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Landing Zone Accelerator on AWS",
55
"license": "Apache-2.0",
66
"author": {

source/packages/@aws-accelerator/accelerator/test/__snapshots__/accounts-stack.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
983983
"Properties": {
984984
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-east-1/version",
985985
"Type": "String",
986-
"Value": "1.3.1",
986+
"Value": "1.3.2",
987987
},
988988
"Type": "AWS::SSM::Parameter",
989989
},
@@ -1195,7 +1195,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
11951195
"Properties": {
11961196
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-west-2/version",
11971197
"Type": "String",
1198-
"Value": "1.3.1",
1198+
"Value": "1.3.2",
11991199
},
12001200
"Type": "AWS::SSM::Parameter",
12011201
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/applications-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
526526
"Properties": {
527527
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
528528
"Type": "String",
529-
"Value": "1.3.1",
529+
"Value": "1.3.2",
530530
},
531531
"Type": "AWS::SSM::Parameter",
532532
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/bootstrap-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ exports[`BootstrapStack Construct(BootstrapStack): Snapshot Test 1`] = `
797797
"Properties": {
798798
"Name": "/accelerator/AWSAccelerator-BootstrapStack-111111111111-us-east-1/version",
799799
"Type": "String",
800-
"Value": "1.3.1",
800+
"Value": "1.3.2",
801801
},
802802
"Type": "AWS::SSM::Parameter",
803803
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/customizations-stack.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 1`]
455455
"Properties": {
456456
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-111111111111-us-east-1/version",
457457
"Type": "String",
458-
"Value": "1.3.1",
458+
"Value": "1.3.2",
459459
},
460460
"Type": "AWS::SSM::Parameter",
461461
},
@@ -999,7 +999,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 2`]
999999
"Properties": {
10001000
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
10011001
"Type": "String",
1002-
"Value": "1.3.1",
1002+
"Value": "1.3.2",
10031003
},
10041004
"Type": "AWS::SSM::Parameter",
10051005
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/finalize-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ exports[`FinalizeStack Construct(FinalizeStack): Snapshot Test 1`] = `
151151
"Properties": {
152152
"Name": "/accelerator/AWSAccelerator-FinalizeStack-111111111111-us-east-1/version",
153153
"Type": "String",
154-
"Value": "1.3.1",
154+
"Value": "1.3.2",
155155
},
156156
"Type": "AWS::SSM::Parameter",
157157
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/key-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ exports[`KeyStack Construct(KeyStack): Snapshot Test 1`] = `
475475
"Properties": {
476476
"Name": "/accelerator/AWSAccelerator-KeyStack-222222222222-us-east-1/version",
477477
"Type": "String",
478-
"Value": "1.3.1",
478+
"Value": "1.3.2",
479479
},
480480
"Type": "AWS::SSM::Parameter",
481481
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/logging-stack.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 1`] = `
30833083
"Properties": {
30843084
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
30853085
"Type": "String",
3086-
"Value": "1.3.1",
3086+
"Value": "1.3.2",
30873087
},
30883088
"Type": "AWS::SSM::Parameter",
30893089
},
@@ -6235,7 +6235,7 @@ exports[`LoggingStackOuTargets Construct(LoggingStackOuTargets): Snapshot Test
62356235
"Properties": {
62366236
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
62376237
"Type": "String",
6238-
"Value": "1.3.1",
6238+
"Value": "1.3.2",
62396239
},
62406240
"Type": "AWS::SSM::Parameter",
62416241
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-gwlb-stack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ exports[`NetworkAssociationsGwlbStack Construct(NetworkAssociationsGwlbStack):
719719
"Properties": {
720720
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsGwlbStack-555555555555-us-east-1/version",
721721
"Type": "String",
722-
"Value": "1.3.1",
722+
"Value": "1.3.2",
723723
},
724724
"Type": "AWS::SSM::Parameter",
725725
},

0 commit comments

Comments
 (0)