From 13b32c8a39ac2a7c30a9a2603ad6c498a9915525 Mon Sep 17 00:00:00 2001 From: Andre Dietisheim Date: Wed, 26 Jul 2023 15:41:54 +0200 Subject: [PATCH] release 1.1.0 Signed-off-by: Andre Dietisheim --- README.md | 1 + gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 12 ++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d474460cf..cd8eafada 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 a connected 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..b67c02d37 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