Skip to content

Commit

Permalink
release/v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rycerrat committed Nov 19, 2024
1 parent 65cf183 commit d8fe87d
Show file tree
Hide file tree
Showing 26 changed files with 57 additions and 68 deletions.
25 changes: 7 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,16 @@ 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.11.0] -

### Added

- feat(pipeline): add feature to parallelise synth and diff operations
- feat(pipeline): add feature to reuse synth to all deploy actions
- feat(piepline): add feature to consolidate all diffs and generate URL for review in Review stage
## [1.10.1] - 11-18-2024

### Fixed

- fix(networking): fixes hosted zone dns for sagemaker and eks-auth endpoints
- fix(config): adjust all-enabled config for asset bucket name
- fix(logging): updated kms key for imported asset bucket
- fix(pipeline): fix account bootstrap failed silently
- fix(metadata): accelerator lambda times out without error

### Changed


### Configuration Changes

- fix(metadata): accelerator metadata lambda times out without error
- fix(docs): resolve broken links in mkdocs
- fix(route53): fix hosted zone DNS for Sagemaker VPC Endpoints
- fix(route53): fix hosted zone DNS for EKS-Auth VPC Endpoints
- fix(pipeline): bootstrap stage failed silently
- fix(organizations): fix enabled controls cfn throttling

## [1.10.0] - 10-16-2024

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.10.0",
"version": "1.10.1",
"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 @@ -2893,7 +2893,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.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -3902,7 +3902,7 @@ exports[`AccountsStack us-west-2 Construct(AccountsStackUsWest2): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-AccountsStack-111111111111-us-west-2/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ exports[`KeyStack Construct(KeyStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-KeyStack-222222222222-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4012,7 +4012,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -8396,7 +8396,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 2`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-west-2/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -12871,7 +12871,7 @@ exports[`LoggingStackOuTargets Construct(LoggingStackOuTargets): Snapshot Test
"Properties": {
"Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -6597,7 +6597,7 @@ exports[`OrganizationsStack Construct(OrganizationsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -9871,7 +9871,7 @@ exports[`delegatedAdminStack Construct(OrganizationsStack): Snapshot Test 1`] =
"Properties": {
"Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/PipelineStack/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4595,7 +4595,7 @@ exports[`PrepareStack Construct(PrepareStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-PrepareStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"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.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ exports[`SecurityStack Construct(SecurityStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down Expand Up @@ -2386,7 +2386,7 @@ exports[`delegatedAdminStack Construct(SecurityStack): Snapshot Test 1`] = `
"Properties": {
"Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version",
"Type": "String",
"Value": "1.10.0",
"Value": "1.10.1",
},
"Type": "AWS::SSM::Parameter",
},
Expand Down
Loading

0 comments on commit d8fe87d

Please sign in to comment.