v0.0.1-alpha.15
Pre-release
Pre-release
Overcast v0.0.1-alpha.15
Docker Images
Full image with the web management console:
- Pull:
ghcr.io/neaox/overcast:0.0.1-alpha.15 - 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.15 - 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.15
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.15Native Binaries
Download a binary for your platform from the assets below and verify it with SHA256SUMS.
| Asset | SHA256 |
|---|---|
overcast-darwin-amd64 |
7deb2c9ad9d32e688611d62a3cba3efa747023cf2c54279812c72bb8706b50a8 |
overcast-darwin-arm64 |
93e7bc96af016ac24d097f556ac59865f822149367ec039b39c1b7069306e0f9 |
overcast-linux-amd64 |
711cb1020ca2ffeb4bf8ec64ef07886ff524eb3f6348e472637402bfdb550a2f |
overcast-linux-arm64 |
be8f431b25953bf2e033776ce8e82d52836642d0dafd6a60779f28cd97bef9c1 |
overcast-windows-amd64.exe |
14ea9ff99c9db93bf652bc86381e1dbc2ef1ad2f56b8acaa73b831ad1db65caa |
overcastd-darwin-amd64 |
18914ac4e9de81ed46b6a2e2d478a0c6a8796387b9e94aca4ff1a272408b84de |
overcastd-darwin-arm64 |
6ebb314b380ef8c446b3dccca75f415ee906c142c0cfcd8a0a4cc7a7a3270db7 |
overcastd-linux-amd64 |
04db11c9e779e4d83b18cf1b3381a5e69dd7649edc0c5614ed1af707bb285659 |
overcastd-linux-arm64 |
a470d3d887b6dbab0056190a6310bf6b9d5f166e425763ceb2edcce4295e458f |
overcastd-windows-amd64.exe |
a9fa4a10ab5ba69e07b3d92aa7fa454cf5ea975ebfff010694023bc1ceb19085 |
Release Notes
Fixed
- SQS — FIFO
ReceiveMessageretries with the sameReceiveRequestAttemptIdnow return the same in-flight messages and receipt handles instead of returning an empty response, invalid attempt IDs are rejected withInvalidParameterValue,CreateQueue/SetQueueAttributesreject invalidReceiveMessageWaitTimeSecondsqueue defaults instead of persisting malformed or out-of-range values, and redrive policies now move messages to a DLQ only after the receive count exceedsmaxReceiveCount. - SQS / DynamoDB —
CreateQueueandCreateTablenow reject invalid resource names with AWS-modeled validation errors instead of creating resources with unsupported names. - Web UI — CloudWatch Logs viewers now keep formatted log rows stable while scrolling, support separate compact syntax highlighting and pretty-printing, add group-wide interleaved log views with plaintext/table toggles and live tailing, and avoid duplicated system map peek log lines; S3 object inspection now previews common images and text-like objects with JSON/XML/HTML formatting and syntax highlighting.
- CloudFormation / EventBridge / EC2 — CDK scheduled Fargate task stacks now preserve EventBridge ECS target metadata on
AWS::Events::Rulecreate/update, EventBridge can deliver matching events to SQS targets and scheduled ECS/Fargate targets toRunTask, and CloudFormation-created VPCs expose subnet tags plus NAT gateway route metadata so CDK can classify private subnet groups during VPC lookups.
Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.15