changelog

This commit is contained in:
Michael Quigley 2024-06-21 16:11:53 -04:00
parent e928176ef5
commit 00857fe335
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -8,6 +8,8 @@ CHANGE: Updated @mui/material to version 5.15.18.
CHANGE: Updated react and react-dom to version 18.3.1.
CHANGE: Updated recharts to version 2.12.7.
## v0.4.32
FEATURE: New permission mode support for public frontends. Open permission mode frontends are available to all users in the service instance. Closed permission mode frontends reference the new `frontend_grants` table that can be used to control which accounts are allowed to create shares using that frontend. `zrok admin create frontend` now supports `--closed` flag to create closed permission mode frontends (https://github.com/openziti/zrok/issues/539)