Skip to content

Releases: warp-tech/warpgate

v0.22.0-beta.3

26 Mar 21:52

Choose a tag to compare

v0.22.0-beta.3 Pre-release
Pre-release

Changes

Fixes

  • improvements(helm chart): fix setup job command line argument parsing failure due to trailing backslash and other improvements by @SachinMaharana in #1819
  • fixed #1483 - apply SSH timeout settings to the SSH client as well by @Eugeny in #1813
  • #1414 - parse warpgate_roles claim from the token itself if present by @Eugeny in #1811
  • fixed #1785 - log queries fail on PostgreSQL by @Eugeny in #1807
  • ci: add Helm chart publish workflow by @SachinMaharana in #1794

New Contributors

Full Changelog: v0.22.0-beta.2...v0.22.0-beta.3

v0.22.0-beta.2

21 Mar 18:24

Choose a tag to compare

v0.22.0-beta.2 Pre-release
Pre-release

Changes

Fixes

New Contributors

Full Changelog: v0.22.0-beta.1...v0.22.0-beta.2

v0.22.0-beta.1

18 Mar 13:01

Choose a tag to compare

v0.22.0-beta.1 Pre-release
Pre-release

Changes

  • fixed #1499 - admin roles by @Eugeny in #1783

    • New "Admin roles" let you grant users granular permisssions to the admin UI, for example to manage targets/users/roles/tickets. These are separate from the existing "Access roles".
    • Migration notes:
      • The admin UI is no longer its own "target" but rather a link on the top of the Warpgate landing page
      • Any user with an admin role assigned to them is now able to access the admin UI - with the corresponding restrictions
      • Existing users that are assigned to the warpgate:admin role will have a warpgate:admin superuser admin role assigned to them, so that there is no change in access after the update.
      • You can delete the old warpgate:admin access role if you have never used it for anything other than admin UI access.
Screenshot 2026-03-18 at 13 59 06

Misc

Full Changelog: v0.21.1...v0.22.0-beta.1

What's Changed

Full Changelog: v0.21.1...v0.22.0-beta.1

v0.21.1

07 Mar 08:59

Choose a tag to compare

Fixes

Full Changelog: v0.21.0...v0.21.1

v0.21.0

06 Mar 10:39

Choose a tag to compare

Kubernetes support

This release adds experimental support for Kubernetes targets.

Warpgate will proxy and record Kubernetes API protocol as well as attach/exec sessions.

Both token and certificate authentication is supported both between Warpgate and Kubernetes and Warpgate and the user, as well as web-based 2FA.

There is now an option to issue and revoke certificate credentials for users (currently for Kubernetes only).

Screenshot 2026-03-06 at 12 00 34 image

Notes:

  • Warpgate API tokens can be used on the client to authenticate against Kubernetes targets
  • When using browser-based 2FA, there is no way for us to communicate the prompt to the user, so they need to log into the Warpgate UI separately to see it.

Changes

  • Kubernetes target support - #1530
    • Experimental support for Kubernetes targets, with support for recordings, REST and Websocket Kubernetes APIs, kubectl and third-party clients
  • fixed #1664 - offer API at an alternative /_warpgate/ URL - #1737
    • This allows using an alternative _warpgate return URL for Azure OIDC, which does not allow the @ character.
  • Allow for minimizing the password login UI by @LarsSven in #1750
    • For SSO-first environments, this allows hiding the password login option by default

Full Changelog: v0.20.2...v0.21.0

v0.20.2

06 Feb 21:52

Choose a tag to compare

Fixes

  • #1678 downgrade Linux build image for older glibc compatibility
  • Fixed LDAP query compatibility with lldap

v0.20.0

28 Jan 00:24

Choose a tag to compare

Changes

Fixes

  • fix: modify GEX parameters in SSH key exchange configuration so that it uses 2048 bits by @joseluisgonzalezca in #1659
  • fix: generate SSO login return URL based on request host by @joseluisgonzalezca in #1661
  • fixed LDAP server attribute saving by @Eugeny in #1662
  • Correctly naturally sort all relevant lists in the UI by @LarsSven in #1656
  • Correct PostreSQL connection string & Allow targets to customize default database name in connection examples by @SteezyCougar in #1577

New Contributors

Full Changelog: v0.19.1...v0.20.0

v0.19.1

05 Jan 16:24

Choose a tag to compare

Fixes

  • Undo API-incompatible TlsMode change by @LarsSven in #1648
  • fixed #1647 - SSH keys admin UI page not working

Full Changelog: v0.19.0...v0.19.1

v0.19.0

03 Jan 23:11

Choose a tag to compare

Changes

Fixes

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

02 Dec 21:43

Choose a tag to compare

Changes

Fixes

New Contributors

Full Changelog: v0.17.0...v0.18.0