Skip to content

Commit 27c47ca

Browse files
chore: bump version to 1.0.0-preview.2 (#942)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8ea8b4 commit 27c47ca

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.0.0-preview.2] - 2026-04-23
6+
7+
### Added
8+
- feat: upgrade agent inspector to 0.2.1 (#937) (b49a06f)
9+
- feat: remove deployed/local from status legend (#936) (c0d5b7b)
10+
- feat: add GovCloud multi-partition support (#908) (098b104)
11+
12+
### Fixed
13+
- fix: update asset snapshots after version revert (c8ea8b4)
14+
- fix: use dnsSuffix() for multi-partition endpoint support (07b7430)
15+
- fix: preserve harness deployed state on early deploy errors (#933) (c1c92f6)
16+
- fix: build and push Dockerfile for harnesses on deploy (#927) (#929) (3cec11c)
17+
18+
### Other Changes
19+
- Revert "chore: bump version to 1.0.0-preview.2 (#939)" (4a90975)
20+
- chore: bump version to 1.0.0-preview.2 (#939) (502e089)
21+
- Merge remote-tracking branch 'origin/main' into preview (69dbc79)
22+
- fix(deploy): honor aws-targets.json region for all SDK and CDK calls (#925) (1903f7d)
23+
524
## [1.0.0-preview.1] - 2026-04-22
625

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

0 commit comments

Comments
 (0)