Skip to content

Commit 44a8635

Browse files
committed
chore: upgrade minimum supported Gateway version
1 parent 8b36c6f commit 44a8635

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

CHANGELOG.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- minimum supported Gateway build is now 222.3739.54
10+
711
## [2.1.0]
8-
### Added
9-
- support for displaying workspace version
10-
- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version
1112

12-
### Changed
13-
- workspace panel is now updated every 5 seconds
14-
- combinations of workspace names and agent names are now listed even when a workspace is down
15-
- minimum supported Gateway build is now 222.3739.40
13+
### Added
14+
15+
- support for displaying workspace version
16+
- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version
1617

17-
### Fixed
18-
- terminal link for workspaces with a single agent
18+
### Changed
19+
20+
- workspace panel is now updated every 5 seconds
21+
- combinations of workspace names and agent names are now listed even when a workspace is down
22+
- minimum supported Gateway build is now 222.3739.40
23+
24+
### Fixed
25+
- terminal link for workspaces with a single agent
1926
- no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway
2027

2128
## [2.0.2]

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ pluginName=coder-gateway
66
pluginVersion=2.1.0
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
9-
pluginSinceBuild=222.3739.40
9+
pluginSinceBuild=222.3739.54
1010
pluginUntilBuild=222.*
1111
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1212
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
1313
platformType=GW
14-
platformVersion=222.3739.40-CUSTOM-SNAPSHOT
15-
instrumentationCompiler=222.3739.40-CUSTOM-SNAPSHOT
14+
platformVersion=222.3739.54-CUSTOM-SNAPSHOT
15+
instrumentationCompiler=222.3739.54-CUSTOM-SNAPSHOT
1616
platformDownloadSources=true
1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)