Skip to content

v0.0.1-alpha.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jul 09:42
7d79993

Overcast v0.0.1-alpha.13

Docker Images

Full image with the web management console:

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

Native Binaries

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

Asset SHA256
overcast-darwin-amd64 5e14dc460e9efdf54167b1df0b12508aa90a281de89e1294e84e6f80dda6e3fa
overcast-darwin-arm64 ee984cf58ba7cff7a2b51d8514de856f2e6a4c492ed01de9e2a50bc1092845f6
overcast-linux-amd64 51566d3cf29b42ca399dadd61f219c073526f09ef320e5bcc56df73f6456f234
overcast-linux-arm64 7cce22f26e610f3fb0857ccb3cb8fc43b876946972f378f4a791998bc3f2761c
overcast-windows-amd64.exe 8cc8cb1f03c985868e22ad2931a54f505e3dba0a92d7b17681897cc7e737d8ed
overcastd-darwin-amd64 ce3ee268dd15eb2e37c4ad3aed2e719efa593cafef7f85dd0abd4d6cdc4f05ac
overcastd-darwin-arm64 e355d038af25512e715e46121ff762551b828d33c9666cb96583a061b6f9e121
overcastd-linux-amd64 a91a1c0a7aaf8e19039b40cc3c051de40a9f6365dd2c3eac5f78dafaec0cc0e2
overcastd-linux-arm64 8503a12f979ec844b98242ff4bb36c1603be47d0f6d7b158cb6fd815157f1628
overcastd-windows-amd64.exe 5e82d6aa079d546f6cf7420a3d239369df9c1c6f9f5659eff55012b0a94e620c

Release Notes

Fixed

  • Lambda / Release — Docker-backed Lambda containers now run the Docker image platform matching the function architecture so extension layer binaries match the runtime architecture on Apple Silicon/ARM hosts, and the hybrid store coverage test no longer fails on race/coverage instrumentation overhead.

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