Skip to content

Commit 68c8646

Browse files
authored
Upgrade to version v1.4.5
Upgrade to version v1.4.5
2 parents 6dc3d25 + 2130f11 commit 68c8646

File tree

43 files changed

+256
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+256
-255
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.5] - 2024-07-22
9+
10+
### Security
11+
12+
- Updated library versions to address security vulnerabilities
13+
814
## [1.4.4] - 2024-06-17
915

1016
### Security
@@ -17,13 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1723

1824
- Updated package versions to resolve vulnerabilities
1925

20-
21-
- ## [1.4.2] - 2024-05-16
26+
## [1.4.2] - 2024-05-16
2227

2328
### Changed
2429

25-
- Switched to using `langchain-aws` library for Bedrock and SageMaker LangChain calls instead of `langchain-community`.
26-
30+
- Switched to using `langchain-aws` library for Bedrock and SageMaker LangChain calls instead of `langchain-community`.
2731

2832
## [1.4.1] - 2024-05-07
2933

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
5858
"solution_id": "SO0276",
5959
"solution_name": "generative-ai-application-builder-on-aws",
60-
"solution_version": "v1.4.4",
60+
"solution_version": "v1.4.5",
6161
"app_registry_name": "GAAB",
6262
"application_type": "AWS-Solutions",
6363
"application_trademark_name": "Generative AI Application Builder on AWS"

source/infrastructure/package-lock.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.

source/infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gen-ai-app-builder-on-aws-infrastructure",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"bin": {
55
"infrastructure": "bin/gen-ai-app-builder.js"
66
},

source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.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.

source/infrastructure/test/mock-lambda-func/node-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {

source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mock-lambda-function"
3-
version = "1.4.3"
3+
version = "1.4.5"
44
authors = [ "Amazon Web Services" ]
55
description = "Mock lambda implementation to unit test infrastructure code"
66
packages = [

source/infrastructure/test/mock-lambda-func/typescript-lambda/package-lock.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.

source/infrastructure/test/mock-lambda-func/typescript-lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mock-typescript-lambda",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.ts",
66
"scripts": {
@@ -27,4 +27,4 @@
2727
"url": "https://aws.amazon.com/solutions"
2828
},
2929
"license": "Apache-2.0"
30-
}
30+
}

source/infrastructure/test/mock-ui/package-lock.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.

0 commit comments

Comments
 (0)