Skip to content

Releases: warp-tech/warpgate

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.

v0.2.2

07 Jun 06:52
a063600
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • UI: fixed missing stats in the session view

v0.2.0

30 May 13:39
89e93c1
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Two-factor authentication through TOTP
  • Live view for terminal sessions
  • Log viewer, internal log store
  • Log forwarding (for aggregation)
  • SSH exec channels are now recorded as well
  • Support for glibc 2.16

v0.1.1

16 Apr 20:56
6717fdf
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Added Docker image (Spencer Heywood) #16
  • Removed unnecessary line breaks from own-keys responses - fixes #17 (Eugene Pankov)
  • Run hash in unattended mode even if stdout is a TTY - fixes #15 (Eugene Pankov)
  • Handle PTY requests arriving before shell requests - fixes #18 (Eugene Pankov)
  • Fixed admin UI in Safari