Tags: daschaa/aws-cdk
Tags
chore(release): 2.20.0 (aws#19801) See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.20.0/CHANGELOG.md) For convenience, extracted the relevant CHANGELOG entry: ## [2.20.0](aws/aws-cdk@v2.19.0...v2.20.0) (2022-04-07) ### Features * **cfnspec:** cloudformation spec v63.0.0 ([aws#19679](aws#19679)) ([dba96a9](aws@dba96a9)) * **cfnspec:** cloudformation spec v65.0.0 ([aws#19745](aws#19745)) ([796fc64](aws@796fc64)) * **cli:** add --build option ([aws#19663](aws#19663)) ([eb9b8e2](aws@eb9b8e2)), closes [aws#19667](aws#19667) * **cli:** preview of `cdk import` ([aws#17666](aws#17666)) ([4f12209](aws@4f12209)) * **core:** throw error when stack name exceeds max length ([aws#19725](aws#19725)) ([1ffd45e](aws@1ffd45e)) * **eks:** add k8s v1.22 ([aws#19756](aws#19756)) ([9a518c5](aws@9a518c5)) * **opensearch:** Add latest Opensearch Version 1.2 ([aws#19749](aws#19749)) ([a2ac36e](aws@a2ac36e)) * add new integration test runner ([aws#19754](aws#19754)) ([1b4d010](aws@1b4d010)) * **eks:** alb-controller v2.4.1 ([aws#19653](aws#19653)) ([1ec08df](aws@1ec08df)) * **lambda:** add support for ephemeral storage ([aws#19552](aws#19552)) ([f1d9b6a](aws@f1d9b6a)), closes [aws#19605](aws#19605) * **s3:** EventBridge bucket notifications ([aws#18614](aws#18614)) ([d8e602b](aws@d8e602b)), closes [aws#18076](aws#18076) ### Bug Fixes * **aws_applicationautoscaling:** Add missing members to PredefinedMetric enum ([aws#18978](aws#18978)) ([75a6fa7](aws@75a6fa7)), closes [aws#18969](aws#18969) * **cli:** apps with many resources scroll resource output offscreen ([aws#19742](aws#19742)) ([053d22c](aws@053d22c)), closes [aws#19160](aws#19160) * **cli:** support attributes of DynamoDB Tables for hotswapping ([aws#19620](aws#19620)) ([2321ece](aws@2321ece)), closes [aws#19421](aws#19421) * **cloudwatch:** automatic metric math label cannot be suppressed ([aws#17639](aws#17639)) ([7fa3bf2](aws@7fa3bf2)) * **codedeploy:** add name validation for Application, Deployment Group and Deployment Configuration ([aws#19473](aws#19473)) ([9185042](aws@9185042)) * **codedeploy:** the Service Principal is wrong in isolated regions ([aws#19729](aws#19729)) ([7e9a43d](aws@7e9a43d)), closes [aws#19399](aws#19399) * **core:** `Fn.select` incorrectly short-circuits complex expressions ([aws#19680](aws#19680)) ([7f26fad](aws@7f26fad)) * **core:** detect and resolve stringified number tokens ([aws#19578](aws#19578)) ([7d9ab2a](aws@7d9ab2a)), closes [aws#19546](aws#19546) [aws#19550](aws#19550) * **core:** reduce CFN template indent size to save bytes ([aws#19656](aws#19656)) ([fd63ca3](aws@fd63ca3)) * **ecs:** 'desiredCount' and 'ephemeralStorageGiB' cannot be tokens ([aws#19453](aws#19453)) ([c852239](aws@c852239)), closes [aws#16648](aws#16648) * **ecs:** remove unnecessary error when adding volume to external task definition ([aws#19774](aws#19774)) ([5446ded](aws@5446ded)), closes [aws#19259](aws#19259) * **iam:** policies aren't minimized as far as possible ([aws#19764](aws#19764)) ([876ed8a](aws@876ed8a)), closes [aws#19751](aws#19751) * **logs:** Faulty Resource Policy Generated ([aws#19640](aws#19640)) ([1fdf122](aws@1fdf122)), closes [aws#17544](aws#17544)
chore(release): 1.152.0 (aws#19781) See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/1.152.0/CHANGELOG.md) For convenience, extracted the relevant CHANGELOG entry: ## [1.152.0](aws/aws-cdk@v1.151.0...v1.152.0) (2022-04-06) ### Features * **cfnspec:** cloudformation spec v63.0.0 ([aws#19679](aws#19679)) ([dba96a9](aws@dba96a9)) * **cfnspec:** cloudformation spec v65.0.0 ([aws#19745](aws#19745)) ([796fc64](aws@796fc64)) * **cli:** add --build option ([aws#19663](aws#19663)) ([eb9b8e2](aws@eb9b8e2)), closes [aws#19667](aws#19667) * **cli:** preview of `cdk import` ([aws#17666](aws#17666)) ([4f12209](aws@4f12209)) * **core:** throw error when stack name exceeds max length ([aws#19725](aws#19725)) ([1ffd45e](aws@1ffd45e)) * **eks:** add k8s v1.22 ([aws#19756](aws#19756)) ([9a518c5](aws@9a518c5)) * **opensearch:** Add latest Opensearch Version 1.2 ([aws#19749](aws#19749)) ([a2ac36e](aws@a2ac36e)) * add new integration test runner ([aws#19754](aws#19754)) ([1b4d010](aws@1b4d010)) * **eks:** alb-controller v2.4.1 ([aws#19653](aws#19653)) ([1ec08df](aws@1ec08df)) * **lambda:** add support for ephemeral storage ([aws#19552](aws#19552)) ([f1d9b6a](aws@f1d9b6a)), closes [aws#19605](aws#19605) * **s3:** EventBridge bucket notifications ([aws#18614](aws#18614)) ([d8e602b](aws@d8e602b)), closes [aws#18076](aws#18076) * **synthetics:** new puppeteer 3.5 runtime ([aws#19673](aws#19673)) ([ce2b91b](aws@ce2b91b)), closes [aws#19634](aws#19634) ### Bug Fixes * **aws_applicationautoscaling:** Add missing members to PredefinedMetric enum ([aws#18978](aws#18978)) ([75a6fa7](aws@75a6fa7)), closes [aws#18969](aws#18969) * **cli:** apps with many resources scroll resource output offscreen ([aws#19742](aws#19742)) ([053d22c](aws@053d22c)), closes [aws#19160](aws#19160) * **cli:** support attributes of DynamoDB Tables for hotswapping ([aws#19620](aws#19620)) ([2321ece](aws@2321ece)), closes [aws#19421](aws#19421) * **cloudwatch:** automatic metric math label cannot be suppressed ([aws#17639](aws#17639)) ([7fa3bf2](aws@7fa3bf2)) * **codedeploy:** add name validation for Application, Deployment Group and Deployment Configuration ([aws#19473](aws#19473)) ([9185042](aws@9185042)) * **codedeploy:** the Service Principal is wrong in isolated regions ([aws#19729](aws#19729)) ([7e9a43d](aws@7e9a43d)), closes [aws#19399](aws#19399) * **core:** `Fn.select` incorrectly short-circuits complex expressions ([aws#19680](aws#19680)) ([7f26fad](aws@7f26fad)) * **core:** detect and resolve stringified number tokens ([aws#19578](aws#19578)) ([7d9ab2a](aws@7d9ab2a)), closes [aws#19546](aws#19546) [aws#19550](aws#19550) * **core:** reduce CFN template indent size to save bytes ([aws#19656](aws#19656)) ([fd63ca3](aws@fd63ca3)) * **ecs:** 'desiredCount' and 'ephemeralStorageGiB' cannot be tokens ([aws#19453](aws#19453)) ([c852239](aws@c852239)), closes [aws#16648](aws#16648) * **ecs:** remove unnecessary error when adding volume to external task definition ([aws#19774](aws#19774)) ([5446ded](aws@5446ded)), closes [aws#19259](aws#19259) * **iam:** policies aren't minimized as far as possible ([aws#19764](aws#19764)) ([876ed8a](aws@876ed8a)), closes [aws#19751](aws#19751) * **logs:** Faulty Resource Policy Generated ([aws#19640](aws#19640)) ([1fdf122](aws@1fdf122)), closes [aws#17544](aws#17544)
PreviousNext