Skip to content

Commit ad257e2

Browse files
committed
release 0.6.2
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
1 parent 4612007 commit ad257e2

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
@@ -2,7 +2,7 @@ ideaVersion=IC-2021.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=211
5-
projectVersion=0.6.2-SNAPSHOT
5+
projectVersion=0.6.2
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.8.1

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>0.6.2</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/477">Prevent from failure of adding special characters on following pod log</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/478">resource tree: pods for jobs are not displayed</a></li>
17+
</ul>
18+
<p></p>
1319
<h3>0.6.1</h3>
1420
<ul>
1521
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/458">Switch to IJ common 1.7.1 as it breaks dependent plugins</a></li>

0 commit comments

Comments
 (0)