mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 00:23:48 +01:00
Merge branch 'v1_0_0' into daemon_mode
This commit is contained in:
commit
abbd08b87b
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
MAJOR RELEASE: zrok reaches version 1.0.0!
|
MAJOR RELEASE: zrok reaches version 1.0.0!
|
||||||
|
|
||||||
|
## v0.4.41
|
||||||
|
|
||||||
|
FIX: Fixed crash when invoking `zrok share reserved` with no arguments (https://github.com/openziti/zrok/issues/740)
|
||||||
|
|
||||||
## v0.4.40
|
## 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.
|
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.
|
||||||
|
@ -36,6 +36,7 @@ func newShareReservedCommand() *shareReservedCommand {
|
|||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "reserved <shareToken>",
|
Use: "reserved <shareToken>",
|
||||||
Short: "Start a backend for a reserved share",
|
Short: "Start a backend for a reserved share",
|
||||||
|
Args: cobra.ExactArgs(1),
|
||||||
}
|
}
|
||||||
command := &shareReservedCommand{cmd: cmd}
|
command := &shareReservedCommand{cmd: cmd}
|
||||||
cmd.Flags().StringVar(&command.overrideEndpoint, "override-endpoint", "", "Override the stored target endpoint with a replacement")
|
cmd.Flags().StringVar(&command.overrideEndpoint, "override-endpoint", "", "Override the stored target endpoint with a replacement")
|
||||||
|
Loading…
Reference in New Issue
Block a user