Skip to content

Commit 813065f

Browse files
committed
docs: backfill user-facing changelog with CI canary + dashboard cleanup notes
Sync docs/ changelog entries for CI changes that landed on main but were only recorded in container/.devcontainer/CHANGELOG.md — canary pre-release publishing on staging pushes, removal of the extracted dashboard release workflow, and the release.yml changelog-extraction sed fix.
1 parent 4fda330 commit 813065f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/src/content/docs/reference/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ For minor and patch updates, you can usually just rebuild the container. Check t
8787
- **Cross-references added** — before-you-install, accessing-services, troubleshooting, and devcontainer-cli pages now link to the Windows networking guide
8888
- **Agent-browser CDP troubleshooting** — new troubleshooting section for host Chrome connection issues (localhost vs host.docker.internal, Chrome version requirements, port exposure)
8989

90+
### CI
91+
92+
- **Canary pre-release publishing** — every push to `staging` that touches `container/` now auto-publishes a canary build to npm. Install with `npm i @coredirective/cf-container@canary` to try unreleased changes. Versions use the format `{version}-staging.{sha7}`.
93+
- **Removed dead dashboard release workflow**`release-dashboard.yml` referenced the extracted `dashboard/` directory and would fail on any `dashboard-v*` tag.
94+
- **Removed stale test-dashboard CI job** — cleaned up CI configuration for the extracted dashboard package.
95+
- **Fixed release.yml changelog extraction** — corrected the `sed` header pattern for extracting release notes from the changelog.
96+
9097
## v2.2.1 — 2026-04-16
9198

9299
### Configuration

0 commit comments

Comments
 (0)