From 8a9d91aa2ce0b3048cc89a0201f4caabacffe6fb Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 11 Aug 2023 11:46:15 -0400 Subject: [PATCH] golang/node update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 483fa0ff..1295b2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ FEATURE: New health check endpoint (`/health`), which verifies that the underlying SQL store and metrics repository (InfluxDB, if configured) are operating correctly (https://github.com/openziti/zrok/issues/372) +CHANGE: Updated to golang v1.21.0 and node v18.x + # v0.4.4 FIX: `zrok status`, `zrok enable`, `zrok config`, etc. were all causing a panic when used on systems that had no previous `~/.zrok` directory (https://github.com/openziti/zrok/issues/383)