docs(changelog): add container-instance resource stop fix (#3250)
CI / lint (pull_request) Successful in 26s
CI / helm (pull_request) Successful in 25s
CI / quality (pull_request) Successful in 38s
CI / build (pull_request) Successful in 32s
CI / push-validation (pull_request) Successful in 36s
CI / typecheck (pull_request) Successful in 54s
CI / security (pull_request) Successful in 59s
CI / e2e_tests (pull_request) Successful in 3m7s
CI / unit_tests (pull_request) Successful in 5m16s
CI / docker (pull_request) Successful in 13s
CI / integration_tests (pull_request) Successful in 6m20s
CI / coverage (pull_request) Successful in 12m17s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (pull_request) Has been cancelled
CI / benchmark-regression (pull_request) Has been cancelled

This commit is contained in:
2026-04-10 00:57:01 +00:00
parent fa44d2455d
commit 2fa9f2ce14
+8
View File
@@ -158,6 +158,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
`pr-merge-pool-supervisor` to the product-builder's supervisor launch list (18 total
supervisors). Updated all numeric references, pre-flight checklists, and validation logic.
### Fixed
- **`agents resource stop` now accepts `container-instance` resources** (#3250): The
`resource stop` command previously rejected `container-instance` resources with a
validation error, accepting only `devcontainer-instance`. Both types are now stoppable
via the CLI, consistent with the specification and the underlying `stop_container()`
implementation.
---
## [3.8.0] — 2026-04-05