changelog (#761)

This commit is contained in:
Michael Quigley 2024-10-03 10:18:41 -04:00
parent 619085912d
commit 92024771f6
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -6,6 +6,8 @@ FIX: Fixed crash when invoking `zrok share reserved` with no arguments (https://
FIX: zrok-share.service on Linux failed to start with a private share in closed permission mode
FIX: Update `gopkg.in/go-jose/go-jose.v2` to `v2.6.3` to fix vulnerability around compressed data (https://github.com/openziti/zrok/issues/761)
## v0.4.40
FEATURE: New endpoint for synchronizing grants for an account (https://github.com/openziti/zrok/pull/744). Useful for updating the `zrok.proxy.v1` config objects containing interstitial setting when the `skip_interstitial_grants` table has been updated.