CHANGELOG
FEATURE: zrok agent console
now outputs the URL it is attempting to open. New zrok agent console --headless
option to only emit the agent console URL (#944)
FEATURE: New zrok admin unbootstrap
to remove zrok resources from the underlying OpenZiti instance (#935)
FEATURE: New InfluxDB metrics capture infrastructure for zrok test canary
framework (#948)
FEATURE: New zrok test canary enabler
to validate enable
/disable
operations and gather performance metrics around how those paths are operating (#771)
FEATURE: New zrok test canary
infrastructure capable of supporting more complex testing scenarios; now capable of streaming canary metrics into an InfluxDB repository; new programming framework for developing additional types of streaming canary metrics (#948 #954)
FEATURE: All zrok test canary
commands that have "min" and "max" values (--min-pacing
and --max-pacing
for example) now include a singular version of that flag for setting both "min" and "max" to the same value (--pacing
for example). The singular version of the flag always overrides any --min-*
or --max-*
values that might be set
CHANGE: New guard to prevent users from running potentially dangerous zrok test canary
commands inadvertently without understanding what they do (#947)
CHANGE: Updated npm
dependencies for ui
, agent/agentUi
and website
. Updated github.com/openziti/sdk-golang
to v0.24.0