Skip to content

Commit

Permalink
release/v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnraws committed Jun 20, 2023
1 parent 1eae795 commit 0e75eeb
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 41 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.4.2] - 2023-06-16

### Fixed

- fix(ssm): PutSsmParameters custom resource ignores new accounts
- chore(organizations): moved getOrganizationId to organizations-config
- fix(iam): service linked roles fail to create in multi-region deployment
- fix(validation): TGW route validation fails when prefixList deployment targets do not have excluded regions
- fix(validation): incorrectly configured security delegated admin account isn’t caught by validation
- fix(docs): README indicates S3 server access logs are replicated to central logs bucket

## [1.4.1] - 2023-05-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landing-zone-accelerator-on-aws",
"version": "1.4.1",
"version": "1.4.2",
"description": "Landing Zone Accelerator on AWS",
"license": "Apache-2.0",
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ exports[`AccountsStack us-east-1 Construct(AccountsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -2299,7 +2299,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-west-2/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ exports[`BootstrapStack Construct(BootstrapStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-BootstrapStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 1`]
"Properties": {
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -1098,7 +1098,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 2`]
"Properties": {
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ exports[`DependenciesStack Construct(DependenciesStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-DependenciesStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ exports[`FinalizeStack Construct(FinalizeStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-FinalizeStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ exports[`KeyStack Construct(KeyStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-KeyStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3519,7 +3519,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -7107,7 +7107,7 @@ exports[`LoggingStackOuTargets Construct(LoggingStackOuTargets): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ exports[`NetworkAssociationsGwlbStack Construct(NetworkAssociationsGwlbStack):
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsGwlbStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2461,7 +2461,7 @@ exports[`NetworkAssociationsStack Construct(NetworkAssociationsStack): Snapshot
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ drop http $HOME_NET any -> $EXTERNAL_NET any (http.host; content:"example.com";
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkPrepStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ exports[`NetworkVpcDnsStack Construct(NetworkVpcDnsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcDnsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ exports[`NetworkVpcEndpointsStack Construct(NetworkVpcEndpointsStack): Snapshot
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcEndpointsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3168,7 +3168,7 @@ exports[`NetworkVpcStack Construct(NetworkVpcStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ exports[`OperationsStack Construct(OperationsStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-OperationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -1801,7 +1801,7 @@ exports[`delegatedAdminStack Construct(OperationsStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-OperationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@ exports[`MultiOuOrganizationsStack Construct(OrganizationsStack): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -5452,7 +5452,7 @@ exports[`OrganizationsStack Construct(OrganizationsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -8316,7 +8316,7 @@ exports[`delegatedAdminStack Construct(OrganizationsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/PipelineStack/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4272,7 +4272,7 @@ exports[`PrepareStack Construct(PrepareStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-PrepareStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ def script_handler(events, context):
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -4950,7 +4950,7 @@ def script_handler(events, context):
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3803,7 +3803,7 @@ exports[`SecurityResourcesStack Construct(SecurityResourcesStack): Snapshot Tes
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -7032,7 +7032,7 @@ exports[`delegatedAdminStack Construct(SecurityResourcesStack): Snapshot Test 1
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ exports[`SecurityStack Construct(SecurityStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -2264,7 +2264,7 @@ exports[`delegatedAdminStack Construct(SecurityStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 1`] = `
"RepositoryBranchName": {
"AllowedPattern": ".+",
"ConstraintDescription": "The repository branch name must not be empty",
"Default": "release/v1.4.1",
"Default": "release/v1.4.2",
"Description": "The name of the git branch to use for installation. To determine the branch name, navigate to the Landing Zone Accelerator GitHub branches page and choose the release branch you would like to deploy. Release branch names will align with the semantic versioning of our GitHub releases. New release branches will be available as the open source project is updated with new features.",
"Type": "String",
},
Expand Down Expand Up @@ -2707,7 +2707,7 @@ phases:
],
},
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -3582,7 +3582,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 2`] = `
"RepositoryBranchName": {
"AllowedPattern": ".+",
"ConstraintDescription": "The repository branch name must not be empty",
"Default": "release/v1.4.1",
"Default": "release/v1.4.2",
"Description": "The name of the git branch to use for installation. To determine the branch name, navigate to the Landing Zone Accelerator GitHub branches page and choose the release branch you would like to deploy. Release branch names will align with the semantic versioning of our GitHub releases. New release branches will be available as the open source project is updated with new features.",
"Type": "String",
},
Expand Down Expand Up @@ -6062,7 +6062,7 @@ phases:
],
},
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -6969,7 +6969,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 3`] = `
"RepositoryBranchName": {
"AllowedPattern": ".+",
"ConstraintDescription": "The repository branch name must not be empty",
"Default": "release/v1.4.1",
"Default": "release/v1.4.2",
"Description": "The name of the git branch to use for installation. To determine the branch name, navigate to the Landing Zone Accelerator GitHub branches page and choose the release branch you would like to deploy. Release branch names will align with the semantic versioning of our GitHub releases. New release branches will be available as the open source project is updated with new features.",
"Type": "String",
},
Expand Down Expand Up @@ -9458,7 +9458,7 @@ phases:
],
},
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -10347,7 +10347,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 4`] = `
"RepositoryBranchName": {
"AllowedPattern": ".+",
"ConstraintDescription": "The repository branch name must not be empty",
"Default": "release/v1.4.1",
"Default": "release/v1.4.2",
"Description": "The name of the git branch to use for installation. To determine the branch name, navigate to the Landing Zone Accelerator GitHub branches page and choose the release branch you would like to deploy. Release branch names will align with the semantic versioning of our GitHub releases. New release branches will be available as the open source project is updated with new features.",
"Type": "String",
},
Expand Down Expand Up @@ -12826,7 +12826,7 @@ phases:
],
},
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -13715,7 +13715,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 5`] = `
"RepositoryBranchName": {
"AllowedPattern": ".+",
"ConstraintDescription": "The repository branch name must not be empty",
"Default": "release/v1.4.1",
"Default": "release/v1.4.2",
"Description": "The name of the git branch to use for installation. To determine the branch name, navigate to the Landing Zone Accelerator GitHub branches page and choose the release branch you would like to deploy. Release branch names will align with the semantic versioning of our GitHub releases. New release branches will be available as the open source project is updated with new features.",
"Type": "String",
},
Expand Down Expand Up @@ -16199,7 +16199,7 @@ phases:
],
},
"Type": "String",
"Value": "1.4.1",
"Value": "1.4.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down

0 comments on commit 0e75eeb

Please sign in to comment.