changelog (#551)

This commit is contained in:
Michael Quigley 2024-01-30 13:03:47 -05:00
parent cfe13bd085
commit deac55be24
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -1,5 +1,9 @@
# CHANGELOG
## v0.4.24
FEATURE: New `zrok admin create account` command that allows populating accounts directly into the underlying controller database (https://github.com/openziti/zrok/issues/551)
## v0.4.23
FEATURE: New CLI commands have been implemented for working with the `drive` share backend mode (part of the "zrok Drives" functionality). These commands include `zrok cp`, `zrok mkdir` `zrok mv`, `zrok ls`, and `zrok rm`. These are initial, minimal versions of these commands and very likely contain bugs and ergonomic annoyances. There is a guide available at (`docs/guides/drives/cli.md`) that explains how to work with these tools in detail (https://github.com/openziti/zrok/issues/438)