Skip to content

Releases: agynio/platform

v0.13.2

22 Feb 00:11
df3b001

Choose a tag to compare

Patch release v0.13.2

Fixes:

  • Include PR #1318 (docker-runner migrated to ESM) so @agyn/platform-server can import named exports cleanly.

Notes:

  • Tag triggers GHCR publish for platform-server, platform-ui, and docker-runner images.

v0.13.1

21 Feb 16:19
183753b

Choose a tag to compare

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

21 Feb 11:43
76f57af

Choose a tag to compare

Release v0.13.0

Bug fixes:

  • Fix env editor focus + delete handling (#1311)
  • Preserve node config whitespace (#1310)

Notes:

  • Tag triggers docker-ghcr workflow to publish GHCR images.

v0.12.0

20 Feb 12:44
a80208e

Choose a tag to compare

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

15 Feb 15:10
6ec042e

Choose a tag to compare

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

20 Dec 22:57
ecf656e

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

0.9.0

20 Dec 18:40
b9ad31a

Choose a tag to compare

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.0
    • ghcr.io/agynio/platform-ui:0.9.0