Skip to content

Commit 5853602

Browse files
chore: bump main to 0.17.0, preview to 1.0.0-preview.11 (#1445)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1135be commit 5853602

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.17.0] - 2026-06-02
6+
7+
### Added
8+
- feat(workflows): add closed-PR comment redirect (#1328) (a84cee4f)
9+
- feat: add invoke APIs for agent inspector (#1326) (14da3f9b)
10+
- feat: launch telemetry (#1430) (0e866052)
11+
- feat(telemetry): support agent_environment for runtime/harness distinction (#1405) (72574bd6)
12+
- feat: wire telemetry for validate command (#1423) (e3009801)
13+
14+
### Fixed
15+
- fix(scripts): filter non-version tags in changelog auto-generation (#1444) (38f71440)
16+
- fix(ci): disable telemetry in release workflow to fix test failures (#1442) (dbe34ac1)
17+
- fix(e2e): skip Gemini invoke and logs tests (#1434) (a2bd0a79)
18+
- fix: pin google-genai < 2.0.0 in Gemini agent templates (#1433) (b4f5daa5)
19+
- fix: Patch CVE-2026-42010 GnuTLS auth bypass in Python Dockerfile (#1397) (5a0fb0b3)
20+
- fix(telemetry): track preflight error for telemetry (#1403) (13a03912)
21+
- fix: restore --skills invoke override for harness (preview regression) (#1418) (285b0107)
22+
23+
### Documentation
24+
- docs(commands): document missing commands and subcommands (#1425) (0a321df1)
25+
26+
### Other Changes
27+
- refactor(telemetry): rename AgentType to AgentSource to remove ambiguity (#1422) (15d14389)
28+
- ci: disable telemetry in e2e and integ test workflows (#1421) (eaa4bcf9)
29+
- chore: remove sync-preview job from sync-from-public workflow (#1416) (d2192fce)
30+
531
## [0.16.0] - 2026-05-28
632
* feat: instrument telemetry for status command by @Hweinstock in https://github.com/aws/agentcore-cli/pull/1317
733
* fix(telemetry): emit dev command telemetry before blocking by @Hweinstock in https://github.com/aws/agentcore-cli/pull/1375

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

preview-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.0-preview.10"
2+
"version": "1.0.0-preview.11"
33
}

0 commit comments

Comments
 (0)