From 26e8805edb058dc09c7ba545bf09705dc034e615 Mon Sep 17 00:00:00 2001 From: Ryan Cerrato Date: Tue, 15 Oct 2024 13:00:59 +0000 Subject: [PATCH] release/v1.10.0 --- CHANGELOG.md | 59 ++++++++++++++++--- NOTICE.txt | 15 ++++- solution-manifest.yaml | 2 +- source/mkdocs/mkdocs.yml | 5 +- source/package.json | 2 +- .../__snapshots__/accounts-stack.test.ts.snap | 4 +- .../applications-stack.test.ts.snap | 2 +- .../bootstrap-stack.test.ts.snap | 2 +- .../customizations-stack.test.ts.snap | 4 +- .../dependencies-stack.test.ts.snap | 2 +- .../__snapshots__/finalize-stack.test.ts.snap | 2 +- .../identity-center-stack.test.ts.snap | 2 +- .../test/__snapshots__/key-stack.test.ts.snap | 2 +- .../__snapshots__/logging-stack.test.ts.snap | 6 +- ...twork-associations-gwlb-stack.test.ts.snap | 2 +- .../network-associations-stack.test.ts.snap | 4 +- .../network-prep-stack.test.ts.snap | 2 +- .../network-vpc-dns-stack.test.ts.snap | 2 +- .../network-vpc-endpoints-stack.test.ts.snap | 2 +- .../network-vpc-stack.test.ts.snap | 4 +- .../operations-stack.test.ts.snap | 2 +- .../organizations-stack.test.ts.snap | 6 +- .../__snapshots__/pipeline-stack.test.ts.snap | 2 +- .../__snapshots__/prepare-stack.test.ts.snap | 2 +- ...urce-policy-enforcement-stack.test.ts.snap | 2 +- .../security-audit-stack.test.ts.snap | 4 +- .../security-resources-stack.test.ts.snap | 4 +- .../__snapshots__/security-stack.test.ts.snap | 4 +- .../test/__snapshots__/installer.test.ts.snap | 30 +++++----- 29 files changed, 118 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb4004c3..44fe773fc 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,38 +5,79 @@ 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.10.0] - +## [1.10.0] - 10-16-2024 ### Added - feat(networking): add support for TLS1.3 security policy for ALB and NLB listener +- feat(performance): changed transpiler to swc +- feat(pipeline): add codeconnection as configuration source - feat(regions): add support for the ap-southeast-5 opt-in region +- feat(regions): add feature to enable opt-in regions programmatically +- feat(s3): add error handling and validation for s3 config +- feat(s3): add feature flag parameter use-s3-source for S3 as LZA source code location +- feat(stacksets): added support for dependencies between stacksets +- feat(uninstaller): deleted s3 repo in uninstaller +- feat(yarn): add ability to use .yarnrc to use custom package registry and ca-certs ### Fixed -- fix: configuration validation failure when SecurityHub was enabled with Control Tower -- fix(uninstaller): include deletion of IdentityCenter and ResourcePolicyEnforcement stacks -- fix(ssm): updated session manager role to allow kms permissions in all enabled regions +- fix(bootstrap): batched bootstrap checks +- fix(control-tower): updated boolean logic to get LZ identifier +- fix(custom-stacks): loaded replacement values during custom stack deployment +- fix(diff): parse error during diff +- fix(firewalls): fix firewall owner lookup when deployed in shared VPC +- fix(iam): add cdk feature flag to minimize iam policy +- fix(iam): use same form of service principal in all partitions: .amazonaws.com +- fix(logs): refactored NewCloudWatchLogEvent to ignore LZA-managed log groups +- fix(metadata): fixed config file writes with codecommit +- fix(organizations): failure when 5 SCPs with allow-list strategy option is defined +- fix(organizations): update organizations module to handle nested ou's correctly +- fix(prerequisites): checks forces child accounts to have CodeBuild parallel executions +- fix(replacements): accel_lookup variable not getting replaced for all the occurrences - fix(s3): fix s3 bucket name constructs for imported buckets - fix(s3): fixed issue where s3 bucket as source did not support a KMS-encrypted bucket -- fix(iam): add cdk feature flag to minimize iam policy +- fix(s3): default asset bucket name to home region +- fix(s3): add methods to construct imported bucket +- fix(ssm): updated session manager role to allow kms permissions in all enabled regions +- fix(validation): configuration validation failure when SecurityHub was enabled with Control Tower +- fix(uninstaller): include deletion of IdentityCenter and ResourcePolicyEnforcement stacks ### Changed +- chore: remove cdk 2.148.0 dependencies +- chore: suppress node warnings on synth +- chore: update typedoc to v0.26.7 +- chore: updated cdk version +- chore: updated deps @types/jest v29.5.12 aws-sdk v3.637.0 +- chore: upgrade aws sdk to v2.1691.0 +- chore: upgrade lerna to v8.1.8 +- chore(cfn-nag): added suppressions +- chore(documentation): add security.md file to repo +- chore(documentation): added json-schema page +- chore(documentation): update config.md Control Tower OU guidance +- chore(documentation): updating typedoc for vpc cidrs to include caveat about cidr list +- chore(installer): added clarification to CF template - chore(lambda): remove debug console log statements - chore(modules): renamed modules to lza-modules -- chore(config): add iam user create prevention control in sample config -- chore(config): add kms modification protection to preventative controls in sample config -- chore(config): add disable import findings integration to scp +- chore(organizations): use global region in AWS Organizations client +- chore(regions): update global region map +- chore(sample-config): add iam user create prevention control in sample config +- chore(sample-config): add kms modification protection to preventative controls in sample config +- chore(sample-config): add disable import findings integration to scp +- chore(sample-config): update s3 service control policy +- chore(sts): updated sts endpoints - chore(uninstaller): improved performance for deployments with many regions +- chore(validation): extending validation on ENI lookups to allow for _ character ## [1.9.2] - 08-26-2024 ### Fixed +- fix(control-tower): skip existing ct identifier check when ct is not enabled - 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 diff --git a/NOTICE.txt b/NOTICE.txt index 6fd39a2dc..08ce87290 100755 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -23,6 +23,7 @@ This software includes third party software subject to the following copyrights: @aws-cdk/cloud-assembly-schema - Apache-2.0 @aws-cdk/cx-api - Apache-2.0 @aws-cdk/region-info - Apache-2.0 +@aws-sdk/client-account - Apache-2.0 @aws-sdk/client-backup - Apache-2.0 @aws-sdk/client-cloudformation - Apache-2.0 @aws-sdk/client-cloudwatch-logs - Apache-2.0 @@ -30,21 +31,27 @@ This software includes third party software subject to the following copyrights: @aws-sdk/client-codecommit - Apache-2.0 @aws-sdk/client-codepipeline - Apache-2.0 @aws-sdk/client-config-service - Apache-2.0 +@aws-sdk/client-controltower - Apache-2.0 @aws-sdk/client-detective - Apache-2.0 @aws-sdk/client-dynamodb - Apache-2.0 @aws-sdk/client-ec2 - Apache-2.0 @aws-sdk/client-ecr - Apache-2.0 @aws-sdk/client-guardduty - Apache-2.0 @aws-sdk/client-iam - Apache-2.0 +@aws-sdk/client-identitystore - Apache-2.0 +@aws-sdk/client-kinesis - Apache-2.0 @aws-sdk/client-kms - Apache-2.0 @aws-sdk/client-network-firewall - Apache-2.0 @aws-sdk/client-organizations - Apache-2.0 -@aws-sdk/client-s3 - Apache-2.0 +@aws-sdk/client-route-53 - Apache-2.0 @aws-sdk/client-s3 - Apache-2.0 @aws-sdk/client-secrets-manager - Apache-2.0 +@aws-sdk/client-securityhub - Apache-2.0 +@aws-sdk/client-service-catalog - Apache-2.0 @aws-sdk/client-service-quotas - Apache-2.0 @aws-sdk/client-sns - Apache-2.0 -@aws-sdk/client-ssm - - Apache-2.0 +@aws-sdk/client-ssm - Apache-2.0 +@aws-sdk/client-sso-admin - Apache-2.0 @aws-sdk/client-sts - Apache-2.0 @aws-sdk/lib-dynamodb - Apache-2.0 @aws-sdk/smithy-client - Apache-2.0 @@ -93,10 +100,13 @@ eslint-plugin-node - MIT eslint-plugin-prettier - MIT eslint-plugin-promise - ISC exponential-backoff - Apache-2.0 +fp-ts - MIT fs-extra - MIT hash-sum - MIT husky - MIT husky-init - MIT +io-ts - MIT +io-ts-types - MIT ip-num - MIT jest - MIT jest-junit - Apache-2.0 @@ -117,6 +127,7 @@ prettier - MIT promptly - MIT proxy-agent - MIT semver - MIT +swc - MIT tempy - MIT ts-jest - MIT ts-json-schema-generator - MIT diff --git a/solution-manifest.yaml b/solution-manifest.yaml index 669289208..0e9d889f6 100644 --- a/solution-manifest.yaml +++ b/solution-manifest.yaml @@ -1,7 +1,7 @@ --- id: SO0199 name: landing-zone-accelerator-on-aws -version: v1.9.2 +version: v1.10.0 cloudformation_templates: - template: AWSAccelerator-InstallerStack.template main_template: true diff --git a/source/mkdocs/mkdocs.yml b/source/mkdocs/mkdocs.yml index 8c7cc5759..592048dc5 100644 --- a/source/mkdocs/mkdocs.yml +++ b/source/mkdocs/mkdocs.yml @@ -90,7 +90,10 @@ nav: - v1.8.1: typedocs/v1.8.1/index.html - v1.9: - v1.9.0: typedocs/v1.9.0/index.html - - v1.9.1: typedocs/latest/index.html + - v1.9.1: typedocs/v1.9.1/index.html + - v1.9.2: typedocs/v1.9.2/index.html + - v1.10: + - v1.10.0: typedocs/latest/index.html theme: name: material diff --git a/source/package.json b/source/package.json index dc723edf2..49f5261b9 100644 --- a/source/package.json +++ b/source/package.json @@ -1,6 +1,6 @@ { "name": "landing-zone-accelerator-on-aws", - "version": "v1.10.0-rc.1", + "version": "1.10.0", "private": true, "description": "Landing Zone Accelerator on AWS", "license": "Apache-2.0", diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/accounts-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/accounts-stack.test.ts.snap index 46fdc05ec..a3005aefd 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/accounts-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/accounts-stack.test.ts.snap @@ -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": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -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": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/applications-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/applications-stack.test.ts.snap index 8b3c42bca..04d6c8f68 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/applications-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/applications-stack.test.ts.snap @@ -440,7 +440,7 @@ exports[`ApplicationsStack Construct(ApplicationsStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/bootstrap-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/bootstrap-stack.test.ts.snap index 862348c4f..4d8199110 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/bootstrap-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/bootstrap-stack.test.ts.snap @@ -948,7 +948,7 @@ exports[`BootstrapStack Construct(BootstrapStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-BootstrapStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/customizations-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/customizations-stack.test.ts.snap index dffb9ef22..87e4c1bef 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/customizations-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/customizations-stack.test.ts.snap @@ -656,7 +656,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 1`] "Properties": { "Name": "/accelerator/AWSAccelerator-CustomizationsStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -1114,7 +1114,7 @@ exports[`CustomizationsStack Construct(CustomizationsStack): Snapshot Test 2`] "Properties": { "Name": "/accelerator/AWSAccelerator-CustomizationsStack-444444444444-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/dependencies-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/dependencies-stack.test.ts.snap index 1f96be810..e951c4e7c 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/dependencies-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/dependencies-stack.test.ts.snap @@ -201,7 +201,7 @@ exports[`DependenciesStack Construct(DependenciesStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-DependenciesStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/finalize-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/finalize-stack.test.ts.snap index 5ef23a45a..b47a05f17 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/finalize-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/finalize-stack.test.ts.snap @@ -951,7 +951,7 @@ exports[`FinalizeStack Construct(FinalizeStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-FinalizeStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/identity-center-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/identity-center-stack.test.ts.snap index fb92e564e..f6cfe3b76 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/identity-center-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/identity-center-stack.test.ts.snap @@ -695,7 +695,7 @@ exports[`IdentityCenterStack Construct(IdentityCenterStack): Snapshot Test 1`] "Properties": { "Name": "/accelerator/AWSAccelerator-IdentityCenterStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/key-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/key-stack.test.ts.snap index 489213e69..e99162c12 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/key-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/key-stack.test.ts.snap @@ -392,7 +392,7 @@ exports[`KeyStack Construct(KeyStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-KeyStack-222222222222-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/logging-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/logging-stack.test.ts.snap index 443005285..0e3267377 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/logging-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/logging-stack.test.ts.snap @@ -4012,7 +4012,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -8396,7 +8396,7 @@ exports[`LoggingStack Construct(LoggingStack): Snapshot Test 2`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-west-2/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -12871,7 +12871,7 @@ exports[`LoggingStackOuTargets Construct(LoggingStackOuTargets): Snapshot Test "Properties": { "Name": "/accelerator/AWSAccelerator-LoggingStack-333333333333-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-gwlb-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-gwlb-stack.test.ts.snap index 2dfe67261..559f63d86 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-gwlb-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-gwlb-stack.test.ts.snap @@ -2861,7 +2861,7 @@ exports[`NetworkAssociationsGwlbStack Construct(NetworkAssociationsGwlbStack): "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkAssociationsGwlbStack-555555555555-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-stack.test.ts.snap index b89fb70f0..1f8f0c5cb 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-associations-stack.test.ts.snap @@ -2996,7 +2996,7 @@ exports[`NetworkAssociationsStack Construct(NetworkAssociationsStack): Snapshot "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -5293,7 +5293,7 @@ exports[`NoVpcFlowLogStack Construct(NetworkAssociationsStack): Snapshot Test 1 "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkAssociationsStack-555555555555-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-prep-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-prep-stack.test.ts.snap index 901647424..a63200b34 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-prep-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-prep-stack.test.ts.snap @@ -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": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-dns-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-dns-stack.test.ts.snap index a584c3572..7069b500d 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-dns-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-dns-stack.test.ts.snap @@ -1101,7 +1101,7 @@ exports[`NetworkVpcDnsStack Construct(NetworkVpcDnsStack): Snapshot Test 1`] = "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkVpcDnsStack-555555555555-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-endpoints-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-endpoints-stack.test.ts.snap index 378e24ada..985c178c9 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-endpoints-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-endpoints-stack.test.ts.snap @@ -2153,7 +2153,7 @@ exports[`NetworkVpcEndpointsStack Construct(NetworkVpcEndpointsStack): Snapshot "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkVpcEndpointsStack-555555555555-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-stack.test.ts.snap index fd481966e..c70b08a1e 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/network-vpc-stack.test.ts.snap @@ -4396,7 +4396,7 @@ exports[`NetworkVpcStack Construct(NetworkVpcStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkVpcStack-555555555555-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -5852,7 +5852,7 @@ exports[`NoVpcFlowLogStack Construct(NetworkVpcStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-NetworkVpcStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/operations-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/operations-stack.test.ts.snap index 86703a8c4..2701d020f 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/operations-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/operations-stack.test.ts.snap @@ -1120,7 +1120,7 @@ exports[`OperationsStack Construct(OperationsStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-OperationsStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/organizations-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/organizations-stack.test.ts.snap index 4a58a5732..162c64f14 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/organizations-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/organizations-stack.test.ts.snap @@ -3202,7 +3202,7 @@ exports[`MultiOuOrganizationsStack Construct(OrganizationsStack): Snapshot Test "Properties": { "Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -6572,7 +6572,7 @@ exports[`OrganizationsStack Construct(OrganizationsStack): Snapshot Test 1`] = "Properties": { "Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -9846,7 +9846,7 @@ exports[`delegatedAdminStack Construct(OrganizationsStack): Snapshot Test 1`] = "Properties": { "Name": "/accelerator/AWSAccelerator-OrganizationsStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/pipeline-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/pipeline-stack.test.ts.snap index d77335746..26c76fcd1 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/pipeline-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/pipeline-stack.test.ts.snap @@ -2597,7 +2597,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/PipelineStack/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/prepare-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/prepare-stack.test.ts.snap index 463e94d26..a5f2faaf0 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/prepare-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/prepare-stack.test.ts.snap @@ -4595,7 +4595,7 @@ exports[`PrepareStack Construct(PrepareStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-PrepareStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/resource-policy-enforcement-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/resource-policy-enforcement-stack.test.ts.snap index f5e1f06c9..00adf41fa 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/resource-policy-enforcement-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/resource-policy-enforcement-stack.test.ts.snap @@ -874,7 +874,7 @@ exports[`ResourcePolicyEnforcementStack Construct(ResourcePolicyEnforcementStack "Properties": { "Name": "/accelerator/AWSAccelerator-ResourcePolicyEnforcementStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-audit-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-audit-stack.test.ts.snap index 264c4dd14..18bb655ee 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-audit-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-audit-stack.test.ts.snap @@ -2705,7 +2705,7 @@ def script_handler(events, context): "Properties": { "Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -5069,7 +5069,7 @@ def script_handler(events, context): "Properties": { "Name": "/accelerator/AWSAccelerator-SecurityAuditStack-222222222222-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-resources-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-resources-stack.test.ts.snap index 84a0ab1b2..000bf5716 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-resources-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-resources-stack.test.ts.snap @@ -4591,7 +4591,7 @@ exports[`SecurityResourcesStack Construct(SecurityResourcesStack): Snapshot Tes "Properties": { "Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -7829,7 +7829,7 @@ exports[`delegatedAdminStack Construct(SecurityResourcesStack): Snapshot Test 1 "Properties": { "Name": "/accelerator/AWSAccelerator-SecurityResourcesStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-stack.test.ts.snap b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-stack.test.ts.snap index 1cf990bb3..5953ab270 100644 --- a/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-stack.test.ts.snap +++ b/source/packages/@aws-accelerator/accelerator/test/__snapshots__/security-stack.test.ts.snap @@ -1274,7 +1274,7 @@ exports[`SecurityStack Construct(SecurityStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, @@ -2386,7 +2386,7 @@ exports[`delegatedAdminStack Construct(SecurityStack): Snapshot Test 1`] = ` "Properties": { "Name": "/accelerator/AWSAccelerator-SecurityStack-111111111111-us-east-1/version", "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.10.0", }, "Type": "AWS::SSM::Parameter", }, diff --git a/source/packages/@aws-accelerator/installer/test/__snapshots__/installer.test.ts.snap b/source/packages/@aws-accelerator/installer/test/__snapshots__/installer.test.ts.snap index 7a9cac2e6..4cc0c35b2 100644 --- a/source/packages/@aws-accelerator/installer/test/__snapshots__/installer.test.ts.snap +++ b/source/packages/@aws-accelerator/installer/test/__snapshots__/installer.test.ts.snap @@ -274,7 +274,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 1`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.10.0", "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", }, @@ -2831,7 +2831,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", }, @@ -4006,7 +4006,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 2`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.9.1", "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", }, @@ -6553,7 +6553,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", }, @@ -7761,7 +7761,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 3`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.9.1", "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", }, @@ -10345,7 +10345,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", }, @@ -11536,7 +11536,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 4`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.9.1", "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", }, @@ -14110,7 +14110,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", }, @@ -15301,7 +15301,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 5`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.9.1", "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", }, @@ -17880,7 +17880,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", }, @@ -19050,7 +19050,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 6`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.9.1", "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", }, @@ -21604,7 +21604,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", }, @@ -22800,7 +22800,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 7`] = ` "RepositoryBranchName": { "AllowedPattern": ".+", "ConstraintDescription": "The repository branch name must not be empty", - "Default": "release/vv1.10.0-rc.1", + "Default": "release/v1.9.1", "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", }, @@ -22814,7 +22814,7 @@ exports[`InstallerStack Stack(installer): Snapshot Test 7`] = ` "Type": "String", }, "RepositoryBucketObject": { - "Default": "release/vv1.10.0-rc.1.zip", + "Default": "release/v1.9.1.zip", "Description": "The full path to the accelerator code zip S3 Object. (S3 Only)", "Type": "String", }, @@ -25720,7 +25720,7 @@ phases: ], }, "Type": "String", - "Value": "v1.10.0-rc.1", + "Value": "1.9.1", }, "Type": "AWS::SSM::Parameter", },