|
1 | 1 | <!-- Keep a Changelog guide -> https://keepachangelog.com -->
|
2 | 2 |
|
3 | | -# coder-gateway Changelog |
4 | | - |
5 | | -## [Unreleased] |
| 3 | +# coder-gateway Changelog |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +## [2.0.1] |
6 | 8 | ### Fixed
|
7 | 9 | - `Recent Coder Workspaces` label overlaps with the search bar in the `Connections` view
|
8 | 10 | - working workspaces are now listed when there are issues with resolving agents
|
9 | 11 | - list only workspaces owned by the logged user
|
10 | | - |
| 12 | + |
| 13 | + |
11 | 14 | ### Changed
|
12 | 15 | - links to documentation now point to the latest Coder OSS
|
13 | 16 | - simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder`
|
14 | | -- minimum supported Gateway build is now 222.3739.24 |
15 | | - |
16 | | -## [2.0.0] |
17 | | -### Added |
| 17 | +- minimum supported Gateway build is now 222.3739.24 |
| 18 | + |
| 19 | +## [2.0.0] |
| 20 | +### Added |
18 | 21 | - support for Gateway 2022.2
|
19 | 22 |
|
20 | 23 |
|
21 | | -### Changed |
| 24 | + |
| 25 | +### Changed |
22 | 26 | - Java 17 is now required to run the plugin
|
23 | | -- adapted the code to the new SSH API provided by Gateway |
24 | | - |
25 | | -## [1.0.0] |
26 | | -### Added |
| 27 | +- adapted the code to the new SSH API provided by Gateway |
| 28 | + |
| 29 | +## [1.0.0] |
| 30 | +### Added |
27 | 31 | - initial scaffold for Gateway plugin
|
28 | 32 | - browser based authentication on Coder environments
|
29 | 33 | - REST client for Coder V2 public API
|
|
0 commit comments