v0.0.1-alpha.12
Pre-release
Pre-release
Overcast v0.0.1-alpha.12
Docker Images
Full image with the web management console:
- Pull:
ghcr.io/neaox/overcast:0.0.1-alpha.12 - 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.12 - 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.12
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.12Native Binaries
Download a binary for your platform from the assets below and verify it with SHA256SUMS.
| Asset | SHA256 |
|---|---|
overcast-darwin-amd64 |
6dff3b6eaa7b805e8f0508278eb26538777654747daa35640e89fde6e1e7f536 |
overcast-darwin-arm64 |
0979798c5b4e7f9f1b3a40a99457a1a9722db6d1ea5ac6cb6e02ad53ab6a6333 |
overcast-linux-amd64 |
5f8c5c310e8bc241a2f4d729c0a731b5312a5886585116f14e732251f7b35946 |
overcast-linux-arm64 |
d2f88a47db3c3f9242636ace48499161dcd0d54c5c8cc28f51cc972aaa539e6e |
overcast-windows-amd64.exe |
65a94e841dcbcb14eb34706cf940776685ac6c1c60ed2272f926a798f47a78bd |
overcastd-darwin-amd64 |
b769529aa16276f364a45c27e0f59a5beb648d971eea615385825508cf1ee988 |
overcastd-darwin-arm64 |
9ee8bac7053b1f825c8123c97587cfc4404406bf2ed7b47dc0afb6d0340d1064 |
overcastd-linux-amd64 |
b238caca5046feb64e848660cb134f74e44cb67aea4591053b1d13c1101e5940 |
overcastd-linux-arm64 |
3f0c2b7a0119fdebf1b955a9a9c4d4e556d2bc4530e45f37dc3953b8ed4c3aac |
overcastd-windows-amd64.exe |
8d2c8c78910b8c1749b783ed6eb54e230a273397f8680c55868a321424af7c5e |
Release Notes
Added
- Lambda — Docker-backed zip functions now start external extensions from attached layers, expose the Lambda Extensions API lifecycle paths, deliver best-effort Logs API HTTP batches, and route AWS SDK-backed extension calls to Overcast by default.
Fixed
- Web UI — Event Stream source filters now start with visible sources checked while leaving requests and heartbeats off by default, and the separate "Hide requests" toggle was removed in favour of the Requests source checkbox; System Map Lambda trigger event tabs now decode base64 payloads and pretty-print JSON instead of showing encoded strings.
Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.12