Skip to content

Commit c36f39a

Browse files
authored
chore(cdk): upgrade cdk version to 2.177.0 (#915)
* chore(cdk): upgrade to latest cdk version * chore(doc): update documentation
1 parent 0fb9dfe commit c36f39a

File tree

6 files changed

+26
-22
lines changed

6 files changed

+26
-22
lines changed

.projen/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
const GITHUB_USER = 'awslabs';
3131
const PUBLICATION_NAMESPACE = 'cdklabs';
3232
const PROJECT_NAME = 'generative-ai-cdk-constructs';
33-
const CDK_VERSION: string = '2.176.0';
33+
const CDK_VERSION: string = '2.177.0';
3434

3535
function camelCaseIt(input: string): string {
3636
// Hypens and dashes to spaces and then CamelCase...

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# CDK Generative AI Constructs V0.1.289 (2025-01-21)
1+
# CDK Generative AI Constructs V0.1.291 (2025-01-26)
2+
3+
Based on CDK library version 2.177.0
4+
5+
# CDK Generative AI Constructs V0.1.290 (2025-01-21)
26

37
Based on CDK library version 2.176.0
48

DEVELOPER_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Default output format [None]: json
1616
```
1717

1818
- [Node](https://nodejs.org/en) >= v20.9.0
19-
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.174.1) >= 2.176.0
19+
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.177.0) >= 2.177.0
2020
- [Python](https://www.python.org/downloads/) >=3.9
21-
- [Projen](https://github.com/projen/projen) >= 0.78.8
21+
- [Projen](https://github.com/projen/projen) >= 0.91.5
2222
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/cli/install/) >= 1.22.19
2323

2424
You can use the command below to install the dependencies listed above

package.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)