Skip to content

Commit

Permalink
release/v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnraws committed Jun 28, 2024
1 parent 4ef8f99 commit 13f3ebc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion source/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13f3ebc

Please sign in to comment.