You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+12
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@
10
10
</description>
11
11
<change-notes>
12
12
<![CDATA[
13
+
<h3>1.1.0</h3>
14
+
<ul>
15
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/617">As a user I want to be able to open the web console for Kubernetes or OpenShift cluster</a></li>
16
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/640">When switching current namespace with minikube, context gets <unknown context> and collapsing the resource tree</a></li>
17
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/636">On startup, resource tree is not available as long as IDEA is indexing</a></li>
18
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/644">Editor is not updating a 'modified' notification if the resource (on cluster) is deleted</a></li>
19
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/613">The editor is freezing for a few seconds before it's opened when I'm using Red Hat Developer Sandbox </a></li>
20
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/634">If pushing to the cluster errors, I am not notified of the error but prompted to push again</a></li>
21
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/621">Given that my token for the cluster is expired, the editor erroneously thinks that the resource doesn't exist</a></li>
22
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/622">When pushing to a cluster whose token is expired, the editor is freezing IDEA</a></li>
23
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/618">Fatal IDE error when trying to diff with a cluster that's not reachable (off or not authenticated)</a></li>
24
+
</ul>
13
25
<h3>1.0.1</h3>
14
26
<ul>
15
27
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/611">Display routes for OpenShift clusters</a></li>
0 commit comments