docs(changelog): add container-instance resource stop fix (#3250)
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 23s
CI / push-validation (pull_request) Successful in 16s
CI / typecheck (pull_request) Successful in 1m11s
CI / lint (pull_request) Successful in 3m28s
CI / quality (pull_request) Successful in 3m41s
CI / build (pull_request) Successful in 3m30s
CI / security (pull_request) Successful in 4m16s
CI / e2e_tests (pull_request) Successful in 6m22s
CI / integration_tests (pull_request) Successful in 7m14s
CI / unit_tests (pull_request) Successful in 9m48s
CI / docker (pull_request) Successful in 1m57s
CI / coverage (pull_request) Successful in 14m0s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m10s

This commit is contained in:
2026-04-10 00:57:01 +00:00
parent fa44d2455d
commit df736e9125
+6
View File
@@ -158,6 +158,12 @@ 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.
- **`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