Skip to content

0.6.0-beta

Compare
Choose a tag to compare
@xdrop xdrop released this 18 Feb 18:32
· 126 commits to master since this release
df56b76

Changelog

Added

  • Added a new healthcheck of type net which allows monitoring the health of a service by trying to obtain a TCP connection. The healthcheck attempts to establish a connection, which upon established will make the healthcheck succeed. On a TCP reset the healthcheck is considered failed and will also time out after 100ms.
  • Added a new -o option to allow deploying only selected modules and not their dependencies.
  • Added a new -w/--wait option for enforcing all deployed modules to pass their healthcheck before continuing.
  • Added a new shell command and module type for defining and opening a shell to a service.

Changed

  • Renamed the module definition file extension from .yaml to .yml.

Fixed

  • Fixed an issue in working directory resolution for shell definitions.