From 71af06b31c343597d3ef44f674bbbfc8dd901c13 Mon Sep 17 00:00:00 2001 From: henrygd Date: Wed, 2 Sep 2026 20:22:16 -0400 Subject: [PATCH] chore: update changelog --- supplemental/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supplemental/CHANGELOG.md b/supplemental/CHANGELOG.md index 124857e0..c9d8f88f 100644 --- a/supplemental/CHANGELOG.md +++ b/supplemental/CHANGELOG.md @@ -1,5 +1,7 @@ ## 0.19.0 +- **Potential breaking change:** Agents now verify HTTPS certificates. If an agent connects to a hub using a self-signed or otherwise untrusted certificate, configure `CA_CERT_FILE` with the appropriate CA certificate or the connection will be rejected. + - Add ZFS pool and dataset monitoring (#2209) - Add container health alerts with log excerpts in notifications (#2225)