changelog

This commit is contained in:
Michael Quigley 2024-05-06 10:34:40 -04:00
parent b6b9ae0be2
commit 28e9e683de
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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.