This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
Releases: improbable-eng/kedge
Releases · improbable-eng/kedge
v0.1.2
v0.1.1-rc.6-body-double-close-fix-9a6745f
Fixed picker reuse request body bug; Ensure all RoundTripper close re…
v0.1.1-rc.6-body-double-close-fix
v0.1.1-rc.6
Fixed retry handling for endpoint watcher. (#144) Signed-off-by: Bartek Plotka <[email protected]>
v1.0.0-beta.12.test-noncgo
Building kedge & winch without CGO. Signed-off-by: Bartek Plotka <[email protected]>
v0.1.1-rc.5.debug3
Debug Signed-off-by: Bartek Plotka <[email protected]>
v0.1.1-rc.5.debug2
Debug host resolution part. Signed-off-by: Bartek Plotka <[email protected]>
v0.1.1-rc.5.debug
Debug host resolution part. Signed-off-by: Bartek Plotka <[email protected]>
v1.0.0-beta.12.test-profile-bug
Removed srv timeouts for debug endpoints. This is due to: https://github.com/golang/go/issues/18746 Signed-off-by: Bartek Plotka <[email protected]>
v0.1.1-rc.4.test-fix-winch.1
Fixed winch routing, when using direct proxying through winch. Repro: - curl 127.0.0.1:<winch-port> should proxy to local winch resources (as it was) - curl <host1>:<winch-port> when host1 resolves to localhost, should be proxied. Signed-off-by: Bartek Plotka <[email protected]>