Skip to content

v0.0.1-alpha.20

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 19:44
352a83c

Overcast v0.0.1-alpha.20

Docker Images

Full image with the web management console:

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

Native Binaries

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

Asset SHA256
overcast-darwin-amd64 257f27afdac5f49d4016a5debe56035c51ad2a0e2312c7038b37bd15959d06b4
overcast-darwin-arm64 0a782cb5553e337988b719edb6021837061c253bdb1cf8a89dbe45b14e884825
overcast-linux-amd64 8ddda5031539f7ae6e37a6168e887a78eb63f54464027f8597eff58134c1fd2a
overcast-linux-arm64 140b14745398ef3db6557082e88f1897280a507c3a3fc2de5b3f571c78a67858
overcast-windows-amd64.exe 31f9f3a3c3e6769a2b9b641adc0630496186923e3313b7ce50f0b8eb864e1002
overcastd-darwin-amd64 27d693ffa10bf7c6302e8a7bedf382917aa0e30098593bc6225a10f3143f404e
overcastd-darwin-arm64 5f5686e890b20724c08679edfbd74410ede8bac45b648d27d226fe15526c0ca7
overcastd-linux-amd64 ac21d228c9e14b9e26f7f5d901ddb37d761814890f2b669cfea8d2fa18460f43
overcastd-linux-arm64 1e7238d769b85a85f1012d42767beda33e49c092f099599e519da337da4924e5
overcastd-windows-amd64.exe e7914577c5fcdecc3317280f7f1901c5a20be7c076fd691c3f21bd8bdf706d8b

Release Notes

Fixed

  • AppSync/CloudFormationStartSchemaCreation now accepts AppSync built-in auth and subscription directives in GraphQL SDL, fixing CDK AWS::AppSync::GraphQLSchema rollbacks on directives such as @aws_api_key.
  • CloudWatch LogsStartLiveTail now subscribes before emitting sessionStart, fixing a race where events written immediately after the session opened could be missed.

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