Skip to content

Commit f40fad1

Browse files
chore: bump version to 1.0.0-preview.8 (#1142)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 37d9003 commit f40fad1

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.0.0-preview.8] - 2026-05-06
6+
7+
### Added
8+
- feat: add archive command for batch evaluations and recommendations (#1112) (#1121) (0abe5899)
9+
10+
### Fixed
11+
- fix: correct AB test execution role IAM policy and promote stability (#1120) (#1126) (62419a6c)
12+
13+
### Documentation
14+
- docs: add harness permissions to IAM policy and permissions guide (#1089) (9a68c333)
15+
16+
### Other Changes
17+
- chore: merge main into preview (2026-05-06) (#1130) (37d9003e)
18+
519
## [1.0.0-preview.7] - 2026-05-04
620

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

schemas/agentcore.schema.v1.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,8 +2124,7 @@
21242124
"name": {
21252125
"type": "string",
21262126
"minLength": 1,
2127-
"maxLength": 48,
2128-
"pattern": "^[a-zA-Z][a-zA-Z0-9-]{0,47}$"
2127+
"pattern": "^[a-zA-Z][a-zA-Z0-9-]*$"
21292128
},
21302129
"description": {
21312130
"type": "string",

0 commit comments

Comments
 (0)