• v1.8.0 34d9e52e75

    SPARK v1.8.0
    CI / Type Check & Lint (push) Failing after 13s
    CI / Build Test (Current Platform) (push) Successful in 29s
    CI / Build All Platforms (push) Successful in 2m23s
    Release / build-and-release (push) Successful in 3m56s
    Stable

    jkunz released this 2026-06-18 07:04:59 +00:00 | 0 commits to main since this release

    2026-06-18 - 1.8.0

    Features

    • add Cloudly-triggered service updates and runtime telemetry (service-updates)
      • Add serveZoneServiceUpdate node action handling with structured action results and follow-up heartbeat reporting.
      • Include managed service runtime information in heartbeat payloads for Cloudly and coreflow-node modes.
      • Return structured managed service update results, including checked, updated, failed, and skipped service counts.
      • Skip scheduled serve.zone service updates in coreflow-node mode so Cloudly can trigger them on demand.
      • Bump serve.zone interfaces and Docker API client dependencies.
    Downloads
  • v1.7.2 a4d4660393

    SPARK v1.7.2
    CI / Type Check & Lint (push) Failing after 14s
    CI / Build Test (Current Platform) (push) Successful in 26s
    CI / Build All Platforms (push) Successful in 1m58s
    Release / build-and-release (push) Successful in 2m38s
    Stable

    jkunz released this 2026-06-10 17:16:17 +00:00 | 2 commits to main since this release

    2026-06-10 - 1.7.2

    Fixes

    • ensure managed services join the corechat network (updatemanager)
      • Create the szncorechat Docker network when it is missing before deploying services
      • Attach newly created spark-managed services to the network so coreflow can reach corestore
      • Update update manager test coverage for service network attachment
    Downloads
  • v1.7.1 f23fa9a0b5

    SPARK v1.7.1
    CI / Type Check & Lint (push) Failing after 24s
    CI / Build Test (Current Platform) (push) Successful in 36s
    CI / Build All Platforms (push) Successful in 2m7s
    Release / build-and-release (push) Successful in 3m3s
    Stable

    jkunz released this 2026-06-10 12:13:40 +00:00 | 4 commits to main since this release

    2026-06-10 - 1.7.1

    Fixes

    • start heartbeat and metrics before service updates (daemon)
      • Ensures liveness and metrics are reported before slow provisioning work during daemon startup
      • Prevents nodes from appearing offline while service updates or image pulls are running
    Downloads