Skip to content

Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.4#54

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ghcr.io-warp-tech-warpgate-0.x
Open

Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.4#54
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ghcr.io-warp-tech-warpgate-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 23, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/warp-tech/warpgate minor v0.8.10.23.4

Release Notes

warp-tech/warpgate (ghcr.io/warp-tech/warpgate)

v0.23.4

Compare Source

Fixes

New Contributors

Full Changelog: warp-tech/warpgate@v0.23.3...v0.23.4

What's Changed

New Contributors

Full Changelog: warp-tech/warpgate@v0.23.3...v0.23.4

What's Changed

New Contributors

Full Changelog: warp-tech/warpgate@v0.23.3...v0.23.4

v0.23.3

Compare Source

Security fixes

CVE-2026-44347
  • Verify SSO state parameter in #​1891

This vulnerability allowed an authorized Warpgate user A to share their SSO return link with another authorized Warpgate user B, potentially misleading B into getting logged in as A and subsequently sharing confidential information through user A's session.

Fixes

Full Changelog: warp-tech/warpgate@v0.23.2...v0.23.3

What's Changed

Full Changelog: warp-tech/warpgate@v0.23.2...v0.23.3

v0.23.2

Compare Source

Fixes

Full Changelog: warp-tech/warpgate@v0.23.1...v0.23.2

What's Changed

Full Changelog: warp-tech/warpgate@v0.23.1...v0.23.2

What's Changed

Full Changelog: warp-tech/warpgate@v0.23.1...v0.23.2

v0.23.1

Compare Source

Security fixes

GHSA-f5v4-2wr6-hqmg

This DoS vulnerability allowed an unauthenticated user to trigger an out-of-memory condition on a Warpgate instance if keyboard-interactive authentication is enabled. A malicious authentication packet could trigger a multi-GB memory allocation likely leading to Warpgate to be killed by the OOM killer.

v0.23.0

Compare Source

Changes

  • #​1499 - admin roles 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
  • Added support for disabling the injected menu by @​LarsSven in #​1852

    • The new checkbox under Global Parameters lets you disable the injected session menu for HTTP targets. The users can still manually navigate back to /@​warpgate to switch targets.
  • AWS IAM auth in #​1859

    • Experimental support for AWS IAM role authentication for SSH (EC2), EKS (Kubernetes) and MySQL and Postgres (RDS) targets.
  • Automatically generate client certificate when using kubernetes targets by @​LarsSven in #​1795

    • The "Access instructions" dialog now offers a quick way to issue a new client certificate for Kubernetes targets as well as an option to store the certificate and the private key in the browser's storage. This allows the Warpgate frontend to generate a fully pre-configured kubeconfig file for the user, including the credentials.
  • Rich audit logs in #​1832

    • Audit-relevant events (such as role or credential changes as well as session start/end) are logged into a separate "audit" log stream - the Log page now offers a filter to view only audit logs. The new audit_retention config option controls a separate retention period for these log entries (12 months default).
  • feat: add user role assignment expiry and history tracking by @​mrmm in #​1816

    • The new "edit" icon next to an active role assignment lets you add an expiry date.
  • Add support for allowed_ip_range for users by @​LarsSven in #​1846

  • fixed #​1497 - separate external host settings per protocol in #​1824

  • Polish some Kubernetes UI elements by @​LarsSven in #​1770

  • Extend target search to include descriptions. Closes #​1784 by @​cvhariharan in #​1791

  • feat: Add HTTPRoute template to Helm chart by @​solidassassin in #​1756

Fixes

Misc

New Contributors

Full Changelog: warp-tech/warpgate@v0.22.1...v0.23.0

v0.21.1

Compare Source

Fixes

Full Changelog: warp-tech/warpgate@v0.21.0...v0.21.1

v0.21.0

Compare Source

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: warp-tech/warpgate@v0.20.2...v0.21.0

v0.20.2

Compare Source

Fixes

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

v0.20.1

Compare Source

v0.20.0

Compare Source

Changes

Fixes

New Contributors

Full Changelog: warp-tech/warpgate@v0.19.1...v0.20.0

v0.19.1

Compare Source

Fixes

