Skip to content

Commit 596d3f0

Browse files
rycerraterwaxler
authored andcommitted
release/v1.13.1
1 parent 30672c2 commit 596d3f0

File tree

138 files changed

+687
-668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+687
-668
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,33 @@ 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.13.1] - 2025-09-09
8+
## [1.13.1] - 2025-10-02
99

1010
### Fixed
11-
- fix(metadata): missing s3 read permissions on accelerator metadata lambda role
11+
12+
- fix(asea): fix lambda role replacement for asea functions
13+
- fix(asea): remove deprecated asea phase5 lambdas
14+
- fix(config-service): create service linked role when orgs only [#834](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/834) [#857](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/857)
15+
- fix(macie): allow undefined value for excluded regions
16+
- fix(metadata): missing s3 read permissions on accelerator metadata lambda role [#864](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/864)
17+
- fix(networking): fix rql resource from being recreated
1218
- fix(networking): reverts bug disabling private dns for vpc interface endpoints
19+
- fix(organizations): don't add existing accounts to org account creation
20+
- fix(pipeline): add missing environment variable for validation
21+
- fix(stack-policy): fix error on new account creation
22+
- fix(validation): added partition env var to pipeline
23+
- fix(validation): add validation for imported access log bucket name
1324

1425
### Changed
26+
27+
- chore(configs): update sample configurations to lza universal config
28+
- chore(control-tower): updated default access logs retention to 365 days
1529
- chore(docs): add v2 mkdoc navigation
30+
- chore(docs): update documentation for maxPasswordAge
31+
- chore(docs): update service quota documentation
32+
- chore(docs): update security hub findings and universal configuration reference
33+
- chore(logging): updated default cloudwatch log retention to 1 year
34+
- Revert "fix(validation): query log without r53 resolver configured" [#876](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/876)
1635

1736
## [1.13.0] - 2025-08-29
1837

@@ -82,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82101
- chore(docs): add v2 stack documentation
83102
- chore(docs): document the process of adding a new region
84103
- chore(docs): update readme with code protection description
85-
- chore(dcs): added outposts documentation and validation
104+
- chore(docs): added outposts documentation and validation
86105

87106
## [1.12.6] - 2025-08-28
88107

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
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.13.0
4+
version: v1.13.1
55
cloudformation_templates:
66
- template: AWSAccelerator-InstallerStack.template
77
main_template: true

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.13.0",
3+
"version": "1.13.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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
7878
"Description": "Custom resource provider to create service linked role",
7979
"Environment": {
8080
"Variables": {
81-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
81+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
8282
},
8383
},
8484
"Handler": "index.handler",
@@ -208,7 +208,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
208208
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-AccountsStack-111111111111-us-east-1/AccessAnalyzerServiceLinkedRole/CreateServiceLinkedRoleProvider)",
209209
"Environment": {
210210
"Variables": {
211-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
211+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
212212
"USER_ON_EVENT_FUNCTION_ARN": {
213213
"Fn::GetAtt": [
214214
"AccessAnalyzerServiceLinkedRoleCreateServiceLinkedRoleFunctionA23D700D",
@@ -575,7 +575,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
575575
"Environment": {
576576
"Variables": {
577577
"SCP_POLICY_NAME": "Quarantine",
578-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
578+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
579579
},
580580
},
581581
"Handler": "index.handler",
@@ -848,7 +848,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
848848
},
849849
"Environment": {
850850
"Variables": {
851-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
851+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
852852
},
853853
},
854854
"Handler": "__entrypoint__.handler",
@@ -960,7 +960,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
960960
},
961961
"Environment": {
962962
"Variables": {
963-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
963+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
964964
},
965965
},
966966
"Handler": "__entrypoint__.handler",
@@ -1053,7 +1053,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
10531053
"Description": "Organizations create policy",
10541054
"Environment": {
10551055
"Variables": {
1056-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1056+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
10571057
},
10581058
},
10591059
"Handler": "__entrypoint__.handler",
@@ -1245,7 +1245,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
12451245
"Description": "Custom resource provider to create service linked role",
12461246
"Environment": {
12471247
"Variables": {
1248-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1248+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
12491249
},
12501250
},
12511251
"Handler": "index.handler",
@@ -1375,7 +1375,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
13751375
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-AccountsStack-111111111111-us-east-1/GuardDutyServiceLinkedRole/CreateServiceLinkedRoleProvider)",
13761376
"Environment": {
13771377
"Variables": {
1378-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1378+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
13791379
"USER_ON_EVENT_FUNCTION_ARN": {
13801380
"Fn::GetAtt": [
13811381
"GuardDutyServiceLinkedRoleCreateServiceLinkedRoleFunction151BCBCB",
@@ -1523,7 +1523,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
15231523
"Description": "Custom resource provider to create service linked role",
15241524
"Environment": {
15251525
"Variables": {
1526-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1526+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
15271527
},
15281528
},
15291529
"Handler": "index.handler",
@@ -1653,7 +1653,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
16531653
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-AccountsStack-111111111111-us-east-1/MacieServiceLinkedRole/CreateServiceLinkedRoleProvider)",
16541654
"Environment": {
16551655
"Variables": {
1656-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1656+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
16571657
"USER_ON_EVENT_FUNCTION_ARN": {
16581658
"Fn::GetAtt": [
16591659
"MacieServiceLinkedRoleCreateServiceLinkedRoleFunction64213ACA",
@@ -1834,7 +1834,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
18341834
"Description": "Opt-in Regions isComplete handler",
18351835
"Environment": {
18361836
"Variables": {
1837-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1837+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
18381838
},
18391839
},
18401840
"Handler": "index.handler",
@@ -1965,7 +1965,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
19651965
"Description": "Opt-in Regions onEvent handler",
19661966
"Environment": {
19671967
"Variables": {
1968-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
1968+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
19691969
},
19701970
},
19711971
"Handler": "index.handler",
@@ -2096,7 +2096,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
20962096
"Description": "AWS CDK resource provider framework - isComplete (AWSAccelerator-AccountsStack-111111111111-us-east-1/OptInRegions/OptInRegionsProvider)",
20972097
"Environment": {
20982098
"Variables": {
2099-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
2099+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
21002100
"USER_IS_COMPLETE_FUNCTION_ARN": {
21012101
"Fn::GetAtt": [
21022102
"OptInRegionsOptInRegionsIsComplete20A899A2",
@@ -2256,7 +2256,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
22562256
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-AccountsStack-111111111111-us-east-1/OptInRegions/OptInRegionsProvider)",
22572257
"Environment": {
22582258
"Variables": {
2259-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
2259+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
22602260
"USER_IS_COMPLETE_FUNCTION_ARN": {
22612261
"Fn::GetAtt": [
22622262
"OptInRegionsOptInRegionsIsComplete20A899A2",
@@ -2426,7 +2426,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
24262426
"Description": "AWS CDK resource provider framework - onTimeout (AWSAccelerator-AccountsStack-111111111111-us-east-1/OptInRegions/OptInRegionsProvider)",
24272427
"Environment": {
24282428
"Variables": {
2429-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
2429+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
24302430
"USER_IS_COMPLETE_FUNCTION_ARN": {
24312431
"Fn::GetAtt": [
24322432
"OptInRegionsOptInRegionsIsComplete20A899A2",
@@ -2810,7 +2810,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
28102810
"Description": "Custom resource provider to create service linked role",
28112811
"Environment": {
28122812
"Variables": {
2813-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
2813+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
28142814
},
28152815
},
28162816
"Handler": "index.handler",
@@ -2940,7 +2940,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
29402940
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-AccountsStack-111111111111-us-east-1/SecurityHubServiceLinkedRole/CreateServiceLinkedRoleProvider)",
29412941
"Environment": {
29422942
"Variables": {
2943-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
2943+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
29442944
"USER_ON_EVENT_FUNCTION_ARN": {
29452945
"Fn::GetAtt": [
29462946
"SecurityHubServiceLinkedRoleCreateServiceLinkedRoleFunction4EC1E85D",
@@ -3079,7 +3079,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
30793079
"Properties": {
30803080
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-east-1/version",
30813081
"Type": "String",
3082-
"Value": "1.13.0",
3082+
"Value": "1.13.1",
30833083
},
30843084
"Type": "AWS::SSM::Parameter",
30853085
},
@@ -3217,7 +3217,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
32173217
"Description": "Opt-in Regions isComplete handler",
32183218
"Environment": {
32193219
"Variables": {
3220-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
3220+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
32213221
},
32223222
},
32233223
"Handler": "index.handler",
@@ -3342,7 +3342,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
33423342
"Description": "Opt-in Regions onEvent handler",
33433343
"Environment": {
33443344
"Variables": {
3345-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
3345+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
33463346
},
33473347
},
33483348
"Handler": "index.handler",
@@ -3467,7 +3467,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
34673467
"Description": "AWS CDK resource provider framework - isComplete (AWSAccelerator-AccountsStack-111111111111-us-west-2/OptInRegions/OptInRegionsProvider)",
34683468
"Environment": {
34693469
"Variables": {
3470-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
3470+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
34713471
"USER_IS_COMPLETE_FUNCTION_ARN": {
34723472
"Fn::GetAtt": [
34733473
"OptInRegionsOptInRegionsIsComplete20A899A2",
@@ -3627,7 +3627,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
36273627
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-AccountsStack-111111111111-us-west-2/OptInRegions/OptInRegionsProvider)",
36283628
"Environment": {
36293629
"Variables": {
3630-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
3630+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
36313631
"USER_IS_COMPLETE_FUNCTION_ARN": {
36323632
"Fn::GetAtt": [
36333633
"OptInRegionsOptInRegionsIsComplete20A899A2",
@@ -3797,7 +3797,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
37973797
"Description": "AWS CDK resource provider framework - onTimeout (AWSAccelerator-AccountsStack-111111111111-us-west-2/OptInRegions/OptInRegionsProvider)",
37983798
"Environment": {
37993799
"Variables": {
3800-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
3800+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
38013801
"USER_IS_COMPLETE_FUNCTION_ARN": {
38023802
"Fn::GetAtt": [
38033803
"OptInRegionsOptInRegionsIsComplete20A899A2",
@@ -4146,7 +4146,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
41464146
"Properties": {
41474147
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-west-2/version",
41484148
"Type": "String",
4149-
"Value": "1.13.0",
4149+
"Value": "1.13.1",
41504150
},
41514151
"Type": "AWS::SSM::Parameter",
41524152
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
1515
},
1616
"Environment": {
1717
"Variables": {
18-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
18+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
1919
},
2020
},
2121
"Handler": "index.handler",
@@ -116,7 +116,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
116116
"Description": "AWS CDK resource provider framework - onEvent (AWSAccelerator-CustomizationsStack-444444444444-us-east-1/Custom::PortfolioAssociationsRoleArnProvider/Resource)",
117117
"Environment": {
118118
"Variables": {
119-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
119+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
120120
"USER_ON_EVENT_FUNCTION_ARN": {
121121
"Fn::GetAtt": [
122122
"CustomPortfolioAssociationsRoleArnProviderCustomPortfolioAssociationsRoleArnProviderProviderLambda303083B3",
@@ -242,7 +242,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
242242
},
243243
"Environment": {
244244
"Variables": {
245-
"SOLUTION_ID": "AwsSolution/SO0199/1.13.0",
245+
"SOLUTION_ID": "AwsSolution/SO0199/1.13.1",
246246
},
247247
},
248248
"Handler": "__entrypoint__.handler",
@@ -453,7 +453,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
453453
"Properties": {
454454
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
455455
"Type": "String",
456-
"Value": "1.13.0",
456+
"Value": "1.13.1",
457457
},
458458
"Type": "AWS::SSM::Parameter",
459459
},

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
@@ -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.13.0",
951+
"Value": "1.13.1",
952952
},
953953
"Type": "AWS::SSM::Parameter",
954954
},

0 commit comments

Comments
 (0)