Apoxy v0.13.0
Added a health endpoint for the tunnel service, integrated controllers with Kubernetes, and implemented periodic publishing of connection statistics.
What's Changed
- [icxtunnel/cmd] fix all the things + add health endpoint by @dpeckett in https://github.com/apoxy-dev/apoxy/pull/74
- [icxtunnel] Wire up controllers and integrate with kubernetes. by @dpeckett in https://github.com/apoxy-dev/apoxy/pull/76
- [icxtunnel/controllers] periodically publish connection stats by @dpeckett in https://github.com/apoxy-dev/apoxy/pull/79
Full Changelog: https://github.com/apoxy-dev/apoxy/compare/v0.12.4...v0.13.0
← Previousv0.14.0Added support for Gateway API resources (TCPRoute, UDPRoute, TLSRoute) with TLS termination, new CLI commands for gateway management, multi-resource apply with server-side apply support, and a tunnel text user interface. Also includes API migration to v1alpha2, enhanced logging with JSON support, and improved multi-cluster support.Next →v0.12.4EdgeFunctionRevisions are now labeled with their parent EdgeFunction name for better organization, and performance improvements have been made through dependency upgrades and batched I/O implementation in the tunnel component.