From d61f87d90d38bde562adb9d8f81970b5c31d55e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jun 2026 20:00:11 +0000 Subject: [PATCH] chore: bump main to 0.21.0, preview to 1.0.0-preview.17 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- preview-version.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fa0dcf5..80d81d8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## [0.21.0] - 2026-06-24 + +### Added +- feat: ungate AWS skills, managed memory, and read-only harness Version (#1620) (e9cd559a) +- feat(fetch): support harness in fetch access (CLI + TUI) (#1611) (12fd67a4) +- feat: upgrade agent inspector to 0.6.1 (#1607) (1329cebb) +- feat: bring harness flows into latest version of cli (#1598) (6f95ed43) + +### Fixed +- fix(config-bundle): ungate custom branchName feature (#1632) (2fdec1ea) +- fix(tui): use "No memory" instead of "Disabled" in harness memory picker (#1635) (bac7f61e) +- fix(deploy): resolve online-eval step on re-deploys with no new configs (#1615) (fa35b69d) +- fix: gate `agentcore run ingest` behind ENABLE_GATED_FEATURES (#1619) (5d4719af) +- fix: select deployed target's stack at Persist instead of stackNames[0] (#1612) (93d104c7) +- fix(recommendation): resolve --bundle-version LATEST to deployed versionId (#1566) (9fdab064) +- fix: dont show deploy screen when deploy is skipped (#1585) (692103c8) + +### Other Changes +- chore: re-gate web search (#1625) (9e39abf2) +- test(e2e): fix harness CUSTOM_JWT auth to validate allowedClients (#1624) (a880f45a) +- Ungate passthrough gateway targets (#1617) (30ae7683) +- chore: add e2e & integ tests for web-search (#1604) (1339f4f2) +- test(e2e): add harness E2E coverage for lite_llm, tools, and CUSTOM_JWT (#1609) (c4e54be1) +- test(integ): expand harness config-shape coverage (#1608) (5fd591ae) +- chore: ungate web-search commands (#1558) (#1597) (61e405e3) + ## [0.20.2] - 2026-06-18 ### Fixed diff --git a/package.json b/package.json index 7247ae70e..2ef058b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/agentcore", - "version": "0.20.2", + "version": "0.21.0", "description": "CLI for Amazon Bedrock AgentCore", "license": "Apache-2.0", "repository": { diff --git a/preview-version.json b/preview-version.json index 1b7591818..746c45d91 100644 --- a/preview-version.json +++ b/preview-version.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-preview.16" + "version": "1.0.0-preview.17" }