You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
- fix(asea): handle several asea vpc naming issues
34
34
- fix(asea): lookup tgw attachments using asea vpc names
35
35
- 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
36
37
- fix(config): ISnsConfig functionality for snsTopics property [#700](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/700)
37
38
- fix(diff): print output before approval [#723](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/723)
38
39
- 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
39
41
- fix(logging): check for error in CreateLogGroup API
42
+
- fix(lookup): filter out query with commitId
40
43
- 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
41
45
- fix(networking): allow the creation of iam vpc interface endpoints
42
46
- 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
43
50
- fix(pipeline): move account alias module run after account creation [#782](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/782)
44
51
- 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)
45
52
- fix(pre-approval): add wrapper around deployment
46
53
- fix(sample-config): extend preventative measures to roles
47
54
- fix(security-audit): sns topic for controltower notifications
48
55
- 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
49
57
- fix(tagging): fix tagging for custom resource providers
58
+
- fix(test): fix all enabled configuration
50
59
- fix(validation): allow the replacements that start with the string 'resolve' [#781](https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/781)
51
60
- fix(validation): allow wildcard tld in config validator for nfw rules
52
61
@@ -58,8 +67,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
67
- chore(audit-manager): update sdk v3
59
68
- chore(bootstrap): added termination protection for CDKToolkit stack
0 commit comments