From 28e9e683de442a9cfc102dd4bd9b359b03e4da65 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 6 May 2024 10:34:40 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8546451..bb6ac25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v0.4.28 +FEATURE: Node.js support for the zrok SDK (https://github.com/openziti/zrok/issues/400) + FEATURE: A Docker Compose project for self-hosting a zrok instance and [accompanying Docker guide](https://docs.zrok.io/docs/guides/self-hosting/docker) for more information. CHANGE: the container images run as "ziggy" (UID 2171) instead of the generic restricted user "nobody" (UID 65534). This reduces the risk of unexpected file permissions when binding the Docker host's filesystem to a zrok container.