Skip to content

Commit 2d7431c

Browse files
committed
Merge remote-tracking branch 'github/main' into escape
2 parents f3e8264 + b493bb0 commit 2d7431c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@
66

77
### Fixed
88

9+
- When a proxy command argument (such as the URL) contains `?` and `&`, escape
10+
it in the SSH config by using double quotes, as these characters have special
11+
meanings in shells.
12+
13+
## 2.14.0 - 2024-08-30
14+
15+
### Fixed
16+
917
- When the `CODER_URL` environment variable is set but you connect to a
1018
different URL in Gateway, force the Coder CLI used in the SSH proxy command to
1119
use the current URL instead of `CODER_URL`. This fixes connection issues such
1220
as "failed to retrieve IDEs". To aply this fix, you must add the connection
1321
again through the "Connect to Coder" flow or by using the dashboard link (the
1422
recent connections do not reconfigure SSH).
15-
- When a proxy command argument (such as the URL) contains `?` and `&`, escape
16-
it in the SSH config by using double quotes, as these characters have special
17-
meanings in shells.
1823

1924
### Changed
2025

0 commit comments

Comments
 (0)