Skip to content

v0.16.7

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 05:59
· 108 commits to main since this release
fa747c5

This is a patch release for the 0.16 line, with a single fix for coordinators that use Kubernetes ConfigMap-backed metadata.

Fixed

  • The coordinator exits when it loses metadata leadership (#1157). The ConfigMap metadata leader elector can stop after losing its Kubernetes lease, but the coordinator process previously kept running — acting as a stale leader until a later metadata write happened to fail with a version conflict. The coordinator now terminates with a dedicated leadership-loss error as soon as the elector stops, letting Kubernetes restart it cleanly.

Upgrade notes

  • No data migration, configuration, public API, or metrics changes.

Full Changelog: v0.16.6...v0.16.7