Skip to content

Commit badd0c8

Browse files
authored
Update to version v4.1.8
### Security - Upgraded `flatted` to `3.4.2` to mitigate [CVE-2026-33228](https://nvd.nist.gov/vuln/detail/CVE-2026-33228) - Upgraded `fast-xml-parser` to `5.5.9` to mitigate [GHSA-jp2q-39xq-3w4g](GHSA-jp2q-39xq-3w4g)
2 parents 0c7b38a + 908832f commit badd0c8

File tree

58 files changed

+167
-160
lines changed

Some content is hidden

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

58 files changed

+167
-160
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [4.1.8] - 2026-03-25
9+
10+
### Security
11+
12+
- Upgraded `flatted` to `3.4.2` to mitigate [CVE-2026-33228](https://nvd.nist.gov/vuln/detail/CVE-2026-33228)
13+
- Upgraded `fast-xml-parser` to `5.5.9` to mitigate [GHSA-jp2q-39xq-3w4g](https://github.com/advisories/GHSA-jp2q-39xq-3w4g)
14+
815
## [4.1.7] - 2026-03-19
916

1017
### Security

deployment/cdk-solution-helper/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.

deployment/cdk-solution-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/cdk-solution-helper",
3-
"version": "4.1.7",
3+
"version": "4.1.8",
44
"description": "This script performs token replacement as part of the build pipeline",
55
"license": "Apache-2.0",
66
"author": {

deployment/ecr/gaab-strands-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-agent"
3-
version = "4.1.7"
3+
version = "4.1.8"
44
description = "GAAB Strands Agent Runtime for Amazon Bedrock AgentCore"
55
readme = "README.md"
66
requires-python = ">=3.13"

deployment/ecr/gaab-strands-agent/uv.lock

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

deployment/ecr/gaab-strands-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-common"
3-
version = "4.1.7"
3+
version = "4.1.8"
44
description = "Shared library for GAAB Strands agents"
55
readme = "README.md"
66
requires-python = ">=3.13"

deployment/ecr/gaab-strands-common/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/ecr/gaab-strands-workflow-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gaab-strands-workflow-agent"
3-
version = "4.1.7"
3+
version = "4.1.8"
44
description = "GAAB Strands Workflow Agent Runtime for Amazon Bedrock AgentCore"
55
readme = "README.md"
66
requires-python = ">=3.13"

deployment/ecr/gaab-strands-workflow-agent/uv.lock

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/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@custom-bundler/unit-test": false,
6565
"solution_id": "SO0276",
6666
"solution_name": "generative-ai-application-builder-on-aws",
67-
"solution_version": "v4.1.7",
67+
"solution_version": "v4.1.8",
6868
"app_registry_name": "GAAB",
6969
"application_type": "AWS-Solutions",
7070
"application_trademark_name": "Generative AI Application Builder on AWS",

0 commit comments

Comments
 (0)