docs(changelog): add container-instance resource stop fix (#3250)
CI / lint (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 44s
CI / typecheck (pull_request) Successful in 55s
CI / security (pull_request) Successful in 55s
CI / build (pull_request) Successful in 20s
CI / push-validation (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 39s
CI / e2e_tests (pull_request) Successful in 3m16s
CI / integration_tests (pull_request) Successful in 4m36s
CI / unit_tests (pull_request) Successful in 5m39s
CI / docker (pull_request) Successful in 2m24s
CI / coverage (pull_request) Successful in 15m35s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 58m24s
CI / lint (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 44s
CI / typecheck (pull_request) Successful in 55s
CI / security (pull_request) Successful in 55s
CI / build (pull_request) Successful in 20s
CI / push-validation (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 39s
CI / e2e_tests (pull_request) Successful in 3m16s
CI / integration_tests (pull_request) Successful in 4m36s
CI / unit_tests (pull_request) Successful in 5m39s
CI / docker (pull_request) Successful in 2m24s
CI / coverage (pull_request) Successful in 15m35s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 58m24s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user