diff --git a/README.md b/README.md index d474460cf..c4a956933 100644 --- a/README.md +++ b/README.md @@ -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 the connected cluster (works on any Hybrid cloud cluster) - Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminals. ## Features diff --git a/gradle.properties b/gradle.properties index b629df7d5..67c39fe3f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 8afef1742..46640d330 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -10,6 +10,18 @@ 1.1.0 +

1.0.1