Skip to content

Commit 070dc3f

Browse files
adietishmohitsuman
andcommitted
release 1.1.0
Signed-off-by: Andre Dietisheim <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
1 parent 4c7cce9 commit 070dc3f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
2525
- Switching contexts and namespaces within Kubernetes
2626
- Follow logs from the connected cluster resource
2727
- Open a Terminal Shell to a Running Container in the connected cluster
28+
- Open the Dashboard for the connected cluster (works on any Hybrid cloud cluster)
2829
- Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminals.
2930

3031
## Features

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2023.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=221
5-
projectVersion=1.0.2-SNAPSHOT
5+
projectVersion=1.1.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.14.2

src/main/resources/META-INF/plugin.xml

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
</description>
1111
<change-notes>
1212
<![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>
1325
<h3>1.0.1</h3>
1426
<ul>
1527
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/611">Display routes for OpenShift clusters</a></li>

0 commit comments

Comments
 (0)