Releases: agynio/platform
Releases · agynio/platform
v0.13.2
v0.13.1
Patch release v0.13.1
Fixes:
- docker-runner image now includes compiled dist in runtime and starts correctly (binds DOCKER_RUNNER_PORT), mirroring platform-server build/package flow.
Notes:
- No functional changes to platform-server/UI code; tags are bumped for consistency across the stack.
- Tag triggers GHCR publish for server/UI/docker-runner images.
Refs #1313
v0.13.0
v0.12.0
Release v0.12.0
Highlights:
- CI: Add docker-runner to GHCR publish workflow (PR #1301) so images are built and published on v* tags and main.
- Docker Runner service: Aligns with monorepo; provides authenticated Docker API proxy for platform-server via DOCKER_RUNNER_BASE_URL.
- General: Ensures multi-arch (amd64/arm64) image publishing aligned with platform-server/platform-ui.
Images published to GHCR on tag:
- ghcr.io/agynio/platform-server:0.12.0 (plus 0.12, 0)
- ghcr.io/agynio/platform-ui:0.12.0 (plus 0.12, 0)
- ghcr.io/agynio/docker-runner:0.12.0 (plus 0.12, 0, and latest if non-prerelease)
Notes:
- This tag should trigger the docker-ghcr workflow.
- See Issue #1300 for CI context.
v0.11.0
Minor release for platform images
- Publishes ghcr.io/agynio/platform-server:0.11.0 (also 0.11, 0, latest)
- Publishes ghcr.io/agynio/platform-ui:0.11.0 (also 0.11, 0, latest)
This release is created to enable bumping agynio/bootstrap to the latest 0.x.x images.
v0.9.1
What's Changed
- feat: extend container event retention by @casey-brooks in #1226
- Fix LFS assets in Docker builds by @casey-brooks in #1235
Full Changelog: v0.9.0...v0.9.1
0.9.0
Summary
Release 0.9.0.
Breaking changes
- None documented.
Features
- See merged PRs since previous release.
Improvements
- See merged PRs since previous release.
Bug fixes
- See merged PRs since previous release.
Upgrade notes
- Docker images are published to GHCR as:
ghcr.io/agynio/platform-server:0.9.0ghcr.io/agynio/platform-ui:0.9.0