docs(changelog): add container-instance resource stop fix (#3250)
CI / push-validation (pull_request) Successful in 27s
CI / quality (pull_request) Successful in 41s
CI / typecheck (pull_request) Successful in 50s
CI / build (pull_request) Successful in 44s
CI / lint (pull_request) Successful in 54s
CI / helm (pull_request) Successful in 45s
CI / security (pull_request) Successful in 1m49s
CI / e2e_tests (pull_request) Successful in 4m3s
CI / integration_tests (pull_request) Successful in 4m25s
CI / coverage (pull_request) Has been cancelled
CI / unit_tests (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
CI / benchmark-publish (pull_request) Has been cancelled
CI / docker (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 d8a31527f3
commit 31e7106d54
+8
View File
@@ -129,6 +129,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