Skip to content

Commit a4f9948

Browse files
chore: bump version to 0.7.0 (#784)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 27ce2d0 commit a4f9948

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.7.0] - 2026-04-07
6+
7+
### Added
8+
- feat: add custom dockerfile support for Container agent builds (#783) (cdd5a15)
9+
10+
### Fixed
11+
- fix: make add command description consistent with remove (#773) (2eb9edb)
12+
13+
### Other Changes
14+
- feat(invoke,dev): add exec mode for running shell commands in runtimes (#750) (27ce2d0)
15+
- feat(import): add evaluator and online eval config import subcommands (#780) (e266576)
16+
- feat(create): add --skip-install flag to skip dependency installation (#782) (380ac6e)
17+
- feat(status): display runtime invocation URL for deployed agents (#775) (0aa9d55)
18+
- fix(fetch): add --identity-name option for custom credential lookup (#715) (#774) (a6bf024)
19+
- chore(deps): bump vite from 8.0.3 to 8.0.5 (#777) (c9e5cfe)
20+
521
## [0.6.0] - 2026-04-02
622

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

schemas/agentcore.schema.v1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
"type": "string",
6565
"minLength": 1
6666
},
67+
"dockerfile": {
68+
"type": "string",
69+
"minLength": 1,
70+
"maxLength": 255,
71+
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9._-]*$"
72+
},
6773
"runtimeVersion": {
6874
"anyOf": [
6975
{

0 commit comments

Comments
 (0)