-
SPARK v1.8.0
Stablereleased this
2026-06-18 07:04:59 +00:00 | 0 commits to main since this release2026-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
- add Cloudly-triggered service updates and runtime telemetry (service-updates)
-
SPARK v1.7.2
Stablereleased this
2026-06-10 17:16:17 +00:00 | 2 commits to main since this release2026-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
- ensure managed services join the corechat network (updatemanager)
-
SPARK v1.7.1
Stablereleased this
2026-06-10 12:13:40 +00:00 | 4 commits to main since this release2026-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
- start heartbeat and metrics before service updates (daemon)