Skip to content

Commit 3937430

Browse files
chore: bump version to 0.5.0 (#736)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 01623ff commit 3937430

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.5.0] - 2026-03-30
6+
7+
### Added
8+
- feat: add ground truth reference inputs for on-demand evaluation (#732) (01623ff)
9+
- feat: bundle @aws/agentcore-cdk inside CLI tarball for testing (#731) (c9cc1f2)
10+
11+
### Other Changes
12+
- chore: remove dead AutoGenRenderer code (#735) (cb09603)
13+
- fix(tui): prevent screen flicker in policy creation flow (#730) (dbb9c00)
14+
- fix(e2e): limit PR tests to Bedrock-only and improve credential cleanup (#728) (a5c2da9)
15+
- feat(import): extract and pass through executionRoleArn from starter toolkit YAML (#729) (60b5946)
16+
517
## @aws/agentcore v0.4.0
618

719
The AgentCore CLI is now generally available.

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.4.0",
3+
"version": "0.5.0",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

schemas/agentcore.schema.v1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@
141141
"type": "string"
142142
}
143143
},
144+
"executionRoleArn": {
145+
"type": "string"
146+
},
144147
"authorizerType": {
145148
"type": "string",
146149
"enum": ["AWS_IAM", "CUSTOM_JWT"]

0 commit comments

Comments
 (0)