Skip to content

Commit 26c1b5b

Browse files
chore: bump version to 0.3.0-preview.2.1 (#369)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d1231d commit 26c1b5b

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0-preview.2.1] - 2026-02-20
6+
7+
### Added
8+
- feat: add docker container deployment e2e test for Strands/Bedrock (#362) (5de204a)
9+
10+
### Fixed
11+
- fix: remove stale fast-xml-parser override, upgrade aws-cdk-lib (#368) (4a02d94)
12+
- fix: correct path references and env var names in agent README templates (#364) (592af45)
13+
- fix: use lockfile for reproducible builds and correct Dockerfile port comments (#365) (4da0591)
14+
- fix: add package marker comment to __init__.py template files (#363) (993e695)
15+
- fix: add mcp as explicit dependency in strands template (#366) (c6d0735)
16+
- fix: add .env and .git exclusions to dockerignore template (#361) (df4eebc)
17+
- fix: add --chown to Dockerfile COPY so app files are owned by bedrock_agentcore (#358) (be9b99b)
18+
- fix: handle pre-release versions in compareVersions (#357) (6bf7a92)
19+
20+
### Other Changes
21+
- Add pull_request_target trigger to CodeQL workflow (#355) (3d1231d)
22+
523
## [0.3.0-preview.2.0] - 2026-02-19
624

725
### Added

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/agentcore",
3-
"version": "0.3.0-preview.2.0",
3+
"version": "0.3.0-preview.2.1",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)