v0.0.1-alpha.14
Pre-release
Pre-release
Overcast v0.0.1-alpha.14
Docker Images
Full image with the web management console:
- Pull:
ghcr.io/neaox/overcast:0.0.1-alpha.14 - 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.14 - 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.14
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.14Native Binaries
Download a binary for your platform from the assets below and verify it with SHA256SUMS.
| Asset | SHA256 |
|---|---|
overcast-darwin-amd64 |
a96744a27ee9d84214f393b4335c323120a6b13521f265ee31f6a181c2206039 |
overcast-darwin-arm64 |
1c5a9bf72e3d08fd76a56c991a731364de31624c8801ffd53fc290d79b8866e5 |
overcast-linux-amd64 |
705477fd071243e2ce9046a94318a4a0ff2857daa02366f5fad6f03fec32a486 |
overcast-linux-arm64 |
a55c258ff04f4d5aa2adcef91b4e1428775ea13a3dd06f2cd6f9e260beb56263 |
overcast-windows-amd64.exe |
bacad6dc57325d4f7997c5aaa63e332a8e482ba9435be81004297f510cdb66a5 |
overcastd-darwin-amd64 |
a179107aea582682aa7c67d3d751e8183b8fc334bf00ba3d5160856b774c2302 |
overcastd-darwin-arm64 |
b682ad995670206bacfc02d1837bf00d72ecfaae45ca587069106d28573bfec0 |
overcastd-linux-amd64 |
9e2813d725c758ec1ef520618dd8d26192c34bc2c8f1d2c9b10a13a8e8d93c42 |
overcastd-linux-arm64 |
7a4dbe96ab58433041188536e3dbadea0d5e08f1e70a51ef6adfb9a7994f3c33 |
overcastd-windows-amd64.exe |
719ee43d9a81a7115fcbd80704b57af50b8986588cd320a6eb18af1a6c56300c |
Release Notes
Fixed
- Lambda — Docker-backed Lambda image pulls now use the same platform as container creation, so x86_64 external extension layers are not paired with host-native arm64 runtime images on Apple Silicon/ARM hosts; Lambda runtime endpoint and credential environment variables now override blank function placeholders so endpoint-aware AWS-calling extensions route SDK requests to Overcast; Lambda docs now describe using recent AWS-calling extension layer versions, matching function architecture, and troubleshooting old extension layers.
Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.14