Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 0a21fc4

Browse files
authored
chore(skip-release): prepare 1.11.0 (#956) (#976)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent d3ee695 commit 0a21fc4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.10.2-SNAPSHOT
1+
projectVersion=1.11.0
22
jetBrainsToken=invalid
33
jetBrainsChannel=stable
44

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@
1717
]]></description>
1818

1919
<change-notes><![CDATA[
20+
<p><b>1.11.0</b></p>
21+
<ul>
22+
<li>Added support for KUBECONFIG env variable and multiple kube config files</li>
23+
<li>Bug fixes</li>
24+
</ul>
2025
<p><b>1.10.0</b></p>
2126
<ul>
2227
<li>Added actions for adding/removing/editing helm repositories</li>
2328
<li>Added a refresh action for helm repositories</li>
2429
<li>Use a YAML editor when installing chart for additional parameters</li>
2530
<li>Bug fixes</li>
31+
</ul>
2632
<p><b>1.9.0</b></p>
2733
<ul>
2834
<li>Support IDEA 2024.1</li>

0 commit comments

Comments
 (0)