Releases: echocat/lingress
Releases · echocat/lingress
v0.5.0
What's Changed
- Bump golang.org/x/text from 0.3.2 to 0.3.8 by @dependabot in #6
- Bump k8s.io/client-go from 0.0.0-20190819141724-e14f31a72a77 to 0.20.0-alpha.2 by @dependabot in #7
- Updated several other dependencies
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Security release updates.
v0.4.0
- Spelling mistake:
Forceable
-> Forcible
- Clean structure
- Added host wildcard matching using either
lingress.echocat.org/hosts-wildcard
annotation and/or --hosts.wildcard
parameter.
v0.3.1
New feature
- Repository will now respect default backends, too.
- Repository will now respect named ports in services, too.
Fixes
- In some cases where paths without hosts forgotten.
v0.3.0
- Improved access log
- Added PROXY Protocol support
v0.2.5
Make SO_LINGER configurable
v0.2.4
Fixed a memory leak caused by statistics recording.
v0.2.3
Optimize memory usage by reusing of buffers.
v0.2.2
Added /debug/pprof
endpoint to management listener if --mangement.pprof
argument is provided.
v0.2.1
- Added limitations of max concurrent connections to improve memory usage.
- Moved code to a separated package for handling connections.
- Splitted up statistics in http and https