Skip to content
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

chore(release): 2.149.0 #30845

Merged
merged 21 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
772b1d1
feat(stepfunctions-tasks): add guardrailConfiguration and trace prope…
mazyu36 Jul 5, 2024
e083db1
Merge branch 'main' into merge-back/2.148.0
mergify[bot] Jul 5, 2024
81b111a
chore(merge-back): 2.148.0 (#30766)
mergify[bot] Jul 6, 2024
c074a7d
chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /packages/@aw…
dependabot[bot] Jul 6, 2024
5864782
chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in /packages/@aws…
dependabot[bot] Jul 6, 2024
6d0a09f
feat: update L1 CloudFormation resource definitions (#30786)
aws-cdk-automation Jul 8, 2024
0875ef9
chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /packages/@aw…
dependabot[bot] Jul 8, 2024
da0dc57
feat(codedeploy): zonal configuration for `ServerDeploymentConfig` (#…
badmintoncryer Jul 8, 2024
046bf56
feat(stepfunctions-tasks): enable resultReuseConfiguration in AthenaS…
mazyu36 Jul 8, 2024
f48becb
chore(doc): fix a broken link in the README.md (#30789)
pahud Jul 9, 2024
22a2858
docs(events): improved maintenance of information on supported target…
sakurai-ryo Jul 9, 2024
127f743
chore: delete deprecated alpha package (#30801)
TheRealAmazonKendra Jul 9, 2024
9f4ec76
chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /packages/@aw…
dependabot[bot] Jul 9, 2024
a68b418
feat(codestarnotifications): add `createdBy` property for notificatio…
yuppe-kyupeen Jul 9, 2024
7cd0f65
chore(ec2): add R8g instance type (#30803)
badmintoncryer Jul 9, 2024
727e886
fix(scheduler-targetes-alpha): multiple schedules cause resolution er…
Tietew Jul 10, 2024
e4367a0
fix(apigateway): authorization scope is not added when not explicitly…
GavinZZ Jul 11, 2024
2647ef4
Merge branch 'main' into merge-back/2.148.1
mergify[bot] Jul 11, 2024
8d55d86
chore(merge-back): 2.148.1 (#30825)
mergify[bot] Jul 11, 2024
5ef3be5
chore: add condition to bootstrap file publish role (#30823)
scanlonp Jul 12, 2024
66dad22
chore(release): 2.149.0
Jul 12, 2024
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
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.149.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.148.1-alpha.0...v2.149.0-alpha.0) (2024-07-12)

## [2.148.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.148.0-alpha.0...v2.148.1-alpha.0) (2024-07-11)

## [2.148.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.147.3-alpha.0...v2.148.0-alpha.0) (2024-07-05)
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.v2.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.149.0](https://github.com/aws/aws-cdk/compare/v2.148.1...v2.149.0) (2024-07-12)


### Features

* **codedeploy:** zonal configuration for `ServerDeploymentConfig` ([#30429](https://github.com/aws/aws-cdk/issues/30429)) ([da0dc57](https://github.com/aws/aws-cdk/commit/da0dc576bd85ba6710ec0b29cf53ff56a74fad1e)), closes [#30430](https://github.com/aws/aws-cdk/issues/30430)
* **codestarnotifications:** add `createdBy` property for notification rule ([#30780](https://github.com/aws/aws-cdk/issues/30780)) ([a68b418](https://github.com/aws/aws-cdk/commit/a68b418311bf582c62a541abaffb89ebaf1526f3))
* **stepfunctions-tasks:** add guardrailConfiguration and trace property to the BedrockInvokeModel ([#30426](https://github.com/aws/aws-cdk/issues/30426)) ([772b1d1](https://github.com/aws/aws-cdk/commit/772b1d154a16f9360052c25bbc9e017198ac39d2)), closes [#30425](https://github.com/aws/aws-cdk/issues/30425)
* **stepfunctions-tasks:** enable resultReuseConfiguration in AthenaStartQueryExecution ([#30447](https://github.com/aws/aws-cdk/issues/30447)) ([046bf56](https://github.com/aws/aws-cdk/commit/046bf56cedd5add4549cc6a9ef2ab23369ef3cee)), closes [#30446](https://github.com/aws/aws-cdk/issues/30446)
* update L1 CloudFormation resource definitions ([#30786](https://github.com/aws/aws-cdk/issues/30786)) ([6d0a09f](https://github.com/aws/aws-cdk/commit/6d0a09f2c566b0ddf2bbd4e4d338c06f7c7aaf65))


### Bug Fixes

* **apigateway:** authorization scope is not added when not explicitly defining authorization type in method or root api ([#30822](https://github.com/aws/aws-cdk/issues/30822)) ([e4367a0](https://github.com/aws/aws-cdk/commit/e4367a0835ecc2dae0a920e5afbfd131b458b7be)), closes [#30444](https://github.com/aws/aws-cdk/issues/30444)
* **scheduler-targetes-alpha:** multiple schedules cause resolution error during synth ([#30634](https://github.com/aws/aws-cdk/issues/30634)) ([727e886](https://github.com/aws/aws-cdk/commit/727e886805da021c2373e74754fd2d7492a8aac6)), closes [#28713](https://github.com/aws/aws-cdk/issues/28713)

## [2.148.1](https://github.com/aws/aws-cdk/compare/v2.148.0...v2.148.1) (2024-07-11)


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