Skip to content

v1.2.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 19:15
· 8 commits to main since this release
9b319c5

What's Changed

Backwards Compatibility Note

Prior to version 1.2.0 of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with ziti-edge-tunnel 1.2.0 the enabled field of each identity is respected.

Look for this error message in the ziti-edge-tunnel log (or journal) if you have identities that ziti-edge-tunnel 1.2.5 isn't loading:

ERROR ziti-edge-tunnel:ziti-edge-tunnel.c:1235 on_event() ztx[/path/to/identity.json] failed to connect to controller due to ziti context is disabled

If you see this error, you can re-enable the identity with the following command:

ziti-edge-tunnel on_off_identity --identity /path/to/identity.json --onoff true

Full Changelog: v1.2.4...v1.2.5