Skip to content

Commit 5505188

Browse files
authored
Merge pull request #95 from coder/changelog-update-v2.1.2
Changelog update - `v2.1.2`
2 parents 62d5f5e + 62bb7d8 commit 5505188

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

CHANGELOG.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
# coder-gateway Changelog
44

5-
## [Unreleased]
6-
### Added
5+
## Unreleased
6+
7+
## 2.1.2 - 2022-11-23
78

9+
### Added
810
- upgraded support for the latest Coder REST API
911
- support for latest Gateway 2022.2.x builds
1012

1113
### Fixed
12-
1314
- authentication flow is now done using HTTP headers
1415

15-
## [2.1.1]
16+
## 2.1.1
1617

1718
### Added
18-
1919
- support for remembering last opened Coder session
2020

2121
### Changed
22-
2322
- minimum supported Gateway build is now 222.3739.54
2423
- some dialog titles
2524

26-
## [2.1.0]
25+
## 2.1.0
26+
2727
### Added
2828
- support for displaying workspace version
2929
- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version
@@ -37,7 +37,8 @@
3737
- terminal link for workspaces with a single agent
3838
- no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway
3939

40-
## [2.0.2]
40+
## 2.0.2
41+
4142
### Added
4243
- support for displaying working and non-working workspaces
4344
- better support for Light and Dark themes in the "Status" column
@@ -50,7 +51,8 @@
5051
### Changed
5152
- the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host
5253

53-
## [2.0.1]
54+
## 2.0.1
55+
5456
### Fixed
5557
- `Recent Coder Workspaces` label overlaps with the search bar in the `Connections` view
5658
- working workspaces are now listed when there are issues with resolving agents
@@ -61,20 +63,22 @@
6163
- simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder`
6264
- minimum supported Gateway build is now 222.3739.24
6365

64-
## [2.0.0]
66+
## 2.0.0
67+
6568
### Added
6669
- support for Gateway 2022.2
6770

6871
### Changed
6972
- Java 17 is now required to run the plugin
7073
- adapted the code to the new SSH API provided by Gateway
7174

72-
## [1.0.0]
75+
## 1.0.0
76+
7377
### Added
7478
- initial scaffold for Gateway plugin
7579
- browser based authentication on Coder environments
7680
- REST client for Coder V2 public API
7781
- coder-cli orchestration for setting up the SSH configurations for Coder Workspaces
7882
- basic panel to display live Coder Workspaces
7983
- support for multi-agent Workspaces
80-
- Gateway SSH connection to a Coder Workspace
84+
- Gateway SSH connection to a Coder Workspace

0 commit comments

Comments
 (0)