summarize branch changeset in CHANGELOG

This commit is contained in:
Kenneth Bingham 2023-11-28 10:52:11 -05:00
parent 5e097fa01e
commit d8dbc77d42
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -1,5 +1,19 @@
# CHANGELOG
## v0.4.17
CHANGE: Replaced most in-line shell scripts in Docker Compose projects with installed scripts that are shared between the Docker and Linux service. This normalizes the operational configuration of both Docker shares and Linux service, i.e., to use the same env vars.
CHANGE: documentation: Replaced Downloads page with downloads cards and Install guides offering latest release
CHANGE: documentation: Add a guide for running zrok as a production service
CHANGE: documentation: Organize the instance configuration section of getting started as a separate guide
CHANGE: documentation: upgrade to Docusaurus v3
FIX: Some Docker shares had broken env mountpoints
## v0.4.16
FEATURE: Publish Linux packages for `zrok` CLI and a systemd service for running a reserved public share (`zrok-share`).