v0.0.1-alpha.16
Pre-release
Pre-release
Overcast v0.0.1-alpha.16
Docker Images
Full image with the web management console:
- Pull:
ghcr.io/neaox/overcast:0.0.1-alpha.16 - Channel tag:
ghcr.io/neaox/overcast:alpha - Registry: overcast package
Headless slim image for CI pipelines:
- Pull:
ghcr.io/neaox/overcast-slim:0.0.1-alpha.16 - Channel tag:
ghcr.io/neaox/overcast-slim:alpha - Registry: overcast-slim package
docker run --rm -p 4566:4566 -p 4567:4567 ghcr.io/neaox/overcast:0.0.1-alpha.16
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.16Native Binaries
Download a binary for your platform from the assets below and verify it with SHA256SUMS.
| Asset | SHA256 |
|---|---|
overcast-darwin-amd64 |
a5be9b7229ab98cb5833ee30ad33c18a6f21a0b8547aa4c86f3719268974eef0 |
overcast-darwin-arm64 |
4cae477b9fc6be3e79126fce34e9ef53ca409b376371740728cab39f81d484a1 |
overcast-linux-amd64 |
02efe91fa20b306ab198e217cf51a2da51713f191dc03e77f3b41f318848af9c |
overcast-linux-arm64 |
484acbcaae87a052dbe4d0c92257a2ea8754594dc70fab18b8e627f6c22c4277 |
overcast-windows-amd64.exe |
ea8c432829e73c3d9c40c7a2cd070f8dd941f6bf16b7658bf69613e537baace8 |
overcastd-darwin-amd64 |
c709674abdbfede8c96323e088c83716372cf01bfc40ddea5400eb612267ca2f |
overcastd-darwin-arm64 |
3815ebe1ffdc8bd5f95ce1a08479a59080e8a67a524d259062763a20320c9ae1 |
overcastd-linux-amd64 |
772e93261bcd98e5a169f6ed237ff559bed818a392ac1a7c75936a85b1e06654 |
overcastd-linux-arm64 |
e1777cb25c62d92efa7c95965f5bc5273ebf4ce5a535057b3b6b187acee215d4 |
overcastd-windows-amd64.exe |
d71066b9041b08fbd08c6fb0b14af6c4cbde99ea9e2a8a15f5667710330c0209 |
Release Notes
Added
- Docs / Web UI — the bundled docs now include a browsable documentation route (with a sidebar entry alongside Map/Events/Metrics/Inbox) with server-backed search, generated metadata, full markdown typography for headers/tables/scrollable code blocks, no more raw YAML frontmatter leaking into rendered pages, and CDK local VPC guidance, while excluding developer-only planning notes and contributor-only content (e.g. "how to add a service") from the shipped docs index.
Fixed
- Startup metrics —
startup_duration_msnow measures Go-side startup work from the earliest Overcast Go timestamp to readiness, while newpre_init_msand an environment timeline phase separately report OS loader, antivirus, container init, entrypoint, and exec time. - CloudWatch Logs —
StartLiveTailnow streams AWS event-streamsessionStart/sessionUpdateframes with filter pattern and stream name/prefix support, and the web console uses the SDK-backed Live Tail path for log tailing. - CloudFormation — stack create/update/delete now wait briefly for fast provisioning before returning so SDK waiters can observe terminal status immediately, and executed change sets now advance to
EXECUTE_COMPLETE/EXECUTE_FAILEDinstead of remainingEXECUTE_IN_PROGRESS. - Lambda — skipped Lambda layers now emit a warning in the function logs when layer content is unavailable locally and remote AWS fetching is not configured or fails.
- Web UI — system map and global search resource links now support middle-click/new-tab navigation with full-name tooltips, CloudWatch log streams are sorted by latest write time, and S3 object previews better format self-closing XML and content types with parameters.
Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.16