Skip to content

Commit 2fe1b99

Browse files
authored
Upgrade to version v2.1.9
### Security - Upgraded setuptools to `80.8.0` - Upgraded vite in ui-chat to `6.3.4` - Upgraded vite in ui-deployment to `5.4.19`
2 parents 85076b0 + 0da6f09 commit 2fe1b99

File tree

40 files changed

+116
-108
lines changed

40 files changed

+116
-108
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [2.1.9] - 2025-05-22
9+
10+
### Security
11+
12+
- Upgraded setuptools to `80.8.0`
13+
- Upgraded vite in ui-chat to `6.3.4`
14+
- Upgraded vite in ui-deployment to `5.4.19`
15+
816
## [2.1.8] - 2025-04-28
917

1018
### Security

deployment/build-s3-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -e
3030
# Check to see if input has been provided:
3131
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ] || [ -z "$4" ]; then
3232
echo "Please provide all required parameters for the build script"
33-
echo "For example: ./build-s3-dist.sh solutions trademarked-solution-name v2.1.8 template-bucket-name"
33+
echo "For example: ./build-s3-dist.sh solutions trademarked-solution-name v2.1.9 template-bucket-name"
3434
exit 1
3535
fi
3636

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@custom-bundler/unit-test": false,
6464
"solution_id": "SO0276",
6565
"solution_name": "generative-ai-application-builder-on-aws",
66-
"solution_version": "v2.1.8",
66+
"solution_version": "v2.1.9",
6767
"app_registry_name": "GAAB",
6868
"application_type": "AWS-Solutions",
6969
"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": "2.1.8",
3+
"version": "2.1.9",
44
"bin": {
55
"infrastructure": "bin/gen-ai-app-builder.js"
66
},

source/infrastructure/test/mock-lambda-func/node-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/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": "2.1.8",
3+
"version": "2.1.9",
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 = "2.1.8"
3+
version = "2.1.9"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mock-typescript-lambda",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)