Full Changelog: warp-tech/warpgate@v0.19.0...v0.19.1

v0.19.0

Compare Source

Changes

Fixes

New Contributors

Full Changelog: warp-tech/warpgate@v0.18.0...v0.19.0

v0.18.0

Compare Source

Changes

Fixes

New Contributors

Full Changelog: warp-tech/warpgate@v0.17.0...v0.18.0

v0.17.0

Compare Source

Important changes

  • Warpgate now automatically falls back to email if preferred_username is not available from an SSO provider when auto-creating new users - by @​SteezyCougar in #​1475

Features

Fixes

Docs

New Contributors

Full Changelog: warp-tech/warpgate@v0.16.0...v0.17.0

v0.16.0

Compare Source

Security fixes

  • 3c003fc - fixed CVE-2025-54804
    • This vulnerability has allowed a malicious authenticated client or target server to trigger a Rust panic in Warpgate and potentially cause a service restart

Major changes

  • Docker image : add healthcheck, linting and run as regular user by @​hugosxm in #​1433
    • The Docker image now runs under UID 1000 instead of 0. Depending on your setup, this might cause permission errors when trying to access the Warpgate data files, you might have to chmod them. Run Docker with --uid 0 to revert to the old, less safe behaviour.
  • Added bandwidth limiting support in #​1443
    • You can set bandwidth limits globally, per user and per target - works for SSH, MySQL and Postgres targets.

Changes

Fixes

New Contributors

Full Changelog: warp-tech/warpgate@v0.15.0...v0.16.0

v0.15.0

Compare Source

Features

Fixes

New Contributors

Full Changelog: warp-tech/warpgate@v0.14.1...v0.15.0

v0.14.1

Compare Source

Fixes

v0.14.0

Compare Source

Major changes

Changes

Fixes

v0.13.3

Compare Source

Changes

  • 306138f: reenabled HTTP/2 support as client (both for HTTP targets and OIDC)

v0.13.2

Compare Source

Changes

  • ee05440: pasting a public key will automatically fill out the label field now if the key has a comment

Fixes

v0.13.1

Compare Source

Changes

Fixes

  • 2e75b28: fixed #​1261 - reenable accidentally disabled Postgres TLS support

v0.13.0

Compare Source

Changes

Fixes

v0.12.0

Compare Source

