Skip to content

Commit

Permalink
release/v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnraws committed Aug 26, 2024
1 parent 528f528 commit a8cd80a
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 55 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ 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.9.2] -

### Fixed

- fix: configuration validation failure when SecurityHub was enabled with Control Tower

## [1.9.2] -
## [1.9.2] - 08-26-2024

### Fixed

- fix(metadata): fixed config file writes with codecommit
- fix(validation): configuration validation failure when SecurityHub was enabled with Control Tower
- fix(control-tower): skip existing ct identifier check when ct is not enabled

### Changed

- chore: add security.md file to repo

## [1.9.1] - 08-09-2024

Expand Down
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: SO0199
name: landing-zone-accelerator-on-aws
version: v1.9.1
version: v1.9.2
cloudformation_templates:
- template: AWSAccelerator-InstallerStack.template
main_template: true
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.9.1",
"version": "1.9.2",
"private": true,
"description": "Landing Zone Accelerator on AWS",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,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.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -1982,7 +1982,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-west-2/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ exports[`BootstrapStack Construct(BootstrapStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-BootstrapStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 1`]
"Properties": {
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -1114,7 +1114,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 2`]
"Properties": {
"Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ exports[`DependenciesStack Construct(DependenciesStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-DependenciesStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ exports[`FinalizeStack Construct(FinalizeStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-FinalizeStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ exports[`IdentityCenterStack Construct(IdentityCenterStack): Snapshot Test 1`]
"Properties": {
"Name": "/accelerator/AWSAccelerator-IdentityCenterStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ exports[`KeyStack Construct(KeyStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-KeyStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4031,7 +4031,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -8434,7 +8434,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 2`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-west-2/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -12938,7 +12938,7 @@ exports[`LoggingStackOuTargets Construct(LoggingStackOuTargets): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@ exports[`NetworkAssociationsGwlbStack Construct(NetworkAssociationsGwlbStack):
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsGwlbStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ exports[`NetworkAssociationsStack Construct(NetworkAssociationsStack): Snapshot
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -5293,7 +5293,7 @@ exports[`NoVpcFlowLogStack Construct(NetworkAssociationsStack): Snapshot Test 1
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,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.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ exports[`NetworkVpcDnsStack Construct(NetworkVpcDnsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcDnsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ exports[`NetworkVpcEndpointsStack Construct(NetworkVpcEndpointsStack): Snapshot
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcEndpointsStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4396,7 +4396,7 @@ exports[`NetworkVpcStack Construct(NetworkVpcStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcStack-555555555555-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -5852,7 +5852,7 @@ exports[`NoVpcFlowLogStack Construct(NetworkVpcStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-NetworkVpcStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ exports[`OperationsStack Construct(OperationsStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-OperationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ exports[`MultiOuOrganizationsStack Construct(OrganizationsStack): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -6572,7 +6572,7 @@ exports[`OrganizationsStack Construct(OrganizationsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -9846,7 +9846,7 @@ exports[`delegatedAdminStack Construct(OrganizationsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/PipelineStack/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4615,7 +4615,7 @@ exports[`PrepareStack Construct(PrepareStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-PrepareStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ exports[`ResourcePolicyEnforcementStack Construct(ResourcePolicyEnforcementStack
"Properties": {
"Name": "/accelerator/AWSAccelerator-ResourcePolicyEnforcementStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ def script_handler(events, context):
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -5069,7 +5069,7 @@ def script_handler(events, context):
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4591,7 +4591,7 @@ exports[`SecurityResourcesStack Construct(SecurityResourcesStack): Snapshot Tes
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -7829,7 +7829,7 @@ exports[`delegatedAdminStack Construct(SecurityResourcesStack): Snapshot Test 1
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ exports[`SecurityStack Construct(SecurityStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -2396,7 +2396,7 @@ exports[`delegatedAdminStack Construct(SecurityStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.9.1",
"Value": "1.9.2",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Loading

0 comments on commit a8cd80a

Please sign in to comment.