Skip to content

Commit 6b3824d

Browse files
committed
release 0.7.1
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
1 parent 9b2f56b commit 6b3824d

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.7.1-SNAPSHOT
5+
projectVersion=0.7.1
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.10.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.7.1</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/537">logs/terminal: allow to inspect error details</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/500">migrate to kubernetes-client 6.4.0</a></li>
17+
</ul>
18+
<p></p>
1319
<h3>0.7.0</h3>
1420
<ul>
1521
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/214">As a user I want to be able to open a terminal in a pod</a></li>

0 commit comments

Comments
 (0)