Skip to content

Commit f5145c1

Browse files
committed
release 0.8.0 (#581)
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
1 parent 67cb78f commit f5145c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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=221
5-
projectVersion=0.7.2-SNAPSHOT
5+
projectVersion=0.8.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.13.2

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>0.8.0</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/549">Feature Request: Support Multi Resource Files</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/561">Pushing pod with spec errors if it already exists on cluster</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/569">Pushing existing resource to a different namespace causes error</a></li>
18+
</ul>
19+
<p></p>
1320
<h3>0.7.1</h3>
1421
<ul>
1522
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/537">logs/terminal: allow to inspect error details</a></li>

0 commit comments

Comments
 (0)