Skip to content

v1.29.0: health checks threshold fix

Latest

Choose a tag to compare

@benhoyt benhoyt released this 25 Feb 01:20
· 5 commits to master since this release

This release includes a single user-facing fix: #803, which fixes the output of pebble checks and pebble check to include the error message just after the number of failures hit the threshold.

It also includes two internal features related to plans (configuration layers). These shouldn't have any visible effect on the pebble command, but we're bumping the minor version (to v1.29.0) to be conservative, due to the internal API change:

  • feat(plan): allow supplying a base plan to plan.ReadDir and PlanManager.Load in #798
  • feat(planstate): add support for immutable sections in #799

Full Changelog: v1.28.0...v1.29.0