Skip to content

Commit 150a300

Browse files
authored
Update to version v7.0.4
Merge pull request #819 from aws-solutions/feature/v7.0.4
2 parents e7fa9cc + 2451cc1 commit 150a300

Some content is hidden

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

52 files changed

+89
-158
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 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+
## [7.0.4] - 2025-04-03
9+
10+
### Security
11+
12+
- Removed tar-fs due to security vulnerability
13+
814
## [7.0.3] - 2025-03-27
915

1016
### Fixed

NOTICE.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ character-reference-invalid under the MIT license
531531
charenc under the BSD-3-Clause license
532532
chokidar under the MIT license
533533
chownr under the ISC license
534-
chrome-aws-lambda under the MIT license
535534
chrome-trace-event under the MIT license
536535
ci-info under the MIT license
537536
cipher-base under the MIT license
@@ -941,7 +940,6 @@ jws under the MIT license
941940
kind-of under the MIT license
942941
kleur under the MIT license
943942
klona under the MIT license
944-
lambdafs under the MIT license
945943
langchain under the MIT license
946944
langchainhub under the MIT license
947945
langsmith under the MIT license
@@ -1333,7 +1331,6 @@ supports-preserve-symlinks-flag under the MIT license
13331331
svgo under the MIT license
13341332
symbol-tree under the MIT license
13351333
tapable under the MIT license
1336-
tar-fs under the MIT license
13371334
tar-stream under the MIT license
13381335
terminal-link under the MIT license
13391336
terser-webpack-plugin under the MIT license

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.0.4](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.0.4) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.4/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.4/qnabot-on-aws-vpc.template)
364365
- [v7.0.3](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.0.3) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.3/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.3/qnabot-on-aws-vpc.template)
365366
- _Note: Lambda Runtimes have been updated in the v7.0.0 release. Solution now uses: [**nodejs20** and python3.10]_
366367
- [v6.1.5](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v6.1.5) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v6.1.5/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v6.1.5/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.0.3"
18+
os.environ["SOLUTION_VERSION"] = "v7.0.4"
1919

2020

2121
@cli.command("import")

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.0.3",
3+
"version": "7.0.4",
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.0.3",
3+
"version": "7.0.4",
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.0.3",
3+
"version": "7.0.4",
44
"description": "QnABot Cfn Lambda",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)