What's Changed
✨ New Features and Enhancements
- It's possible to choose a cluster, stored in the local kubeconfig file, from the dropdown box by @msivasubramaniaan in #158
- The
KUBECONFIG
environment variable is respected when reading the local kube config by @vrubezhny in #141 - It's possible to cancel the ongoing connection attempts by @adietish in #166
- When connecting to a cluster, added a progress bar to show the connection process by @msivasubramaniaan in #162
- More meaningful error messages on the login step when the OpenShift token has expired or no DevSpaces operator is installed in the cluster #23487 by @vrubezhny in #144
- The
Connect
button is now disabled when no workspace is selected by @msivasubramaniaan in #153 - A progress indicator is added to unblock the UI at the connection step and to track the connection process #23471 by @vrubezhny in #145
🐛 Bug Fixes
- fix: avoid deadlock when reading remote server status by @adietish in #139
- fix: dont freeze when creating the connection by @adietish in #140
🛠️ Code Improvements
⬆️ Dependency Updates
- updated io.kubernetes:client-java:24 by @msivasubramaniaan in #137
- Bump org.jetbrains.kotlin.jvm from 2.1.21 to 2.2.0 by @dependabot[bot] in #136
- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.1 to 2.19.2 by @dependabot[bot] in #143
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.19.2 by @dependabot[bot] in #142
- Bump org.jetbrains.changelog from 2.2.1 to 2.3.0 by @dependabot[bot] in #146
- Bump org.jetbrains.intellij.platform from 2.6.0 to 2.7.0 by @dependabot[bot] in #147
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #151
- Bump org.jetbrains.changelog from 2.3.0 to 2.4.0 by @dependabot[bot] in #149
- Bump org.jetbrains.intellij.platform from 2.7.0 to 2.7.1 by @dependabot[bot] in #152
- Bump org.jetbrains.qodana from 2025.1.1 to 2025.2.1 by @dependabot[bot] in #155
- Bump JetBrains/qodana-action from 2025.1 to 2025.2 by @dependabot[bot] in #154
- Bump org.jetbrains.intellij.platform from 2.7.1 to 2.7.2 by @dependabot[bot] in #157
- Bump org.jetbrains.kotlin.jvm from 2.2.0 to 2.2.10 by @dependabot[bot] in #156
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #159
- Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0 by @dependabot[bot] in #161
- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.2 to 2.20.0 by @dependabot[bot] in #160
- Bump org.jetbrains.intellij.platform from 2.7.2 to 2.8.0 by @dependabot[bot] in #163
- Bump org.jetbrains.intellij.platform from 2.8.0 to 2.9.0 by @dependabot[bot] in #164
- Bump org.jetbrains.kotlin.jvm from 2.2.10 to 2.2.20 by @dependabot[bot] in #167
👥 Thanks to the new contributors
- @msivasubramaniaan made their first contribution in #137
- @adietish made their first contribution in #139
- @vrubezhny made their first contribution in #141
Full Changelog: v0.0.11...v0.0.12