Skip to content

Commit 3948291

Browse files
authored
Update to version v7.2.1
### Security - Updated node-forge to `1.3.2` - Updated werkzeug to `3.1.4` - Updated express to `4.22.0`
2 parents be4ba42 + d5536c7 commit 3948291

File tree

59 files changed

+220
-140
lines changed

Some content is hidden

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

59 files changed

+220
-140
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+
## [7.2.1] - 2025-12-03
9+
10+
### Security
11+
12+
- Updated node-forge to `1.3.2`
13+
- Updated werkzeug to `3.1.4`
14+
- Updated express to `4.22.0`
15+
816
## [7.2.0] - 2025-11-20
917

1018
__*Note: we recommend that you first deploy these changes in a non-production environment. This is true for all releases, but especially important for minor and major releases.*__

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ As QnABot evolves over the years, it makes use of various services and functiona
361361
_Note: **Deployable solution versions** refers to the ability to deploy the version of QnABot in their AWS accounts. **Actively supported versions** for QnABot is only available for the latest version of QnABot._
362362
363363
### Deployable Versions
364+
- [v7.2.1](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.2.1) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.2.1/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.2.1/qnabot-on-aws-vpc.template)
364365
- [v7.2.0](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.2.0) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.2.0/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.2.0/qnabot-on-aws-vpc.template)
365366
- [v7.1.3](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.1.3) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.1.3/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.1.3/qnabot-on-aws-vpc.template)
366367
- [v7.1.2](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.1.2) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.1.2/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.1.2/qnabot-on-aws-vpc.template)

source/cli/aws_solutions/qnabot/cli/qnabot_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@click.pass_context
1616
def cli(ctx) -> None:
1717
os.environ["SOLUTION_ID"] = "SO0189"
18-
os.environ["SOLUTION_VERSION"] = "v7.2.0"
18+
os.environ["SOLUTION_VERSION"] = "v7.2.1"
1919

2020

2121
@cli.command("import")

source/cli/poetry.lock

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

source/lambda/aws-sdk-layer/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/lambda/aws-sdk-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-layer",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "QnABot Lambda aws-sdk-layer",
55
"main": "index.js",
66
"scripts": {

source/lambda/cfn-lambda-layer/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/lambda/cfn-lambda-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfn-lambda-layer",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "QnABot Cfn Lambda Layer",
55
"main": "index.js",
66
"scripts": {

source/lambda/cfn/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/lambda/cfn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfn",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "QnABot Cfn Lambda",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)