Skip to content

Commit e9427df

Browse files
authored
Update to version v7.0.2
Merge pull request #814 from aws-solutions/feature/v7.0.2
2 parents df59520 + 4359438 commit e9427df

Some content is hidden

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

67 files changed

+1000
-3540
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,26 @@ 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.2] - 2025-03-13
9+
10+
### Security
11+
12+
- Updated axios to `1.8.2`
13+
- Updated jinja2 to `3.1.6`
14+
- Updated @babel/core to `7.26.10`
15+
- Updated @babel/helpers to `7.26.10`
16+
- Updated @babel/runtime to `7.26.10`
17+
818
## [7.0.1] - 2025-02-24
919

1020
### Fixed
21+
1122
- Alexa Skill Kit issue where trigger would not get created in the lambda function during CFN deployment [Issue #804](https://github.com/aws-solutions/qnabot-on-aws/issues/804)
1223
- Sanitization change to allow `<details>` and `<summary>` tags [Issue #751](https://github.com/aws-solutions/qnabot-on-aws/issues/751)
1324
- Fixed Amazon Translate breaking markdown links from added spaces [Issue #805](https://github.com/aws-solutions/qnabot-on-aws/issues/805)
1425

1526
### Security
27+
1628
- Patched serialize-javascript, cryptography, & certifi vulnerability
1729

1830
## [7.0.0] - 2025-01-23

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.2](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.0.2) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.2/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.2/qnabot-on-aws-vpc.template)
364365
- [v7.0.1](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.0.1) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.1/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.1/qnabot-on-aws-vpc.template)
365366
- [v7.0.0](https://github.com/aws-solutions/qnabot-on-aws/releases/tag/v7.0.0) - [Public](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.0/qnabot-on-aws-main.template)/[VPC](https://solutions-reference.s3.amazonaws.com/qnabot-on-aws/v7.0.0/qnabot-on-aws-vpc.template)
366367
- _Note: Lambda Runtimes have been updated this release. Solution now uses: [**nodejs20** and python3.10]_

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.1"
18+
os.environ["SOLUTION_VERSION"] = "v7.0.2"
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/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest = "^8.3.3"
1919
pytest-cov = "^6.0.0"
2020
pytest-env = "^1.1.5"
2121
pytest-mock = "^3.14.0"
22-
Jinja2 = "^3.1.5"
22+
Jinja2 = "^3.1.6"
2323

2424
[build-system]
2525
requires = ["poetry-core"]

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

source/lambda/cfn/package-lock.json

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

0 commit comments

Comments
 (0)