Release 0.26.11
What's New
This is mainly a bugfix release.
- Ziti CLI
- Bug Fixes (See Component Updates and Bug Fixes below)
- Added CLI flags for setting router tunneler capability
Ziti CLI
Added CLI flags for setting router tunneler capability
Ziti CLI ziti create config router edge now has two new flags; --tunnelerMode and --lanInterface
--tunnelerMode
The --tunnelerMode flag enables tunneling and sets the tunneler mode. Currently, there are none, host and tproxy
modes. The default tunneler mode is host mode, choosing none will disable tunnel capabilities for the router.
Examples:
ziti create config router edge --routerName myRouter --tunnelerMode tproxy
ziti create config router edge --routerName myRouter --tunnelerMode none--lanInterface
If using the tproxy tunneler mode, there is an optional lanIf section in the config to identify an interface to use.
Example:
ziti create config router edge --routerName myRouter --tunnelerMode tproxy --lanInterface tun0Component Updates and Bug Fixes
-
github.com/openziti/agent: v1.0.4 -> v1.0.5
-
github.com/openziti/channel/v2: v2.0.9 -> v2.0.12
-
github.com/openziti/edge: v0.24.12 -> v0.24.36
- Issue #1217 - Ziti Edge lists the edge router to be offline after recovering from an internet fluctuation
-
github.com/openziti/fabric: v0.21.9 -> v0.21.17
-
github.com/openziti/foundation/v2: v2.0.6 -> v2.0.7
-
github.com/openziti/identity: v1.0.18 -> v1.0.20
-
github.com/openziti/runzmd: v1.0.3 (new)
-
github.com/openziti/sdk-golang: v0.16.135 -> v0.16.146
- Issue #328 - enrollment has no 'verbose' option for debugging
- Issue #314 - Incorrect documentation for grpc-example
- Issue #317 - No documenation for call example
- Issue #311 - Chat Client and Server needs documentation
-
github.com/openziti/storage: v0.1.25 -> v0.1.26
-
github.com/openziti/transport/v2: v2.0.36 -> v2.0.38
-
github.com/openziti/metrics: v1.1.4 -> v1.1.5
-
github.com/openziti/ziti: v0.26.10 -> v0.26.11