Skip to content

Commit 450807b

Browse files
committed
release/v1.9.1
1 parent 6fb5259 commit 450807b

28 files changed

+1537
-1546
lines changed

solution-manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0199
33
name: landing-zone-accelerator-on-aws
4-
version: v1.9.0
4+
version: v1.9.1
55
cloudformation_templates:
66
- template: AWSAccelerator-InstallerStack.template
77
main_template: true

source/mkdocs/mkdocs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ nav:
8787
- v1.7.1: typedocs/v1.7.1/index.html
8888
- v1.8:
8989
- v1.8.0: typedocs/v1.8.0/index.html
90-
- v1.8.1: typedocs/latest/index.html
90+
- v1.8.1: typedocs/v1.8.1/index.html
91+
- v1.9:
92+
- v1.9.0: typedocs/v1.9.0/index.html
93+
- v1.9.1: typedocs/latest/index.html
9194

9295
theme:
9396
name: material

source/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landing-zone-accelerator-on-aws",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"private": true,
55
"description": "Landing Zone Accelerator on AWS",
66
"license": "Apache-2.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
19271927
"Properties": {
19281928
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-east-1/version",
19291929
"Type": "String",
1930-
"Value": "1.9.0",
1930+
"Value": "1.9.1",
19311931
},
19321932
"Type": "AWS::SSM::Parameter",
19331933
},
@@ -1982,7 +1982,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
19821982
"Properties": {
19831983
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-west-2/version",
19841984
"Type": "String",
1985-
"Value": "1.9.0",
1985+
"Value": "1.9.1",
19861986
},
19871987
"Type": "AWS::SSM::Parameter",
19881988
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
440440
"Properties": {
441441
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
442442
"Type": "String",
443-
"Value": "1.9.0",
443+
"Value": "1.9.1",
444444
},
445445
"Type": "AWS::SSM::Parameter",
446446
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ exports[`BootstrapStack Construct(BootstrapStack): Snapshot Test 1`] = `
948948
"Properties": {
949949
"Name": "/accelerator/AWSAccelerator-BootstrapStack-111111111111-us-east-1/version",
950950
"Type": "String",
951-
"Value": "1.9.0",
951+
"Value": "1.9.1",
952952
},
953953
"Type": "AWS::SSM::Parameter",
954954
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 1`]
656656
"Properties": {
657657
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-111111111111-us-east-1/version",
658658
"Type": "String",
659-
"Value": "1.9.0",
659+
"Value": "1.9.1",
660660
},
661661
"Type": "AWS::SSM::Parameter",
662662
},
@@ -1114,7 +1114,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 2`]
11141114
"Properties": {
11151115
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
11161116
"Type": "String",
1117-
"Value": "1.9.0",
1117+
"Value": "1.9.1",
11181118
},
11191119
"Type": "AWS::SSM::Parameter",
11201120
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ exports[`DependenciesStack Construct(DependenciesStack): Snapshot Test 1`] = `
201201
"Properties": {
202202
"Name": "/accelerator/AWSAccelerator-DependenciesStack-111111111111-us-east-1/version",
203203
"Type": "String",
204-
"Value": "1.9.0",
204+
"Value": "1.9.1",
205205
},
206206
"Type": "AWS::SSM::Parameter",
207207
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ exports[`FinalizeStack Construct(FinalizeStack): Snapshot Test 1`] = `
951951
"Properties": {
952952
"Name": "/accelerator/AWSAccelerator-FinalizeStack-111111111111-us-east-1/version",
953953
"Type": "String",
954-
"Value": "1.9.0",
954+
"Value": "1.9.1",
955955
},
956956
"Type": "AWS::SSM::Parameter",
957957
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ exports[`IdentityCenterStack Construct(IdentityCenterStack): Snapshot Test 1`]
695695
"Properties": {
696696
"Name": "/accelerator/AWSAccelerator-IdentityCenterStack-111111111111-us-east-1/version",
697697
"Type": "String",
698-
"Value": "1.9.0",
698+
"Value": "1.9.1",
699699
},
700700
"Type": "AWS::SSM::Parameter",
701701
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ exports[`KeyStack Construct(KeyStack): Snapshot Test 1`] = `
402402
"Properties": {
403403
"Name": "/accelerator/AWSAccelerator-KeyStack-222222222222-us-east-1/version",
404404
"Type": "String",
405-
"Value": "1.9.0",
405+
"Value": "1.9.1",
406406
},
407407
"Type": "AWS::SSM::Parameter",
408408
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4031,7 +4031,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 1`] = `
40314031
"Properties": {
40324032
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
40334033
"Type": "String",
4034-
"Value": "1.9.0",
4034+
"Value": "1.9.1",
40354035
},
40364036
"Type": "AWS::SSM::Parameter",
40374037
},
@@ -8434,7 +8434,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 2`] = `
84348434
"Properties": {
84358435
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-west-2/version",
84368436
"Type": "String",
8437-
"Value": "1.9.0",
8437+
"Value": "1.9.1",
84388438
},
84398439
"Type": "AWS::SSM::Parameter",
84408440
},
@@ -12938,7 +12938,7 @@ exports[`LoggingStackOuTargets Construct(LoggingStackOuTargets): Snapshot Test
1293812938
"Properties": {
1293912939
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
1294012940
"Type": "String",
12941-
"Value": "1.9.0",
12941+
"Value": "1.9.1",
1294212942
},
1294312943
"Type": "AWS::SSM::Parameter",
1294412944
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,7 @@ exports[`NetworkAssociationsGwlbStack Construct(NetworkAssociationsGwlbStack):
28612861
"Properties": {
28622862
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsGwlbStack-555555555555-us-east-1/version",
28632863
"Type": "String",
2864-
"Value": "1.9.0",
2864+
"Value": "1.9.1",
28652865
},
28662866
"Type": "AWS::SSM::Parameter",
28672867
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@ exports[`NetworkAssociationsStack Construct(NetworkAssociationsStack): Snapshot
29962996
"Properties": {
29972997
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version",
29982998
"Type": "String",
2999-
"Value": "1.9.0",
2999+
"Value": "1.9.1",
30003000
},
30013001
"Type": "AWS::SSM::Parameter",
30023002
},
@@ -5293,7 +5293,7 @@ exports[`NoVpcFlowLogStack Construct(NetworkAssociationsStack): Snapshot Test 1
52935293
"Properties": {
52945294
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version",
52955295
"Type": "String",
5296-
"Value": "1.9.0",
5296+
"Value": "1.9.1",
52975297
},
52985298
"Type": "AWS::SSM::Parameter",
52995299
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,7 @@ drop http $HOME_NET any -> $EXTERNAL_NET any (http.host; content:"example.com";
22622262
"Properties": {
22632263
"Name": "/accelerator/AWSAccelerator-NetworkPrepStack-555555555555-us-east-1/version",
22642264
"Type": "String",
2265-
"Value": "1.9.0",
2265+
"Value": "1.9.1",
22662266
},
22672267
"Type": "AWS::SSM::Parameter",
22682268
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-dns-stack.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ exports[`NetworkVpcDnsStack Construct(NetworkVpcDnsStack): Snapshot Test 1`] =
11011101
"Properties": {
11021102
"Name": "/accelerator/AWSAccelerator-NetworkVpcDnsStack-555555555555-us-east-1/version",
11031103
"Type": "String",
1104-
"Value": "1.9.0",
1104+
"Value": "1.9.1",
11051105
},
11061106
"Type": "AWS::SSM::Parameter",
11071107
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-endpoints-stack.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ exports[`NetworkVpcEndpointsStack Construct(NetworkVpcEndpointsStack): Snapshot
21532153
"Properties": {
21542154
"Name": "/accelerator/AWSAccelerator-NetworkVpcEndpointsStack-555555555555-us-east-1/version",
21552155
"Type": "String",
2156-
"Value": "1.9.0",
2156+
"Value": "1.9.1",
21572157
},
21582158
"Type": "AWS::SSM::Parameter",
21592159
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4396,7 +4396,7 @@ exports[`NetworkVpcStack Construct(NetworkVpcStack): Snapshot Test 1`] = `
43964396
"Properties": {
43974397
"Name": "/accelerator/AWSAccelerator-NetworkVpcStack-555555555555-us-east-1/version",
43984398
"Type": "String",
4399-
"Value": "1.9.0",
4399+
"Value": "1.9.1",
44004400
},
44014401
"Type": "AWS::SSM::Parameter",
44024402
},
@@ -5852,7 +5852,7 @@ exports[`NoVpcFlowLogStack Construct(NetworkVpcStack): Snapshot Test 1`] = `
58525852
"Properties": {
58535853
"Name": "/accelerator/AWSAccelerator-NetworkVpcStack-111111111111-us-east-1/version",
58545854
"Type": "String",
5855-
"Value": "1.9.0",
5855+
"Value": "1.9.1",
58565856
},
58575857
"Type": "AWS::SSM::Parameter",
58585858
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ exports[`OperationsStack Construct(OperationsStack): Snapshot Test 1`] = `
11201120
"Properties": {
11211121
"Name": "/accelerator/AWSAccelerator-OperationsStack-111111111111-us-east-1/version",
11221122
"Type": "String",
1123-
"Value": "1.9.0",
1123+
"Value": "1.9.1",
11241124
},
11251125
"Type": "AWS::SSM::Parameter",
11261126
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@ exports[`MultiOuOrganizationsStack Construct(OrganizationsStack): Snapshot Test
32023202
"Properties": {
32033203
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
32043204
"Type": "String",
3205-
"Value": "1.9.0",
3205+
"Value": "1.9.1",
32063206
},
32073207
"Type": "AWS::SSM::Parameter",
32083208
},
@@ -6572,7 +6572,7 @@ exports[`OrganizationsStack Construct(OrganizationsStack): Snapshot Test 1`] =
65726572
"Properties": {
65736573
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
65746574
"Type": "String",
6575-
"Value": "1.9.0",
6575+
"Value": "1.9.1",
65766576
},
65776577
"Type": "AWS::SSM::Parameter",
65786578
},
@@ -9846,7 +9846,7 @@ exports[`delegatedAdminStack Construct(OrganizationsStack): Snapshot Test 1`] =
98469846
"Properties": {
98479847
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
98489848
"Type": "String",
9849-
"Value": "1.9.0",
9849+
"Value": "1.9.1",
98509850
},
98519851
"Type": "AWS::SSM::Parameter",
98529852
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 1`] = `
25892589
"Properties": {
25902590
"Name": "/accelerator/PipelineStack/version",
25912591
"Type": "String",
2592-
"Value": "1.9.0",
2592+
"Value": "1.9.1",
25932593
},
25942594
"Type": "AWS::SSM::Parameter",
25952595
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4615,7 +4615,7 @@ exports[`PrepareStack Construct(PrepareStack): Snapshot Test 1`] = `
46154615
"Properties": {
46164616
"Name": "/accelerator/AWSAccelerator-PrepareStack-111111111111-us-east-1/version",
46174617
"Type": "String",
4618-
"Value": "1.9.0",
4618+
"Value": "1.9.1",
46194619
},
46204620
"Type": "AWS::SSM::Parameter",
46214621
},

source/packages/@aws-accelerator/accelerator/test/__snapshots__/resource-policy-enforcement-stack.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ exports[`ResourcePolicyEnforcementStack Construct(ResourcePolicyEnforcementStack
874874
"Properties": {
875875
"Name": "/accelerator/AWSAccelerator-ResourcePolicyEnforcementStack-111111111111-us-east-1/version",
876876
"Type": "String",
877-
"Value": "1.9.0",
877+
"Value": "1.9.1",
878878
},
879879
"Type": "AWS::SSM::Parameter",
880880
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ def script_handler(events, context):
27052705
"Properties": {
27062706
"Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version",
27072707
"Type": "String",
2708-
"Value": "1.9.0",
2708+
"Value": "1.9.1",
27092709
},
27102710
"Type": "AWS::SSM::Parameter",
27112711
},
@@ -5069,7 +5069,7 @@ def script_handler(events, context):
50695069
"Properties": {
50705070
"Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version",
50715071
"Type": "String",
5072-
"Value": "1.9.0",
5072+
"Value": "1.9.1",
50735073
},
50745074
"Type": "AWS::SSM::Parameter",
50755075
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4591,7 +4591,7 @@ exports[`SecurityResourcesStack Construct(SecurityResourcesStack): Snapshot Tes
45914591
"Properties": {
45924592
"Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version",
45934593
"Type": "String",
4594-
"Value": "1.9.0",
4594+
"Value": "1.9.1",
45954595
},
45964596
"Type": "AWS::SSM::Parameter",
45974597
},
@@ -7829,7 +7829,7 @@ exports[`delegatedAdminStack Construct(SecurityResourcesStack): Snapshot Test 1
78297829
"Properties": {
78307830
"Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version",
78317831
"Type": "String",
7832-
"Value": "1.9.0",
7832+
"Value": "1.9.1",
78337833
},
78347834
"Type": "AWS::SSM::Parameter",
78357835
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ exports[`SecurityStack Construct(SecurityStack): Snapshot Test 1`] = `
12841284
"Properties": {
12851285
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
12861286
"Type": "String",
1287-
"Value": "1.9.0",
1287+
"Value": "1.9.1",
12881288
},
12891289
"Type": "AWS::SSM::Parameter",
12901290
},
@@ -2396,7 +2396,7 @@ exports[`delegatedAdminStack Construct(SecurityStack): Snapshot Test 1`] = `
23962396
"Properties": {
23972397
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
23982398
"Type": "String",
2399-
"Value": "1.9.0",
2399+
"Value": "1.9.1",
24002400
},
24012401
"Type": "AWS::SSM::Parameter",
24022402
},

0 commit comments

Comments
 (0)