Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Jul 26, 2023
1 parent 4c7cce9 commit 13b32c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
- Switching contexts and namespaces within Kubernetes
- Follow logs from the connected cluster resource
- Open a Terminal Shell to a Running Container in the connected cluster
- Open the Dashboard for a connected cluster
- Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminals.

## Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ideaVersion=IC-2023.1
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=221
projectVersion=1.0.2-SNAPSHOT
projectVersion=1.1.0
jetBrainsToken=invalid
jetBrainsChannel=stable
intellijPluginVersion=1.14.2
Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
</description>
<change-notes>
<![CDATA[
<h3>1.1.0</h3>
<ul>
<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 to my kubernetes or openshift cluster</a></li>
<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>
<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>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/644">Editor is not updating a 'modified' notification if I delete the resource (on cluster)</a></li>
<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>
<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>
<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>
<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>
<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>
</ul>
<h3>1.0.1</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/611">Display routes for OpenShift clusters</a></li>
Expand Down

0 comments on commit 13b32c8

Please sign in to comment.