Skip to content

v0.0.1-alpha.10

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:40
3f670cd

Overcast v0.0.1-alpha.10

Docker Images

Full image with the web management console:

  • Pull: ghcr.io/neaox/overcast:0.0.1-alpha.10
  • 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.10
  • 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.10
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.10

Native Binaries

Download a binary for your platform from the assets below and verify it with SHA256SUMS.

Asset SHA256
overcast-darwin-amd64 6f5a45acc53670e764f87b69372176b2501e3a236d8c8931344bfc3170c76153
overcast-darwin-arm64 b51304efa04978a5e0752f2aa2b1ddb72903a295062cc548ae8f8ea4e9e1d0b7
overcast-linux-amd64 6b6d8d4ebb27e400db4d2a263da9427ab6212631e089fe67ca5e386187c82002
overcast-linux-arm64 b82867734a63051df14a29c5a2baf58751b00d92b985932b4a9ba61dc299b1e6
overcast-windows-amd64.exe 026dad2d758e020e5afc70bdb4f8c61d9abf8649f8ac3a864c44a9e96fc03685
overcastd-darwin-amd64 9b062f71c1388b0639616285523eea4b4c7489a5a1a5d4caf3b233c867412829
overcastd-darwin-arm64 d22eff55882eeb8ab193d5ae83ffedb86047fd8c3fd44c36e692575e08195f40
overcastd-linux-amd64 b99753bad8ff23732d170e6b95ad00db572cfe2faef7217930da95f45f672caa
overcastd-linux-arm64 b64fe62ecc4a264d3aaf385ffcbe983d0ba3147f28eba27fdc26709cb3aab647
overcastd-windows-amd64.exe e6daaa47c13952e20a0c4b7a21b8b90be28ef72836ffe8113a61a5b400061b09

Release Notes

Fixed

  • API Gateway — REST and HTTP API Lambda proxy events now encode empty request bodies as JSON null for payload format 1.0 instead of "", matching AWS event shapes for no-body requests.

Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.10