Changes

  • Self-service credentials management (#​1145) - you can now allow users to manage their own credentials. Enable it in Config -> Misc -> Global parameters.
  • Multiple return domains for SSO, prefer host header over external_host (dbf96a8 / #​1093) - Warpgate now users the Host header to resolve its own external URL and only falls back to the external_host from the config file if the header is missing. If you're running behind a reverse proxy, make sure that http.trust_x_forwarded_headers is set in the config and you're passing the X-Forwarded-Host header. SSO logins will also dynamically construct their return URL from the Host header. You can restrict the allowed return domains with the new sso_providers[].return_domain_whitelist option (a list of hostnames).
  • Passing user-identifying headers to HTTP targets (cc0b054 / #​1107) - Warpgate now passes x-warpgate-username and x-warpgate-authentication-type headers to HTTP targets.
  • --enable-admin-token option (9dd1c58) - setting it allows passing a global admin token via the WARPGATE_ADMIN_TOKEN env variable. This token can be used to authenticate against the admin REST API (pass it in the x-warpgate-token header).

Other changes

Fixes

  • 846e6d1: fixed #​1110 - Fix switch for insecure ssh algorithms option (#​1111) (hashfunc)
  • 38dbb3b: fixed #​1096 - SEC1 EC private key file support for TLS
  • 80ee6cc: fixed #​1074 - strip trailing slash in SSO issuer URLs and log errors properly
  • 8acaaee: show more detailed error messages for API errors
  • 3b29a3e: fixed #​929 - sso: broken additional_trusted_audiences config option
  • 557921f: postgres listener was incorrectly using the mysql certificate & key
  • 41d3158: fixed #​1039 - first DB migration failing on Postgres
  • 64d7194: fixed #​1150 - send the ssh-rsa client key when insecure algorithms are enabled

v0.11.0

Compare Source

⚠️ This is the last release that supports loading targets, users and roles from the config file. Upgrade to this version before installing v0.12 if you haven't mig

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from b3f8330 to 01698d7 Compare December 18, 2023 18:30
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.9.0 Update ghcr.io/warp-tech/warpgate Docker tag to v0.9.1 Dec 18, 2023
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.9.1 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.9.1 Dec 19, 2023
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.9.1 Update ghcr.io/warp-tech/warpgate Docker tag to v0.9.1 Feb 12, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 01698d7 to 6bd1cf6 Compare July 18, 2024 19:45
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.9.1 Update ghcr.io/warp-tech/warpgate Docker tag to v0.10.0 Jul 18, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 6bd1cf6 to 9485281 Compare July 26, 2024 23:04
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.10.0 Update ghcr.io/warp-tech/warpgate Docker tag to v0.10.1 Jul 26, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 9485281 to d627026 Compare August 19, 2024 19:53
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.10.1 Update ghcr.io/warp-tech/warpgate Docker tag to v0.10.2 Aug 19, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from d627026 to 99dcdb4 Compare October 9, 2024 03:53
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.10.2 Update ghcr.io/warp-tech/warpgate Docker tag to v0.11.0 Oct 9, 2024
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 99dcdb4 to 55658a7 Compare December 13, 2024 02:10
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.11.0 Update ghcr.io/warp-tech/warpgate Docker tag to v0.12.0 Dec 13, 2024
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.12.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.12.0 Jan 1, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 55658a7 to bea397b Compare February 18, 2025 23:31
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.12.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.0 Feb 18, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from bea397b to b54c60b Compare February 19, 2025 22:40
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.1 Feb 19, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from b54c60b to 647a65b Compare February 26, 2025 11:37
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.1 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.2 Feb 26, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 647a65b to 4d37392 Compare March 4, 2025 19:29
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.2 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.3 Mar 4, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 4d37392 to d38c0bb Compare June 4, 2025 20:50
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.13.3 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.14.0 Jun 4, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from d38c0bb to a49afd4 Compare June 5, 2025 09:08
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.14.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.14.1 Jun 5, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from a49afd4 to c4dafb4 Compare July 5, 2025 21:51
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.14.1 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.15.0 Jul 5, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from c4dafb4 to bdbdf1b Compare August 7, 2025 00:04
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from bdbdf1b to 09c169c Compare October 16, 2025 22:44
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.16.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.17.0 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 09c169c to e55dd2b Compare December 3, 2025 04:42
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.17.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.18.0 Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from e55dd2b to 8e9b4bc Compare January 4, 2026 00:58
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.18.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.19.0 Jan 4, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 8e9b4bc to 66020db Compare January 5, 2026 14:55
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.19.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.19.1 Jan 5, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 66020db to 1bdfcc9 Compare January 28, 2026 01:12
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.19.1 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.20.0 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 1bdfcc9 to 6646597 Compare February 6, 2026 18:01
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.20.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.20.2 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 6646597 to 1f63684 Compare February 12, 2026 12:07
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 1f63684 to 08df52f Compare March 6, 2026 10:45
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.20.2 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.21.0 Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 08df52f to 44f061e Compare March 7, 2026 02:37
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.21.0 chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.21.1 Mar 7, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 44f061e to 59bd236 Compare March 30, 2026 14:55
@renovate renovate Bot changed the title chore(deps): update ghcr.io/warp-tech/warpgate docker tag to v0.21.1 Update ghcr.io/warp-tech/warpgate Docker tag to v0.21.1 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 59bd236 to 95f0334 Compare April 20, 2026 09:22
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.21.1 Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.0 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 95f0334 to e79fe6b Compare April 20, 2026 19:18
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.0 Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.1 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from e79fe6b to 8589d3c Compare April 22, 2026 01:35
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.1 Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.2 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 8589d3c to 856f61c Compare April 29, 2026 12:06
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.2 Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.3 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-warp-tech-warpgate-0.x branch from 856f61c to e78bcf8 Compare May 11, 2026 22:32
@renovate renovate Bot changed the title Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.3 Update ghcr.io/warp-tech/warpgate Docker tag to v0.23.4 May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants