• v5.2.0-beta.10 1d93f762f3

    skinhub-bot released this 2026-08-09 19:18:15 +02:00 | 355 commits to beta since this release

    5.2.0-beta.10 (2026-08-09)

    Bug Fixes

    • copy the vendored changelog into the image build (b7760f7)
    Downloads
  • v5.2.0-beta.9 e8d4825c9f

    v5.2.0-beta.9 Stable

    skinhub-bot released this 2026-08-09 19:08:41 +02:00 | 357 commits to beta since this release

    5.2.0-beta.9 (2026-08-09)

    Features

    • make the Postgres write path unconditional (96276e7)
    • store inquiries locally and serve a vendored changelog (37db3a3)
    • type the CI health response without the external mode (1fe2327)

    Refactors

    • remove every Forgejo dependency from the backend (aa27154)
    Downloads
  • v5.2.0-beta.8 0fc966f08d

    v5.2.0-beta.8 Stable

    skinhub-bot released this 2026-08-09 16:28:16 +02:00 | 364 commits to beta since this release

    5.2.0-beta.8 (2026-08-09)

    Bug Fixes

    • report the publish phase from osc-api, which performs it (32b1197)
    Downloads
  • v5.2.0-beta.7 9059157d6a

    v5.2.0-beta.7 Stable

    skinhub-bot released this 2026-08-09 16:17:36 +02:00 | 367 commits to beta since this release

    5.2.0-beta.7 (2026-08-09)

    Features

    • stream render progress into the CI panel and live stream (da1d915)
    Downloads
  • v5.2.0-beta.6 5311e90c5c

    v5.2.0-beta.6 Stable

    skinhub-bot released this 2026-08-09 16:02:28 +02:00 | 370 commits to beta since this release

    5.2.0-beta.6 (2026-08-09)

    Features

    • route pilot repos' writes through Postgres and the renderer (5f1303b)
    Downloads
  • v5.2.0-beta.5 a73a9902bf

    v5.2.0-beta.5 Stable

    skinhub-bot released this 2026-08-09 15:13:12 +02:00 | 373 commits to beta since this release

    5.2.0-beta.5 (2026-08-09)

    Features

    • let members register admin-approved render workers (4931e4d)
    • presign render outputs so the worker holds no storage credential (c269aa4)
    Downloads
  • v5.2.0-beta.4 78d64aab11

    v5.2.0-beta.4 Stable

    skinhub-bot released this 2026-08-09 14:49:27 +02:00 | 377 commits to beta since this release

    5.2.0-beta.4 (2026-08-09)

    Features

    • publish tags directly from osc-api state instead of reprojecting (21f5228)
    Downloads
  • v5.2.0-beta.3 094d8f590c

    v5.2.0-beta.3 Stable

    skinhub-bot released this 2026-08-09 14:36:09 +02:00 | 380 commits to beta since this release

    5.2.0-beta.3 (2026-08-09)

    Features

    • add the render job queue and the worker control plane (56baeb9)
    • validate render worker output against a path and content allowlist (f92f3e5)
    Downloads
  • v5.2.0-beta.2 cd4189effe

    v5.2.0-beta.2 Stable

    skinhub-bot released this 2026-08-09 13:51:49 +02:00 | 384 commits to beta since this release

    5.2.0-beta.2 (2026-08-09)

    Features

    • derive existing skin dirs from skin_files instead of the Forgejo tree (89ede0b)
    • import skin repo trees into skin_files and skin_props (5fc15fb)

    Bug Fixes

    • preserve exact filenames when importing and comparing skin trees (d9686b8)
    Downloads
  • v5.2.0-beta.1 ca0f0595c3

    v5.2.0-beta.1 Stable

    skinhub-bot released this 2026-08-09 13:12:50 +02:00 | 389 commits to beta since this release

    5.2.0-beta.1 (2026-08-09)

    Features

    • add skin_files, skin_props and the render job queue (171181d)
    • add SKINS_BUCKET for the Postgres-backed skin backend (7801b49)
    • fingerprint skins from their source files behind a basis tag (1b7b759)
    • mint CalVer release tags in-process (e72e8cd)

    Bug Fixes

    • use Garage-compatible request checksums on the S3 client (264d98b)

    Refactors

    • adapt raw-SQL calls to the sea-orm 2 API (59d8be9)

    Dependencies

    • update actions/checkout digest to 3d3c42e (b296fc6)
    • update actions/setup-node action to v7 (eb3821c)
    • update aws-sdk-rust monorepo to v1.3.0 (de710d1)
    • update backend dependencies to latest (4f98a04)
    • update docker/login-action digest to dbcb813 (abe65fd)
    • update rust crate anyhow to v1.0.104 (89b1836)
    • update rust crate async-trait to v0.1.91 (c590638)
    • update rust crate aws-sdk-s3 to v1.138.1 (2423ec5)
    • update rust crate aws-sdk-s3 to v1.140.0 (5e6ba7c)
    • update rust crate base64 to 0.23 (c117a96)
    • update rust crate bytes to v1.12.1 (b09af9a)
    • update rust crate futures to v0.3.33 (cfde73d)
    • update rust crate ipnet to v2.12.1 (0aabf62)
    • update rust crate regex to v1.13.1 (a0584b9)
    • update rust crate sea-orm to v2 (9ac4d76)
    • update rust crate sea-orm to v2.0.1 (bf2628b)
    • update rust crate serde to v1.0.229 (128c7e5)
    • update rust crate serde_json to v1.0.151 (886dbf8)
    • update rust crate thiserror to v2.0.19 (48fd55a)
    • update rust crate time to v0.3.54 (a232376)
    • update rust crate time to v0.3.55 (b032729)
    • update rust crate tokio to v1.52.4 (cd6f13c)
    • update rust crate tokio to v1.53.1 (19c4d33)
    • update rust crate tokio-util to v0.7.19 (505faec)
    • update rust crate uuid to v1.23.5 (a484d3e)
    • update rust crate uuid to v1.24.0 (3e3c57a)
    • update rust docker tag to v1.97 (885841f)
    • update rust to v1.97.0 (b7c4f74)
    • update rust to v1.97.1 (edca1bb)
    Downloads