Skip to content

Commit 9bfc818

Browse files
Changelog update - v0.0.12 (#169)
Co-authored-by: GitHub Action <[email protected]>
1 parent e0c97d6 commit 9bfc818

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,51 @@
44

55
## [Unreleased]
66

7+
## [0.0.12] - 2025-09-12
8+
9+
### ✨ New Features and Enhancements
10+
11+
- It's possible to choose a cluster, stored in the local kubeconfig file, from the dropdown box by @msivasubramaniaan in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/158
12+
- The `KUBECONFIG` environment variable is respected when reading the local kube config by @vrubezhny in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/141
13+
- It's possible to cancel the ongoing connection attempts by @adietish in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/166
14+
- When connecting to a cluster, added a progress bar to show the connection process by @msivasubramaniaan in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/162
15+
- 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 https://github.com/redhat-developer/devspaces-gateway-plugin/pull/144
16+
- The `Connect` button is now disabled when no workspace is selected by @msivasubramaniaan in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/153
17+
- A progress indicator is added to unblock the UI at the connection step and to track the connection process #23471 by @vrubezhny in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/145
18+
19+
### 🐛 Bug Fixes
20+
21+
- fix: avoid deadlock when reading remote server status by @adietish in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/139
22+
- fix: dont freeze when creating the connection by @adietish in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/140
23+
24+
### 🛠️ Code Improvements
25+
26+
- move Throwable.rootMessage() to helper class by @adietish in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/165
27+
28+
### ⬆️ Dependency Updates
29+
30+
- updated io.kubernetes:client-java:24 by @msivasubramaniaan in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/137
31+
- Bump org.jetbrains.kotlin.jvm from 2.1.21 to 2.2.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/136
32+
- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.1 to 2.19.2 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/143
33+
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.19.2 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/142
34+
- Bump org.jetbrains.changelog from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/146
35+
- Bump org.jetbrains.intellij.platform from 2.6.0 to 2.7.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/147
36+
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/151
37+
- Bump org.jetbrains.changelog from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/149
38+
- Bump org.jetbrains.intellij.platform from 2.7.0 to 2.7.1 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/152
39+
- Bump org.jetbrains.qodana from 2025.1.1 to 2025.2.1 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/155
40+
- Bump JetBrains/qodana-action from 2025.1 to 2025.2 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/154
41+
- Bump org.jetbrains.intellij.platform from 2.7.1 to 2.7.2 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/157
42+
- Bump org.jetbrains.kotlin.jvm from 2.2.0 to 2.2.10 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/156
43+
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/159
44+
- Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/161
45+
- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.2 to 2.20.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/160
46+
- Bump org.jetbrains.intellij.platform from 2.7.2 to 2.8.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/163
47+
- Bump org.jetbrains.intellij.platform from 2.8.0 to 2.9.0 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/164
48+
- Bump org.jetbrains.kotlin.jvm from 2.2.10 to 2.2.20 by @dependabot[bot] in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/167
49+
750
## [0.0.11] - 2025-06-18
851

9-
[Unreleased]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.10...HEAD
1052
- Don't fail when trying to list the devworkspaces in the namespace that the user is not allowed to read by @azatsarynnyy in https://github.com/redhat-developer/devspaces-gateway-plugin/pull/134
1153

1254
## [0.0.10] - 2025-05-16
@@ -65,7 +107,8 @@
65107
- @azatsarynnyy
66108
- @tolusha
67109

68-
[Unreleased]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.11...HEAD
110+
[Unreleased]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.12...HEAD
111+
[0.0.12]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.11...v0.0.12
69112
[0.0.11]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.10...v0.0.11
70113
[0.0.10]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.9...v0.0.10
71114
[0.0.9]: https://github.com/redhat-developer/devspaces-gateway-plugin/compare/v0.0.8...v0.0.9

0 commit comments

Comments
 (0)