Skip to content

Commit e4d1c54

Browse files
committed
release/v1.13.0
1 parent 166738a commit e4d1c54

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
- fix(asea): handle several asea vpc naming issues
3434
- fix(asea): lookup tgw attachments using asea vpc names
3535
- fix(aspects): update CDK aspect to use lza default node version for custom resource Lambda functions by default [#761](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/761)
36+
- fix(bootstrap): lookup data with query command
3637
- fix(config): ISnsConfig functionality for snsTopics property [#700](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/700)
3738
- fix(diff): print output before approval [#723](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/723)
3839
- fix(documentation): fixed documentation for acceleratorMetadata [#498](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/498)
40+
- fix(kms): fix policy condition error
3941
- fix(logging): check for error in CreateLogGroup API
42+
- fix(lookup): filter out query with commitId
4043
- fix(macie): update macie custom resource policy statement to correct error preventing creation of service linked role
44+
- fix(networking): add ipam allocation to existing vpc
4145
- fix(networking): allow the creation of iam vpc interface endpoints
4246
- fix(networking): fix ipam scope lookup on shared pool
47+
- fix(networking): load balancer metadata lookup key name
48+
- fix(networking): remove duplicate roles
49+
- fix(networking): subnet route table association lookup and creation
4350
- fix(pipeline): move account alias module run after account creation [#782](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/782)
4451
- fix(pipeline): update iam policy for github token change lambda to allow pipeline update [#739](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/739)
4552
- fix(pre-approval): add wrapper around deployment
4653
- fix(sample-config): extend preventative measures to roles
4754
- fix(security-audit): sns topic for controltower notifications
4855
- fix(securityhub): by default only send HIGH and CRITICAL SecurityHub events to CloudWatch. If other events are needed in CloudWatch update configuration
56+
- fix(ssm): fix idempotent deletion of SSM parameter
4957
- fix(tagging): fix tagging for custom resource providers
58+
- fix(test): fix all enabled configuration
5059
- fix(validation): allow the replacements that start with the string 'resolve' [#781](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/781)
5160
- fix(validation): allow wildcard tld in config validator for nfw rules
5261

@@ -58,8 +67,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5867
- chore(audit-manager): update sdk v3
5968
- chore(bootstrap): added termination protection for CDKToolkit stack
6069
- chore(constructs): directconnect constructs update sdk v3
70+
- chore(deployment): integrate module runner for network refactor
6171
- chore(docs): adding securityhub findings info for kinesis.3
6272
- chore(docs): update cloudwatch log group retention setting documentation
73+
- chore(docs): add v2 stack documentation
74+
- chore(docs): document the process of adding a new region
75+
- chore(docs): update readme with code protection description
76+
- chore(dcs): added outposts documentation and validation
77+
78+
## [1.12.6] - 2025-08-28
79+
80+
### Fixed
81+
82+
- fix(asea): create tgw association asea resource without propagation
83+
- fix(asea): fix tgw route lookup with vpc name
84+
- fix(asea): lookup vpc endpoints using asea names and vpc
85+
- fix(asea): remove underscores from logical id lookup
86+
87+
## [1.12.5] - 2025-07-22
88+
89+
### Fixed
90+
91+
- fix(kms): fix policy condition error
92+
93+
## [1.12.4] - 2025-07-21
94+
95+
### Fixed
96+
97+
- fix(asea): lookup tgw attachments using asea vpc names
98+
- fix(logging): add permissions to cloudwatch log creation for kms association
99+
- fix(networking): remove duplicates for gateway loadbalancer endpoints
100+
63101

64102
## [1.12.3] - 2025-06-11
65103

0 commit comments

Comments
 (0)