Skip to content

Releases: ptah-sh/ptah-server

v0.2.0

04 Jul 10:12
78b7784
Compare
Choose a tag to compare

0.2.0 (2024-07-04)

Features

v0.1.0

03 Jul 22:34
2e81757
Compare
Choose a tag to compare

0.1.0 (2024-07-03)

Features

Bug Fixes

  • #38 retry service creation if the initial deployment failed (ca5065d)

v0.0.1

02 Jul 21:14
e5fc64f
Compare
Choose a tag to compare

0.0.1 (2024-07-02)

Features

  • #1 bootstrap the laravel app (0ebe7db)
  • #10 broadcast completed and failed tasks (6a6ddfc)
  • #11 allow to retry tasks (dc3f9f2)
  • #12 watch after the new agent releases (0037a61)
  • #14 add nodes listing to the nodex page (44033e0)
  • #14 allow to configure services (193c8ce)
  • #16 install caddy as a part of the initialization process (0c87788)
  • #19 allow to expose services via caddy (2842e3e)
  • #2 add an endpoint to receive basic info (b213970)
  • #20 add support for multiprocess services (24450eb)
  • #22 add services list to the services page (d101fd5)
  • #23 allow to edit services (60bd5a3)
  • #25 list deployments on the service's page (fa93d62)
  • #26 allow to delete services (1af5d39)
  • #27 allow to deploy services via api (4c1c379)
  • #3 create init swarm cluster task (f993456)
  • #31 add ptah.sh logo (e973789)
  • #34 adjust deployment endpoint to the new structure (ee7fda4)
  • #36 support deployment from the private registreis (6093084)
  • #9 cancel next tasks in task group if the current task fails (d36bd24)

Miscellaneous Chores