diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bdc7dae..8ae481979 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Configuration Changes -## [1.8.0] - +## [1.8.0] - 06-28-2024 ### Added - feat(networking): Add transit gateway static CIDR blocks and Transit Gateway Connect attachments - feat(autoScalingGroup): Add option to set maxInstanceLifetime property for AutoScalingGroups - feat(securityHub): Allow SecurityHub to be enabled when AwsConfig is enabled with deploymentTargets option +- feat(customizations): Add option to set maxInstanceLifetime property for AutoScalingGroups ### Changed +- chore(github): added automated testing to GitHub repo for external PRs +- chore(networking): update function signatures for vpc resources in network vpc stack + ### Fixed + - fix(organizations): throttling on ListAccounts call - fix(control-tower): The baseline 'AWSControlTowerBaseline' cannot be enabled on renamed OUs - fix(control-tower): change organizations module execution condition -- bug: diff fails on stacks with non-JSON template body - fix(diff): "Unexpected end of JSON input" error closes [#497](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/497) +- fix(configrule): Update config rule remediation validation when using KMSMasterKey replacement value +- fix(construct): LZA fails with AWS::Logs::LogGroup already exists + +## [1.7.1] - 06-14-2024 + +### Added + +- feat(security-hub): enable cisv3 standard + +### Fixed + +- fix(logging): CreateServiceLinkedRole fails with LogGroup already exists +- fix(organizations): Update number of retries when using SDKV3 retry strategy +- fix(replacements): add check for undefined accountName ## [1.7.0] - 05-31-2024 diff --git a/source/mkdocs/mkdocs.yml b/source/mkdocs/mkdocs.yml index 6ea900b94..413b754d6 100644 --- a/source/mkdocs/mkdocs.yml +++ b/source/mkdocs/mkdocs.yml @@ -83,7 +83,10 @@ nav: - v1.6.3: typedocs/v1.6.3/index.html - v1.6.4: typedocs/v1.6.4/index.html - v1.7: - - v1.7.0: typedocs/latest/index.html + - v1.7.0: typedocs/v1.7.0/index.html + - v1.7.1: typedocs/v1.7.1/index.html + - v1.8: + - v1.8.0: typedocs/latest/index.html theme: name: material