v0.0.1-alpha.17
Pre-release
Pre-release
Overcast v0.0.1-alpha.17
Docker Images
Full image with the web management console:
- Pull:
ghcr.io/neaox/overcast:0.0.1-alpha.17 - 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.17 - 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.17
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.17Native Binaries
Download a binary for your platform from the assets below and verify it with SHA256SUMS.
| Asset | SHA256 |
|---|---|
overcast-darwin-amd64 |
a6e13bfe8f2839c69695eb4425663160bd063182207c8eb473af4ea48e2d9f53 |
overcast-darwin-arm64 |
bf12073465a37824b119a5ced048a508bdf2a07feef0323a7bc9ae56ee61255b |
overcast-linux-amd64 |
abac9953fef6bfa141ed437ba6bbf77d5c49dbbc0a320bd6171811538bab822c |
overcast-linux-arm64 |
4da10ecd47c9a86b65084397078d5799a38fe9286f0fe79dff7ad5eb0affa497 |
overcast-windows-amd64.exe |
7118ad66738f8d7336c03fef48f2fb96c14a1351a25971f0c15283691040cc79 |
overcastd-darwin-amd64 |
ef9cbb0b261fb02cfbbf678cb60cafba46e250cf36e55f3bc0ab482a05a0a8bb |
overcastd-darwin-arm64 |
7b4662c0f1e7d82a9845a69f4453eb2306b19daab8087bfcaf6082457dd78a4a |
overcastd-linux-amd64 |
e77c48caeca5b6ad2a1993b45d54abb90c1ea020cbbac35ea4b85d598cbc7804 |
overcastd-linux-arm64 |
8fb230f038a0749a93e8ebc5e89a0ec17903f9709e00fb5bc4e8f3a74107df34 |
overcastd-windows-amd64.exe |
71cd64cf44866b68a6a9c014ab9fd7f58b3295ca645956cfc2d59556397dcd95 |
Release Notes
Added
- CloudFormation / AppSync — AppSync CDK-style stacks now provision real GraphQL APIs, schemas, API keys, data sources, resolvers, and pipeline functions through CloudFormation, including AWS-shaped
Ref/Fn::GetAttoutputs and local GraphQL execution via/_appsync/{apiId}/graphql. - Web UI — added a read-only Raw State Debugger with shipped Go BFF and dev BFF support, service/namespace/resource deep links, search/filtering, copy actions, refresh controls, and contextual raw-state links from S3, SQS, SNS, and DynamoDB resource pages.
Fixed
- SQS —
CreateQueueandSetQueueAttributesnow reject invalid queue attributes, including out-of-rangeMessageRetentionPeriod,DelaySeconds,MaximumMessageSize,KmsDataKeyReusePeriodSeconds, invalid boolean/enum values, malformed policy JSON, incompatible SSE settings, and unknown attribute names instead of persisting invalid queue state. - Web UI — S3 object previews now indent XML/RSS closing tags correctly, use file extensions for syntax highlighting when the stored content type is generic, and apply Prism colours for HTML/XML, CSS, and JavaScript tokens instead of only highlighting JSON-like tokens; DynamoDB table detail controls no longer require
crypto.randomUUIDon insecure origins.
Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.17