What's Changed
✨ New Features and Enhancements
- feat: allow to save cluster + token to kubeconf (#23649) by @adietish in #223
- added tests asserting results of RemoteIDEServer#waitServerReady/Terminated by @adietish in #241
🐛 Bug Fixes
- fix: display icon when workspace is stopping, terminating (#23681) by @adietish in #233
- fix: don't throw if selected index is out of bounds (#23678) by @adietish in #237
- fix: Gateway: Make it possible to restart WS when it cannot be created and launched in a reasonable time by @vrubezhny in #219
- fix: Remove duplicating function doWaitServerProjectExists by @vrubezhny in #240
- fix: Gateway: Plugin Verifier failures on every new IDE version appearance by @vrubezhny in #252
- fix: return current context for a given list of kube configs (#23712) by @adietish in #243
- fix: allow updating kube config file without contexts, clusters, users (#23714) by @adietish in #244
- fix: manually merge configs to avoid parsing error (#23731) by @adietish in #251
- fix: Gateway: IllegalStateException happens when getting the list of … by @vrubezhny in #250
- fix: Add tests execution reporting by @vrubezhny in #253
⬆️ Dependency Updates
- build(deps): bump org.jetbrains.kotlinx.kover from 0.9.3 to 0.9.4 by @dependabot[bot] in #230
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #235
- build(deps): bump org.jetbrains.qodana from 2025.2.3 to 2025.2.4 by @dependabot[bot] in #232
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #234
- build(deps): bump io.mockk:mockk from 1.14.6 to 1.14.7 by @dependabot[bot] in #229
- build(deps): Bump junit-jupiter from 6.0.1 to 6.0.2 by @dependabot[bot] in #242
- build(deps): Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.20.1 to 2.21.0 by @dependabot[bot] in #245
- build(deps): Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0 by @dependabot[bot] in #246
- build(deps): Bump org.jetbrains.intellij.platform from 2.10.5 to 2.11.0 by @dependabot[bot] in #249
- build(deps): Bump gradle-wrapper from 9.2.0 to 9.3.0 by @dependabot[bot] in #248
- build(deps): Bump mockk from 1.14.7 to 1.14.9 by @dependabot[bot] in #254
- build(deps): Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by @dependabot[bot] in #255
- build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.4 to 0.9.5 by @dependabot[bot] in #256
- build(deps): Bump JetBrains/qodana-action from 2025.2 to 2025.3 by @dependabot[bot] in #238
- build(deps): Bump org.jetbrains.qodana from 2025.2.4 to 2025.3.1 by @dependabot[bot] in #239
Full Changelog: v0.0.14...v0.0.15