v1.20.0: PEBBLE_VERBOSE, pebble check --refresh, Go 1.24
This release adds several new features:
PEBBLE_VERBOSEto enablepebble runorpebble enter's verbose mode with an environment variable instead of only the command-line option. This is equivalent to--verbose, but for when you don't have the ability to modify the command line. #576- The
pebble checkcommand, with a--refreshoption to run a health check immediately. This is useful for diagnosing an individual check. #574 and #577 - A new plan section called
workloads, primarily for projects that import Pebble. #571
The release also fixes a panic in HTTP-based health checks with invalid URLs (#580), and adds several documentation and testing improvements.
This release also updates the Go version to Go 1.24 now that 1.22 is end-of-life. #585
Full Changelog: v1.19.0...v1.20.0