Skip to content

Releases: AMEST/remote-docker-context-proxy

1.0.2

03 Sep 19:53
f592052
Compare
Choose a tag to compare

Fix catch kybd interrupt in main loop

Full Changelog: v1.0.1...v1.0.2

Proxy improvement

28 Jun 04:13
Compare
Choose a tag to compare

Now the tcp proxy server supports keep-alive connections and allows you to proxy not only HTTP traffic, but also connections to databases or other services that use keep-alive connections.

First release

27 Jun 19:26
Compare
Choose a tag to compare

First release with minimal working functionality.
Supported os:

Implemented:

  • Configure docker host from
    • DOCKER_HOST environment variable
    • --docker_host arg when start
    • current selected context in docker context
  • Getting published ports
  • Starting proxies from localhost:published_port to docker host:published_port. But now implemented only TCP proxy
  • Managing proxies (starting new and stopping old)

Build binaries

27 Jun 19:02
Compare
Choose a tag to compare
Build binaries Pre-release
Pre-release
v0.0.1

rename out files on build

Initial release

27 Jun 18:49
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.0.0

Pyinstaller requirenment + build workflow