Skip to content

Commit 6059652

Browse files
authored
Updates to version v4.1.3
### Fixed - Fixed error when deploying MCP Server use case with Lambda targets due to IAM permission propagation ([#238](#238)). ### Security - Upgraded ajv to `6.14.0` to mitigate [CVE-2025-69873](https://nvd.nist.gov/vuln/detail/CVE-2025-69873) - Upgraded fast-xml-parser to `5.3.6` to mitigate [CVE-2026-26278](https://nvd.nist.gov/vuln/detail/CVE-2026-26278) and [CVE-2026-25896](https://nvd.nist.gov/vuln/detail/CVE-2026-25896) - Upgraded minimatch to `3.1.3`/`5.1.7`/`9.0.6` to mitigate [CVE-2026-26996](https://nvd.nist.gov/vuln/detail/CVE-2026-26996) - Upgraded werkzeug to `3.1.6` to mitigate [CVE-2026-27199](https://nvd.nist.gov/vuln/detail/CVE-2026-27199) - Upgraded aws-cdk-lib to `2.240.0` - Upgraded aws-cdk to `2.1106.1`
2 parents a840e7e + 14b32df commit 6059652

72 files changed

Lines changed: 1565 additions & 936 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.3] - 2026-02-24
9+
10+
### Fixed
11+
12+
- Fixed error when deploying MCP Server use case with Lambda targets due to IAM permission propagation ([#238](https://github.com/aws-solutions/generative-ai-application-builder-on-aws/issues/238)).
13+
14+
### Security
15+
16+
- Upgraded ajv to `6.14.0` to mitigate [CVE-2025-69873](https://nvd.nist.gov/vuln/detail/CVE-2025-69873)
17+
- Upgraded fast-xml-parser to `5.3.6` to mitigate [CVE-2026-26278](https://nvd.nist.gov/vuln/detail/CVE-2026-26278) and [CVE-2026-25896](https://nvd.nist.gov/vuln/detail/CVE-2026-25896)
18+
- Upgraded minimatch to `3.1.3`/`5.1.7`/`9.0.6` to mitigate [CVE-2026-26996](https://nvd.nist.gov/vuln/detail/CVE-2026-26996)
19+
- Upgraded werkzeug to `3.1.6` to mitigate [CVE-2026-27199](https://nvd.nist.gov/vuln/detail/CVE-2026-27199)
20+
- Upgraded aws-cdk-lib to `2.240.0`
21+
- Upgraded aws-cdk to `2.1106.1`
22+
823
## [4.1.2] - 2026-02-17
924

1025
### Security

NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This software includes third party software subject to the following copyrights:
4040
@aws-cdk/asset-awscli-v1 under the Apache-2.0 license.
4141
@aws-cdk/asset-kubectl-v20 under the Apache-2.0 license.
4242
@aws-cdk/asset-node-proxy-agent-v6 under the Apache-2.0 license.
43+
@aws-cdk/cloud-assembly-api under the Apache-2.0 license.
4344
@aws-cdk/cloud-assembly-schema under the Apache-2.0 license.
4445
@aws-cdk/integ-tests-alpha under the Apache-2.0 license.
4546
@aws-crypto/crc32 under the Apache-2.0 license.

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.2",
3+
"version": "4.1.3",
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.2"
3+
version = "4.1.3"
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: 5 additions & 5 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.2"
3+
version = "4.1.3"
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: 4 additions & 4 deletions
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.2"
3+
version = "4.1.3"
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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)