Skip to content

Tags: forkkit/kedge

Tags

v0.1.1-rc.6-body-double-close-fix-9a6745f

Toggle v0.1.1-rc.6-body-double-close-fix-9a6745f's commit message
Fixed picker reuse request body bug; Ensure all RoundTripper close re…

…quest body on error cases.

Signed-off-by: Bartek Plotka <[email protected]>

v0.1.1-rc.6-body-double-close-fix

Toggle v0.1.1-rc.6-body-double-close-fix's commit message
Fixed picker reuse request body bug; Ensure all RoundTripper close re…

…quest body on error cases.

Signed-off-by: Bartek Plotka <[email protected]>

v0.1.1-rc.6

Toggle v0.1.1-rc.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed retry handling for endpoint watcher. (improbable-eng#144)

Signed-off-by: Bartek Plotka <[email protected]>

v1.0.0-beta.12.test-noncgo

Toggle v1.0.0-beta.12.test-noncgo's commit message
Building kedge & winch without CGO.

Signed-off-by: Bartek Plotka <[email protected]>

v0.1.1-rc.5.debug3

Toggle v0.1.1-rc.5.debug3's commit message
Debug

Signed-off-by: Bartek Plotka <[email protected]>

v0.1.1-rc.5.debug2

Toggle v0.1.1-rc.5.debug2's commit message
Debug host resolution part.

Signed-off-by: Bartek Plotka <[email protected]>

v0.1.1-rc.5.debug

Toggle v0.1.1-rc.5.debug's commit message
Debug host resolution part.

Signed-off-by: Bartek Plotka <[email protected]>

v1.0.0-beta.12.test-profile-bug

Toggle v1.0.0-beta.12.test-profile-bug's commit message
Removed srv timeouts for debug endpoints.

This is due to: golang/go#18746

Signed-off-by: Bartek Plotka <[email protected]>

v0.1.1-rc.5

Toggle v0.1.1-rc.5's commit message
Fixed winch routing, when using direct proxying through winch. Fail f…

…ast if no routes set.

v0.1.1-rc.4.test-fix-winch.1

Toggle v0.1.1-rc.4.test-fix-winch.1's commit message
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]>