Skip to content

v1.20.0: PEBBLE_VERBOSE, pebble check --refresh, Go 1.24

Choose a tag to compare

@benhoyt benhoyt released this 30 Mar 22:32
· 186 commits to master since this release

This release adds several new features:

  • PEBBLE_VERBOSE to enable pebble run or pebble 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 check command, with a --refresh option 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