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.174.0 #32591

Merged
merged 43 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ca01a25
feat(glue): support AWS Glue 5.0 (#32467)
mazyu36 Dec 11, 2024
5e73dd0
fix(route53-targets): deprecated method for dns name is used in userp…
go-to-k Dec 11, 2024
225d261
feat(appconfig): add atDeploymentTick extension action point to L2 Co…
cpaluch-aws Dec 12, 2024
fe7d435
chore: ignore `RWLock` from Istanbul coverage (#32478)
rix0rrr Dec 12, 2024
6e28ffe
chore: remove dependency on in-source compilation of `bin/` directory…
rix0rrr Dec 12, 2024
a73f84b
chore(cli-lib-alpha): remove dependency on in-source compilation (#32…
rix0rrr Dec 12, 2024
d14d784
fix(cdk): changed retry mechanism for hotswapping AppSync.function (#…
ShadowCat567 Dec 12, 2024
852cd19
Merge branch 'main' into merge-back/2.173.0
xazhao Dec 12, 2024
62751fc
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 (#32…
dependabot[bot] Dec 12, 2024
2e08c2c
Merge branch 'main' into merge-back/2.173.0
mergify[bot] Dec 12, 2024
62a0638
chore(merge-back): 2.173.0 (#32499)
mergify[bot] Dec 12, 2024
ad1699a
chore(cdk-cli-wrapper): fix tests for monorepo (#32511)
rix0rrr Dec 13, 2024
934c9dc
chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#32471)
dependabot[bot] Dec 13, 2024
283edd6
fix(redshift-alpha): extract tableName from custom resource functions…
5d Dec 13, 2024
f937d30
chore(bedrock): update foundation models (#32516)
nmussy Dec 13, 2024
2e75924
fix(cli): cdk deploy -R does not disable rollback (#32514)
mrgrain Dec 13, 2024
27619cc
fix(lambda): add @deprecated tag to python3.8 (#32162)
kdnakt Dec 14, 2024
bf026bd
fix(cli): getting credentials via SSO fails when the region is set in…
otaviomacedo Dec 14, 2024
f42e2cc
chore(yargs-gen): use lodash.clonedeep instead of structured clone (#…
mrgrain Dec 16, 2024
2e3b2ac
feat: update L1 CloudFormation resource definitions (#32540)
aws-cdk-automation Dec 16, 2024
a125c24
chore(secretmanager): adding missed header in README (#32532)
moelasmar Dec 16, 2024
e45fcae
chore(cli): remove CDK_INTEG_MODE hack (#32539)
mrgrain Dec 16, 2024
fb030d6
chore(deps): bump path-to-regexp and express in /packages/@aws-cdk-te…
dependabot[bot] Dec 16, 2024
d1bb1ca
chore: updating the PR template (#32546)
moelasmar Dec 16, 2024
b7e6141
feat(cloudfront): distribution ARN property (#32531)
nmussy Dec 16, 2024
2c109cf
feat(codebuild): support auto retry limit for Project (#32507)
mazyu36 Dec 16, 2024
4b696bc
feat(ecs): machineImageType support AL2023 (#32509)
phuhung273 Dec 16, 2024
93ff387
chore(ecr): expose registryUri (#32176)
phuhung273 Dec 16, 2024
5e01cc2
chore(eks): add warning to make kubectlLayer property required in the…
xazhao Dec 17, 2024
e8d8237
revert(ecs): machineImageType support AL2023 (#32550)
GavinZZ Dec 17, 2024
38116b0
fix(cli): doesn't support plugins that return initially empty credent…
rix0rrr Dec 17, 2024
506d210
chore(cli): simplify config with helper functions (#32547)
mrgrain Dec 17, 2024
537cabf
chore: print more information in Aspects proptest (#32543)
rix0rrr Dec 17, 2024
d4f6946
fix(cli): allow credential plugins to return `null` for `expiration` …
rix0rrr Dec 17, 2024
87e21d6
fix(ec2-alpha): do not use string comparison in `rangesOverlap` (#32269)
awsdro Dec 17, 2024
cc974e8
Merge branch 'main' into merge-back/2.173.2
mergify[bot] Dec 18, 2024
e9b5026
chore(merge-back): 2.173.2 (#32561)
mergify[bot] Dec 18, 2024
c1d3130
chore(cli): new test for MFA + AWS_Profile (#32566)
otaviomacedo Dec 18, 2024
043f9db
chore(cli): refactor notices.ts to not use configuration settings (#3…
kaizencc Dec 18, 2024
2d1e718
chore: enable log timestamps by default (#32448)
HBobertz Dec 18, 2024
1bbab84
chore(kinesisfirehose-alpha): refactor integ tests with assertions (#…
paulhcsun Dec 18, 2024
c879b5d
chore(toolkit): add private stub package for toolkit (#32587)
mrgrain Dec 19, 2024
3358020
chore(release): 2.174.0
Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 10 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,16 @@ Closes #<issue number here>.

### Description of changes

<!--What code changes did you make? Have you made any important design decisions?-->
<!--
What code changes did you make?
Have you made any important design decisions?
What AWS use cases does this change enable? To enable the use cases, which AWS service features are utilized?
-->

### Describe any new or updated permissions being added

<!— What new or updated IAM permissions are needed to support the changes being introduced ? -->


### Description of how you validated changes

2 changes: 1 addition & 1 deletion .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
persist-credentials: false
- name: Find changed cli files
id: changed-cli-files
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf
uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366
with:
base_sha: ${{ github.event.pull_request.base.sha }}
files_yaml: |
13 changes: 13 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,19 @@

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


### Features

* **glue:** support AWS Glue 5.0 ([#32467](https://github.com/aws/aws-cdk/issues/32467)) ([ca01a25](https://github.com/aws/aws-cdk/commit/ca01a25d1328685fc9a362a1e2cbe7738389956c))


### Bug Fixes

* **ec2-alpha:** do not use string comparison in `rangesOverlap` ([#32269](https://github.com/aws/aws-cdk/issues/32269)) ([87e21d6](https://github.com/aws/aws-cdk/commit/87e21d625af86873716734dd5568940d41096c45)), closes [#32145](https://github.com/aws/aws-cdk/issues/32145) [#32145](https://github.com/aws/aws-cdk/issues/32145)
* **redshift-alpha:** extract tableName from custom resource functions ([#32452](https://github.com/aws/aws-cdk/issues/32452)) ([283edd6](https://github.com/aws/aws-cdk/commit/283edd6601ac54cf868213d68edb7c76b3a45223)), closes [PR#24308](https://github.com/aws/PR/issues/24308)

## [2.173.2-alpha.0](https://github.com/aws/aws-cdk/compare/v2.173.1-alpha.0...v2.173.2-alpha.0) (2024-12-17)

## [2.173.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.173.0-alpha.0...v2.173.1-alpha.0) (2024-12-14)
27 changes: 27 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,33 @@

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.174.0](https://github.com/aws/aws-cdk/compare/v2.173.2...v2.174.0) (2024-12-19)


### Features

* **appconfig:** add atDeploymentTick extension action point to L2 Constructs ([#32490](https://github.com/aws/aws-cdk/issues/32490)) ([225d261](https://github.com/aws/aws-cdk/commit/225d261bf2d8f4ada3ac06de9f9f11e4586510b2))
* **cloudfront:** distribution ARN property ([#32531](https://github.com/aws/aws-cdk/issues/32531)) ([b7e6141](https://github.com/aws/aws-cdk/commit/b7e6141dbb6b55a36bb3590a0cdadef2c478a348)), closes [#32530](https://github.com/aws/aws-cdk/issues/32530)
* **codebuild:** support auto retry limit for Project ([#32507](https://github.com/aws/aws-cdk/issues/32507)) ([2c109cf](https://github.com/aws/aws-cdk/commit/2c109cf3b5bff9cb53ba70889ee60aaa602430f1)), closes [#32446](https://github.com/aws/aws-cdk/issues/32446)
* **ecs:** machineImageType support AL2023 ([#32509](https://github.com/aws/aws-cdk/issues/32509)) ([4b696bc](https://github.com/aws/aws-cdk/commit/4b696bc338ec0048e202201273f5220ff40a7e8f)), closes [#32496](https://github.com/aws/aws-cdk/issues/32496) [#32469](https://github.com/aws/aws-cdk/issues/32469)
* update L1 CloudFormation resource definitions ([#32540](https://github.com/aws/aws-cdk/issues/32540)) ([2e3b2ac](https://github.com/aws/aws-cdk/commit/2e3b2ac51c459e4d8a4bc7e6f488e2bab433cea7))


### Bug Fixes

* **cdk:** changed retry mechanism for hotswapping AppSync.function ([#32179](https://github.com/aws/aws-cdk/issues/32179)) ([d14d784](https://github.com/aws/aws-cdk/commit/d14d784c30bb0cb70beb2405b1042157aaa0a4e1))
* **cli:** allow credential plugins to return `null` for `expiration` ([#32554](https://github.com/aws/aws-cdk/issues/32554)) ([d4f6946](https://github.com/aws/aws-cdk/commit/d4f6946dbc97161749a33d3e89514a8f7ca4aa0a))
* **cli:** cdk deploy -R does not disable rollback ([#32514](https://github.com/aws/aws-cdk/issues/32514)) ([2e75924](https://github.com/aws/aws-cdk/commit/2e759243cfb7a6c2e72f57abf31703ea8ed9ac12)), closes [#31850](https://github.com/aws/aws-cdk/issues/31850)
* **cli:** doesn't support plugins that return initially empty credentials ([#32552](https://github.com/aws/aws-cdk/issues/32552)) ([38116b0](https://github.com/aws/aws-cdk/commit/38116b0ce7afda179c0067dfc5f19f24409f7fbe))
* **cli:** getting credentials via SSO fails when the region is set in the profile ([#32520](https://github.com/aws/aws-cdk/issues/32520)) ([bf026bd](https://github.com/aws/aws-cdk/commit/bf026bdd8557305d427510af49f1bc538d439cb6))
* **lambda:** add [@deprecated](https://github.com/deprecated) tag to python3.8 ([#32162](https://github.com/aws/aws-cdk/issues/32162)) ([27619cc](https://github.com/aws/aws-cdk/commit/27619cc401829a851f211e0b7e81fcf84c5cbd44))
* **route53-targets:** deprecated method for dns name is used in userpool domain target (under feature flag) ([#31403](https://github.com/aws/aws-cdk/issues/31403)) ([5e73dd0](https://github.com/aws/aws-cdk/commit/5e73dd089360a999cd86920b6d42bf69b1c0ded1))


### Reverts

* **ecs:** machineImageType support AL2023 ([#32550](https://github.com/aws/aws-cdk/issues/32550)) ([e8d8237](https://github.com/aws/aws-cdk/commit/e8d823797c5020193bfe2c6fef39369057717298)), closes [aws/aws-cdk#32509](https://github.com/aws/aws-cdk/issues/32509)

## [2.173.2](https://github.com/aws/aws-cdk/compare/v2.173.1...v2.173.2) (2024-12-17)


3 changes: 2 additions & 1 deletion aws-cdk.code-workspace
Original file line number Diff line number Diff line change
@@ -30,7 +30,8 @@
{
"name": "aws-custom-resource-sdk-adapter",
"rootPath": "packages/@aws-cdk/aws-custom-resource-sdk-adapter"
}
},
{ "name": "yargs-gen", "rootPath": "tools/@aws-cdk/yargs-gen" }
]
},
"extensions": {

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

Original file line number Diff line number Diff line change
@@ -318,6 +318,23 @@
]
}
}
],
"AT_DEPLOYMENT_TICK": [
{
"Name": "awsappconfigextension-MyLambdaExtension-68C15290-0",
"Uri": {
"Fn::GetAtt": [
"MyFunction3BAA72D1",
"Arn"
]
},
"RoleArn": {
"Fn::GetAtt": [
"MyLambdaExtensionRoleBC958D3F13B04",
"Arn"
]
}
}
]
},
"Name": "awsappconfigextension-MyLambdaExtension-68C15290"

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.

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.

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

Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ const lambdaExtension = new Extension(stack, 'MyLambdaExtension', {
actionPoints: [
ActionPoint.PRE_CREATE_HOSTED_CONFIGURATION_VERSION,
ActionPoint.ON_DEPLOYMENT_START,
ActionPoint.AT_DEPLOYMENT_TICK,
],
eventDestination: new LambdaDestination(lambda),
}),

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.

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