Skip to content

chore(release): 2.195.0 #34383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a81326e
chore: security-guardian cfn-guard rule with updated rule scenarios (…
QuantumNeuralCoder May 1, 2025
d3b92ab
Merge branch 'main' into merge-back/2.194.0
mergify[bot] May 2, 2025
965ce0e
chore(merge-back): 2.194.0 (#34339)
mergify[bot] May 2, 2025
58fe566
chore(rds): add MySQL 8.0.42 and 8.4.5, Aurora Postgres 17.4 and depr…
phuhung273 May 2, 2025
084667c
chore(ec2): add c8gd, m8gd, and r8gd instance classes (#34258)
phuhung273 May 2, 2025
98713be
chore(enum-updater): fix issue with exclusion mechanism + add README …
paulhcsun May 2, 2025
c375740
chore(opensearchservice): add new OpenSearch version 2.19 (#34326)
Tietew May 2, 2025
7092b7d
chore(bedrock): add Writer's Palmyra X4/X5, Llama 4 Scout 17B/Maveric…
mazyu36 May 2, 2025
8ab2606
fix(amplify-alpha): example code for adding a custom rule is wrong (…
iliapolo May 5, 2025
89ff945
feat: property injection for 122 constructs (#33887)
pcheungamz May 5, 2025
efdcb9d
feat(apigateway): dualstack REST API (#34114)
badmintoncryer May 5, 2025
4426784
test(eks): remove eks.KubernetesVersion.V1_24 as default version in i…
wafuwafu13 May 5, 2025
d4125a9
chore: update bug and feature request templates (#34236)
ykethan May 5, 2025
1cac5a0
fix(codepipeline): allow both `pullRequestFilter` and `pushFilter` (#…
phuhung273 May 5, 2025
d867878
feat(location): support L2 API Key Construct (#32733)
mazyu36 May 5, 2025
b99f241
chore: make all L2 Constructs property injectable during release (#34…
pcheungamz May 6, 2025
4e3df41
feat: publish 'app-staging-synthesizer-alpha' for Go (#34364)
rix0rrr May 6, 2025
979b97c
refactor(trace): simplify how construct traces get built (#34355)
rix0rrr May 6, 2025
9e52752
fix(route53-targets): beanstalk allow specifying `hostedZoneId` to su…
phuhung273 May 6, 2025
3c3df15
chore: update enum static mapping (#34350)
github-actions[bot] May 6, 2025
9ad383d
feat(iot): device certificate age check audit configuration (#33816)
badmintoncryer May 6, 2025
1e722ad
revert: "chore: make all L2 Constructs property injectable during rel…
moelasmar May 6, 2025
2594f3c
revert: "feat: property injection for 122 constructs" (#34370)
moelasmar May 6, 2025
1e87861
fix(s3-notifications): add a key policy to trust S3 for notifications…
badmintoncryer May 6, 2025
ccf4c4c
chore: add new team member aemada-aws to mergify configs (#34366)
aemada-aws May 6, 2025
24a40a9
feat: update L1 CloudFormation resource definitions (#34357)
aws-cdk-automation May 7, 2025
e136f61
chore: upgrade `@aws-cdk/cloud-assembly-schema` to v41.2.0 (#34369)
samson-keung May 7, 2025
82cd9ff
chore: add new team member `astiwana` (#34373)
astiwana May 7, 2025
6396492
chore: add a new team member maharajhaider (#34375)
maharajhaider May 7, 2025
a9ce0d3
chore: add new team members (#34380)
ozelalisen May 7, 2025
1661b40
chore(release): 2.195.0
May 7, 2025
916c5ef
chore: update analytics metadata blueprints
aws-cdk-automation May 7, 2025
014172c
chore: update CHANGELOG.v2.md
gracelu0 May 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ body:
- type: input
id: working-version
attributes:
label: Last Known Working CDK Version
description: Specify the last known CDK version where this code was functioning as expected (if applicable).
label: Last Known Working CDK Library Version
description: Specify the last known CDK Library version where this code was functioning as expected (if applicable).
validations:
required: false
- type: textarea
Expand Down Expand Up @@ -84,19 +84,20 @@ body:
required: false

- type: input
id: cdk-version
id: cdk-lib-version
attributes:
label: CDK CLI Version
description: Output of `cdk version`
label: AWS CDK Library version (aws-cdk-lib)
description: Run `npm ls aws-cdk-lib` at the root of your CDK project
validations:
required: true

- type: input
id: framework-version
id: cdk-cli-version
attributes:
label: Framework Version
label: AWS CDK CLI version
description: Run `cdk --version` for global installation or `npx cdk --version` at the root of your CDK project
validations:
required: false
required: true

- type: input
id: node-version
Expand Down
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,17 @@ body:
- label: This feature might incur a breaking change
required: false
- type: input
id: sdk-version
id: cdk-lib-version
attributes:
label: CDK version used
label: AWS CDK Library version (aws-cdk-lib)
description: Run `npm ls aws-cdk-lib` at the root of your CDK project
validations:
required: true
- type: input
id: cdk-cli-version
attributes:
label: AWS CDK CLI version
description: Run `cdk --version` for global installation or `npx cdk --version` at the root of your CDK project
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-merit-badger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
badges: '[beginning-contributor,repeat-contributor,valued-contributor,admired-contributor,star-contributor,distinguished-contributor]'
thresholds: '[0,3,6,13,25,50]'
badge-type: 'achievement'
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,aws-cdk-automation,dependabot[bot],mergify[bot]]'
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,astiwana,maharajhaider,aws-cdk-automation,dependabot[bot],mergify[bot],aemada-aws,ozelalisen,abogical,alinko-aws,vishaalmehrishi,alvazjor,kumsmrit,kumvprat,leonmk-aws,matboros,gasolima]'
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pull_request_rules:
label:
add: [contribution/core]
conditions:
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore|Y-JayKim|ykethan)$
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore|maharajhaider|Y-JayKim|astiwana|ykethan|aemada-aws|ozelalisen|abogical|alinko-aws|vishaalmehrishi|alvazjor|kumsmrit|kumvprat|leonmk-aws|matboros|gasolima)$
- -label~="contribution/core"
- name: automatic merge
actions:
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.195.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.194.0-alpha.0...v2.195.0-alpha.0) (2025-05-07)


### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

* **iot:** By default, `deviceDertificateAgeCheck` is automatically enabled.

### Features

* **iot:** device certificate age check audit configuration ([#33816](https://github.com/aws/aws-cdk/issues/33816)) ([9ad383d](https://github.com/aws/aws-cdk/commit/9ad383d5300c5d5f5a9d2552fbd541436570a404))
* **location:** support L2 API Key Construct ([#32733](https://github.com/aws/aws-cdk/issues/32733)) ([d867878](https://github.com/aws/aws-cdk/commit/d86787889dd49dce220324d141bf48e1bfa8fc3b)), closes [#30684](https://github.com/aws/aws-cdk/issues/30684)


### Bug Fixes

* **amplify-alpha:** example code for adding a custom rule is wrong ([#34353](https://github.com/aws/aws-cdk/issues/34353)) ([8ab2606](https://github.com/aws/aws-cdk/commit/8ab2606b7b8de068a70dfaf02c5d96651ef5d286)), closes [#34351](https://github.com/aws/aws-cdk/issues/34351)

## [2.194.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.193.0-alpha.0...v2.194.0-alpha.0) (2025-05-01)

## [2.193.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.192.0-alpha.0...v2.193.0-alpha.0) (2025-04-30)
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.195.0](https://github.com/aws/aws-cdk/compare/v2.194.0...v2.195.0) (2025-05-07)


### Features

* publish 'app-staging-synthesizer-alpha' for Go ([#34364](https://github.com/aws/aws-cdk/issues/34364)) ([4e3df41](https://github.com/aws/aws-cdk/commit/4e3df41b308b277a568efa77e965cea958a63df9))
* update L1 CloudFormation resource definitions ([#34357](https://github.com/aws/aws-cdk/issues/34357)) ([24a40a9](https://github.com/aws/aws-cdk/commit/24a40a9b8e56e6ce3c37036b3db4d5039c882bba))
* **apigateway:** dualstack REST API ([#34114](https://github.com/aws/aws-cdk/issues/34114)) ([efdcb9d](https://github.com/aws/aws-cdk/commit/efdcb9ddfebc9c3333745a40fa90eb99b410316d))


### Bug Fixes

* **codepipeline:** allow both `pullRequestFilter` and `pushFilter` ([#34267](https://github.com/aws/aws-cdk/issues/34267)) ([1cac5a0](https://github.com/aws/aws-cdk/commit/1cac5a080c78182268128b9b7ad3501179a7e3e1)), closes [#34253](https://github.com/aws/aws-cdk/issues/34253)
* **route53-targets:** beanstalk allow specifying `hostedZoneId` to support token endpoint with default value derived from stack region or endpointUrl ([#34122](https://github.com/aws/aws-cdk/issues/34122)) ([9e52752](https://github.com/aws/aws-cdk/commit/9e527522c5ea6967d3b51ade75790ad98982dd83)), closes [#31843](https://github.com/aws/aws-cdk/issues/31843)
* **s3-notifications:** add a key policy to trust S3 for notifications to an SNS topic encrypted with a KMS key (under feature flag) ([#33858](https://github.com/aws/aws-cdk/issues/33858)) ([1e87861](https://github.com/aws/aws-cdk/commit/1e87861b3d0631fd0d24aedd4328d1eb67beb26c)), closes [#16271](https://github.com/aws/aws-cdk/issues/16271)


### Reverts

* "chore: make all L2 Constructs property injectable during release" ([#34371](https://github.com/aws/aws-cdk/issues/34371)) ([1e722ad](https://github.com/aws/aws-cdk/commit/1e722ad198952688ba33e4f698456d05dd90d524)), closes [aws/aws-cdk#34328](https://github.com/aws/aws-cdk/issues/34328)
* "feat: property injection for 122 constructs" ([#34370](https://github.com/aws/aws-cdk/issues/34370)) ([2594f3c](https://github.com/aws/aws-cdk/commit/2594f3cab68e130d0b9f62ae622c9bc7b92cd14e)), closes [aws/aws-cdk#33887](https://github.com/aws/aws-cdk/issues/33887)

## [2.194.0](https://github.com/aws/aws-cdk/compare/v2.193.0...v2.194.0) (2025-05-01)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading