Skip to content

Commit c8ea823

Browse files
emerging-tech-cdk-constructs-botgithub-actionskrokoko
authored
chore(deps): upgrade dependencies (#748)
* chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/11336840177 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]> * chore(deps): upgrade cdk version for deps upgrade --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: krokoko <[email protected]>
1 parent bd6e617 commit c8ea823

File tree

11 files changed

+210
-157
lines changed

11 files changed

+210
-157
lines changed

Diff for: .projen/deps.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .projenrc.ts

+1-1
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.154.1';
33+
const CDK_VERSION: string = '2.162.1';
3434

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

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# CDK Generative AI Constructs V0.1.273 (2024-10-15)
2+
3+
Based on CDK library version 2.162.1
4+
15
# CDK Generative AI Constructs V0.1.258 (2024-08-26)
26

37
Based on CDK library version 2.154.1

Diff for: DEVELOPER_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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.154.1) >= 2.154.1
19+
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.162.1) >= 2.162.1
2020
- [Python](https://www.python.org/downloads/) >=3.9
2121
- [Projen](https://github.com/projen/projen) >= 0.78.8
2222
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/cli/install/) >= 1.22.19

Diff for: apidocs/interfaces/DockerLambdaCustomProps.md

+24
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,30 @@ stable
2828

2929
***
3030

31+
### allowAllIpv6Outbound?
32+
33+
> `readonly` `optional` **allowAllIpv6Outbound**: `boolean`
34+
35+
Whether to allow the Lambda to send all ipv6 network traffic.
36+
If set to true, there will only be a single egress rule which allows all
37+
outbound ipv6 traffic. If set to false, you must individually add traffic rules to allow the
38+
Lambda to connect to network targets using ipv6.
39+
40+
Do not specify this property if the `securityGroups` or `securityGroup` property is set.
41+
Instead, configure `allowAllIpv6Outbound` directly on the security group.
42+
43+
#### Default
44+
45+
```ts
46+
false
47+
```
48+
49+
#### Stability
50+
51+
stable
52+
53+
***
54+
3155
### applicationLogLevelV2?
3256

3357
> `readonly` `optional` **applicationLogLevelV2**: `ApplicationLogLevel`

Diff for: package.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/common/props/DockerLambdaCustomProps.ts

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/ServiceTestDefaultTestDeployAssertE49B1ECE.assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "36.3.0",
2+
"version": "38.0.1",
33
"files": {
44
"21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
55
"source": {

Diff for: test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/aws-cdk-aoss-dashboard-integ-test.assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "36.3.0",
2+
"version": "38.0.1",
33
"files": {
44
"181da6986985d46e23b14751019080abbf03bbc0a08672bc1215ed7b0913386c": {
55
"source": {

Diff for: test/patterns/gen-ai/aws-aoss-cw-dashboard/integ-tests/aws-aoss-cw-dashboard.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "36.3.0",
2+
"version": "38.0.1",
33
"testCases": {
44
"ServiceTest/DefaultTest": {
55
"stacks": [

0 commit comments

Comments
 (0)