From 0b086e07d072512811a29fb48f9ef3202afe9919 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 May 2026 14:28:13 +0000 Subject: [PATCH] chore: bump version to 0.13.1 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- schemas/agentcore.schema.v1.json | 3 +-- 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a011f94..679d3d4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [0.13.1] - 2026-05-06 + +### Added +- feat: add archive command for batch evaluations and recommendations (#1112) (7586092e) + +### Fixed +- fix: correct AB test execution role IAM policy and promote stability (#1120) (9f231d00) +- fix: set iamRoleFallback to true for lambda gateway targets (#1086) (639adf1b) +- fix: prefix HTTP gateway names with project name to prevent cross-project collisions (#1105) (e9066ce0) +- fix: use correct resourceType for config bundle in E2E status test (#1094) (7fb8a636) +- fix: align E2E batch eval and recommendation tests with current API (#1093) (f1d046cf) +- fix: sync e2e IAM policy and fix run eval flag (#1092) (78b3bd15) +- fix: address formatting failure in docs (#1080) (162afd45) + +### Documentation +- docs: clarify integration vs e2e test boundaries and add e2e README (#1111) (bb69aa53) +- docs: remove CrewAI from supported frameworks (#1059) (a91d8882) + +### Other Changes +- test: collapse schema enumeration tests and remove duplicates (#1087) (4f464d77) +- test: remove http-gateway-targets e2e test (#1090) (5ce18744) +- chore(deps): override glob to ^13 to silence install deprecation warning (#1008) (3b7a0a5b) + ## [0.13.0] - 2026-05-01 ### Added diff --git a/package-lock.json b/package-lock.json index 78516f553..a1bfba552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws/agentcore", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aws/agentcore", - "version": "0.13.0", + "version": "0.13.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 5320725db..4abd52056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/agentcore", - "version": "0.13.0", + "version": "0.13.1", "description": "CLI for Amazon Bedrock AgentCore", "license": "Apache-2.0", "repository": { diff --git a/schemas/agentcore.schema.v1.json b/schemas/agentcore.schema.v1.json index f0cf5749a..001319147 100644 --- a/schemas/agentcore.schema.v1.json +++ b/schemas/agentcore.schema.v1.json @@ -2103,8 +2103,7 @@ "name": { "type": "string", "minLength": 1, - "maxLength": 48, - "pattern": "^[a-zA-Z][a-zA-Z0-9-]{0,47}$" + "pattern": "^[a-zA-Z][a-zA-Z0-9-]*$" }, "description": { "type": "string",