Skip to content

v1.17.0: restart services that fail within 1s "okay delay", and more

Latest
Compare
Choose a tag to compare
@benhoyt benhoyt released this 01 Dec 23:59
· 14 commits to master since this release

The main user-facing feature this release adds is that Pebble will now auto-restart services that fail to start within the 1-second "okay delay" time window. Previously the user would have to re-start these manually. The API (and CLI) still returns an error in this case, with a message indicating it will restart, for example "service start attempt: exited quickly with code 1, will restart".

The release also adds support for customisable plan sections (for projects that import and build on top of Pebble).

It also fixes several bugs, including a panic during start with certain configurations.

All changes:

New Contributors

Full Changelog: v1.16.0...v1.17.0