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.145.0 #30487

Merged
merged 27 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
535698a
chore(merge-back): 2.144.0 (#30410)
mergify[bot] May 31, 2024
09098af
chore: update Contributors File (#30411)
aws-cdk-automation Jun 1, 2024
1b8d73c
fix(apigateway): allow overriding authorizer on methods (#30415)
moelasmar Jun 1, 2024
2a00ddd
chore(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2 (#30…
dependabot[bot] Jun 3, 2024
41a54b1
chore: fix typo in `queue.ts` comment (#30416)
rafrafek Jun 3, 2024
8ea68f1
chore: fix typo in application-listener-rule (#30427)
mazyu36 Jun 3, 2024
c5eca1a
chore(config): add new resource types since March 2023 (#30378)
mazyu36 Jun 3, 2024
0e95bf0
feat(logs): add distribution property to the Subscription class (#30423)
mazyu36 Jun 3, 2024
5b84ca6
feat(chatbot): configure `userRoleRequired` for the `SlackChannelConf…
badmintoncryer Jun 3, 2024
ddbbd00
feat(codepipeline): `GitPushFilter` with branches and file paths for …
go-to-k Jun 3, 2024
a3d9b10
fix: route53 CrossAccountZoneDelegationRecord fails at deployment tim…
samson-keung Jun 4, 2024
f937100
chore: update nodejs to 20 in devcontainer and gitpod (#30424)
JohannesKonings Jun 4, 2024
940e799
feat(codebuild): `Fleet` L2 (#29754)
nmussy Jun 4, 2024
a46bbc3
chore(dynamodb): remove single quotes from throw statement in the par…
mazyu36 Jun 4, 2024
0399ec3
chore(cdk): update the fact tables and tests for lambda layers v0.98.…
vasireddy99 Jun 5, 2024
3ee5ce0
feat: update L1 CloudFormation resource definitions (#30438)
aws-cdk-automation Jun 5, 2024
b04f739
chore(roadmap): update to readme to point to correct location of road…
adamjkeller Jun 5, 2024
a899ac6
fix(custom-resources): `logApiResponseData` is added to custom resour…
colifran Jun 6, 2024
0fa3b1e
revert: "feat(codepipeline): `GitPushFilter` with branches and file p…
gracelu0 Jun 6, 2024
d2ea280
feat(eks): support for Kubernetes version 1.30 (#30454)
pahud Jun 6, 2024
312235a
chore(apigatewayv2): add apigatewayv2 integrations and authorizers to…
GavinZZ Jun 6, 2024
a05591d
chore(events): rule cannot have more than 5 targets (#30470)
flexelem Jun 6, 2024
448b441
chore(lambda): match enum value to property (#30472)
scanlonp Jun 6, 2024
516ecef
feat(config): proactive evaluation mode (#30174)
badmintoncryer Jun 6, 2024
8f4d4d7
chore(stepfunction-tasks): eventbridge aws. event source prefix check…
pahud Jun 6, 2024
1764f09
chore(release): 2.145.0
Jun 7, 2024
a20766c
chore: update CHANGELOG.v2.md
gracelu0 Jun 7, 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
Prev Previous commit
Next Next commit
chore(roadmap): update to readme to point to correct location of road…
…map (#30460)

### Issue # (if applicable)

N/A

### Reason for this change

The README.md currently points to a roadmap that is no longer in use. 

### Description of changes

Removing old roadmap reference and pointing to the proper roadmap location.

### Checklist
- [ x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
adamjkeller committed Jun 5, 2024
commit b04f739e0cee2aad18662570b935dfc1854453bd
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You may also find help on these community resources:

## Roadmap

The [AWS CDK Roadmap project board](https://github.com/orgs/aws/projects/7) lets developers know about our upcoming features and priorities to help them plan how to best leverage the CDK and identify opportunities to contribute to the project. See [ROADMAP.md](https://github.com/aws/aws-cdk/blob/main/ROADMAP.md) for more information and FAQs.
The AWS CDK Roadmap lets developers know about our upcoming features and priorities to help them plan how to best leverage the CDK and identify opportunities to contribute to the project. See [ROADMAP.md](https://github.com/aws/aws-cdk/blob/main/ROADMAP.md) for more information and FAQs.

## Contributing

Expand Down
Loading