Skip to content

Releases: warp-tech/warpgate

v0.5.1

15 Aug 07:56
b6ba946
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Changes

v0.5.0

14 Aug 11:29
d292cca
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Major updates

Changes

  • HTTP: added X-Forwarded-* headers
  • HTTP: session cookie is now set for all subdomains
  • UI: added proper connection instructions for tickets
  • UI: added test-target CLI support for HTTP and MySQL targets
  • SSH: added support for AES-CTR ciphers, and diffie-hellman exchanges
  • Sessions will be automatically killed if you revoke access by editing the config file
  • Fixed scp not triggering target connection

v0.4.1

01 Aug 06:57
92ad43e
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • fixed RSA public keys not getting accepted

v0.4.0

26 Jul 22:34
7cfb271
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Major updates

  • This release adds experimental support for MySQL targets. Check out Adding a MySQL target on the wiki. Also see Protocol support for limitations.
  • All protocols are now disabled by default. If you've used warpgate setup to generate your config file, no action is needed. Otherwise add an explicit enable: true for the protocols you need.

Changes

  • warpgate check now checks certificates and keys
  • added TLS options for HTTP targets
  • added ssh.host_key_verification setting that allows automatically accepting (auto-accept) or rejecting (auto-reject) unknown host keys

v0.3.0

05 Jul 20:23
844f8e0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Major updates

Warpgate now supports exposing HTTP(S) targets through the bastion in addition to SSH targets - see https://github.com/warp-tech/warpgate/wiki/Adding-an-HTTP-target

Migration notes

  • ℹ️ The Docker image now needs a configuration file provided to it through a data volume - see Getting started on Docker
  • ℹ️ The web_admin config key has been deprecated and renamed to http, and the web admin UI itself is now a part of the HTTP protocol handler.

Changes

v0.2.7

22 Jun 20:31
e0e7904
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release
  • 05180b4: fixed #139 - handle incorrect terminal modes list length

v0.2.6

18 Jun 19:59
375e813
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release
  • 28ed510: RSA-SHA1 host key support

v0.2.5

17 Jun 18:18
aa1c5f8
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

v0.2.4

16 Jun 19:39
4d67a55
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • 82dd327: fixed RSA client key auth - #20
  • 4d67a55: fixed OTP auth hanging up the session

v0.2.3

10 Jun 05:40
d771fa0
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • ⚠️ Security: fixed authentication bypass when user.require is not set in the config.