Skip to content

Fireworks v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:01
· 25 commits to main since this release

Fireworks v0.4.0

任务生命周期优化:意外退出 / 手动停止的任务可直接「启动」,运行中任务可直接「重启」——均复用已有容器、不重建,无需删除后重新发布。

变更

  • 停止不再删除容器:由 compose down 改为 compose stop(保留容器,GPU 释放),停止后一键「启动」复用
  • 启动(stopped/error):compose start 复用容器;容器已被清理时自动回退 compose up 重建
  • 重启(running):compose restart 进程级重启
  • 启动/重启后自动补发 vLLM 健康检查;详情页/列表页新增「启动/重启」按钮(中英文)

Agent 变更

Agent 新增 POST /api/compose/actionstop | start | restart)端点。

升级

  • 控制平面与节点 Agent 均需升级到 0.4.0,升级控制平面后请重新部署各节点 Agent(旧 Agent 无 /api/compose/action)。0.4.0 大版本号即「需重部署 Agent」标识(同 v0.2.0 机制)。
  • 无数据格式与任务语义破坏性变化,无需迁移;升级前建议备份 fireworks-db 卷。

提示

「停止」后容器保留(exited,占少量磁盘);彻底释放磁盘请用「删除」。

完整变更见 CHANGELOG