Update ghcr.io/warp-tech/warpgate Docker tag to v0.24.1#54
Open
renovate[bot] wants to merge 1 commit into
Open
Update ghcr.io/warp-tech/warpgate Docker tag to v0.24.1#54renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
b3f8330 to
01698d7
Compare
01698d7 to
6bd1cf6
Compare
6bd1cf6 to
9485281
Compare
9485281 to
d627026
Compare
d627026 to
99dcdb4
Compare
99dcdb4 to
55658a7
Compare
55658a7 to
bea397b
Compare
bea397b to
b54c60b
Compare
b54c60b to
647a65b
Compare
647a65b to
4d37392
Compare
4d37392 to
d38c0bb
Compare
d38c0bb to
a49afd4
Compare
a49afd4 to
c4dafb4
Compare
c4dafb4 to
bdbdf1b
Compare
66020db to
1bdfcc9
Compare
1bdfcc9 to
6646597
Compare
6646597 to
1f63684
Compare
1f63684 to
08df52f
Compare
08df52f to
44f061e
Compare
44f061e to
59bd236
Compare
59bd236 to
95f0334
Compare
95f0334 to
e79fe6b
Compare
e79fe6b to
8589d3c
Compare
8589d3c to
856f61c
Compare
856f61c to
e78bcf8
Compare
f523bd4 to
bf95564
Compare
e78bcf8 to
5909426
Compare
5909426 to
43d3a0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.1→0.24.1Release Notes
warp-tech/warpgate (ghcr.io/warp-tech/warpgate)
v0.24.1Compare Source
Fixes
Full Changelog: warp-tech/warpgate@v0.24.0...v0.24.1
v0.24.0Compare Source
WebSSH update
This is a large feature release bringing a web-based SSH terminal and self-service ticket requests.
Migrating
If you use domain binding with SSO and want to use the bound domain for the SSO return URL, you'll need to set the new
return_url_domainoption tohost_header- see more at https://warpgate.null.page/sso/#domain-handlingNew features
Web SSH #1943
Your users will now be able to connect to their SSH targets directly from the web browser. The terminal supports multiple tabs and single file transfers via ZMODEM.
Clicking an SSH target will open the terminal by default, but this can be changed under
Config > Global parameters.Default roles #1923
Roles can now be marked "default", which will auto-assign them to any newly created users.
Self-serve tickets #1818
by @SteezyCougar
If enabled under
Config > Global parameters, users will be able to request ticket creation from their profile page. Admins will be able to see and approve/reject these requests on theTicketadmin page. Tickets for already allowed targets can be optionally auto-approved.Changes
Fixes
New Contributors
Full Changelog: warp-tech/warpgate@v0.23.4...v0.24.0
v0.23.4Compare 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.3Compare Source
Security fixes
CVE-2026-44347
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.2Compare 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.1Compare 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.0Compare Source
Changes
#1499 - admin roles in #1783
warpgate:adminrole will have awarpgate:adminsuperuser admin role assigned to them, so that there is no change in access after the update.warpgate:adminaccess role if you have never used it for anything other than admin UI access.Added support for disabling the injected menu by @LarsSven in #1852
/@​warpgateto switch targets.AWS IAM auth in #1859
Automatically generate client certificate when using kubernetes targets by @LarsSven in #1795
kubeconfigfile for the user, including the credentials.Rich audit logs in #1832
audit_retentionconfig 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
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.1Compare Source
Fixes
Full Changelog: warp-tech/warpgate@v0.21.0...v0.21.1
v0.21.0Compare Source
Kubernetes support
This release adds experimental support for Kubernetes targets.
Warpgate will proxy and record Kubernetes API protocol as well as
attach/execsessions.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).
Notes:
Changes
_warpgatereturn URL for Azure OIDC, which does not allow the@character.Full Changelog: warp-tech/warpgate@v0.20.2...v0.21.0
v0.20.2Compare Source
Fixes
lldapv0.20.1Compare Source
v0.20.0Compare Source
Changes
Fixes
New Contributors
Full Changelog: warp-tech/warpgate@v0.19.1...v0.20.0
v0.19.1Compare Source
Fixes
Full Changelog: warp-tech/warpgate@v0.19.0...v0.19.1
v0.19.0Compare Source
Changes
Fixes
New Contributors
Full Changelog: warp-tech/warpgate@v0.18.0...v0.19.0
v0.18.0Compare Source
Changes
create-userCLI command by @LarsSven in #1549Fixes
New Contributors
Full Changelog: warp-tech/warpgate@v0.17.0...v0.18.0
v0.17.0Compare Source
Important changes
preferred_usernameis not available from an SSO provider when auto-creating new users - by @SteezyCougar in #1475Features
Fixes
ed25519hostkey by @fpfeifferik in #1473diffie-hellman-group-exchange-sha256to SSH key exchange list by @joseluisgonzalezca in #1493--debugCLI option by @kruton in #1526Docs
New Contributors
Full Changelog: warp-tech/warpgate@v0.16.0...v0.17.0
v0.16.0Compare Source
Security fixes
3c003fc- fixed CVE-2025-54804Major changes
1000instead of0. Depending on your setup, this might cause permission errors when trying to access the Warpgate data files, you might have tochmodthem. Run Docker with--uid 0to revert to the old, less safe behaviour.Changes
Fixes
fd6607b- fix channels losing unflushed data when closing4d5ebe4- fix SCP hangups05235d9- fixed incorrect relative path resolution in setup5a4b295- fixed #1424 - OOB UI fails with repeating charactersversionattribute is obsolete by @ulab in #14358ad6972- fixed #1442 - unnecessaryget_infoauth restrictionsNew Contributors
Full Changelog: warp-tech/warpgate@v0.15.0...v0.16.0
v0.15.0Compare Source
Features
direct-streamlocal(local UNIX socket forwarding) support in103a4809e144f81df9b45Fixes
TLS Verifyflag is disabled by @joseluisgonzalezca in #1385New Contributors
Full Changelog: warp-tech/warpgate@v0.14.1...v0.15.0
v0.14.1Compare Source
Fixes
c0de2f0: fixed #1366 - API crashv0.14.0Compare Source
Major changes
863af5e: #1323 -In-browser auth(2FA/SSO) support for PostgreSQL (#1338) #133853971dc: #1334 New in-browser auth requests will automatically show up on the Warpgate homepage if the user is logged in (#1335) #1335ec98c3d: Option to check and accepting SSH target's host keys from the admin UI (#1307) #1307Changes
labelovernamein the login UI (Eugene)4533401: Warpgate will now forward HTTP basic auth credentials (if present) from an HTTP target's URL correctly (#1343) #1343cea7acc: #1281 - Added description fields for most objects (#1294) #12949841421: #1281 - List role members and targets in the UI (#1295) #12956b22399: Added SBOMs to release artifacts (#1289) #128974ca553: Add "getting started" hints to the UI (#1344) #1344Fixes
95dce41: Fix SSH Client to respond to keyboard-interactive when target has optional 2FA (#1273) (samtoxie) #127351c8937: fixed frontend crash in list pagination5d3a8ac: Force the config file format to YAML (#1299) (Mice7R) #12994b74303: #1271 - modals are invisible withprefers-reduced-motion0a3e444: fixed #1285 - unable to add public keys via credentials self-service26a9c99: fixed #1326 - UI allowing duplicate target names (#1328) #1328d465586: fixed enter key handling in the "create target" formb4076ef: fixed #1320 - JDBC based Postgres clients not connecting87b409b: SQL content of prepared Postgres queries were not logged5ee29b9: fixed #1337 - automatically strip the public key comment when setting via the API2381f55: fixed #972 - SSH server not offering keyboard-interactive when only OOB or SSO auth is enabled for a user9bc1c9d: fixed #1346 - changing own password does not remove existing passwors33803f1: fixed #1336 - correctly parse ECC certificates - no longer handle incorrect PEM header331af97: fixed #1356 - generate config schema (#1357) #1357v0.13.3Compare Source
Changes
306138f: reenabled HTTP/2 support as client (both for HTTP targets and OIDC)v0.13.2Compare Source
Changes
ee05440: pasting a public key will automatically fill out the label field now if the key has a commentFixes
5b050e5: fixed #1264 - config file permission error in kubernetes (#1265) (hashfunc) #126591c4a5a,1772601: fixed #1263 - errors when working with public key creds on Postgres549ddba,93609ae: fixed #1270 - public key values getting truncated on MySQLv0.13.1Compare Source
Changes
5dfa025: added an option to trust unknown OIDC audiences (#1254) (samtoxie) #1254Fixes
2e75b28: fixed #1261 - reenable accidentally disabled Postgres TLS supportv0.13.0Compare Source
Changes
409b382: UI facelift (#1175)010534a: added support for user API tokens and an API playground (#1191)1dec4c9: added a title field for public keys (#1171) (Mohammad Al Shakoush)59884fb: added "last used" and "date created" fields for public keys (#1182) (Mohammad Al Shakoush)d51d882: fixed #1189 - updated default config to listen on IPv6 as wellb76872f: added an option to auto-create SSO users #1245e203688: implemented agent forwarding over SSH (samtoxie) #124955dcd11: addedstreamlocal-forwardsupport (remote UNIX socket forwarding) #1243Fixes
40e49a2: Fixed SSO not respecting the OS' trusted TLS CAs (Thibaud Lepretre) #12332abe104: fixed #1234 - rustls panic in tokio-tungstenite2cdf8ba: bump vulnerable deps (#1241) #12418d53f7b: bumped russh for the mlock() fix7e15422: fixed #1258 - hide the version info until logged in (Eugene)6ade841: correctly bind to both ipv4 and ipv6 when [::] is set as listen endpoint (#1193)data_path(#1180) (willow)e89bc03: fixed [#1218]Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.