Skip to content

Commit a95833e

Browse files
committed
release 1.0.0 (redhat-developer#608)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 248dc4f commit a95833e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

gradle.properties

+1-1
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.8.2-SNAPSHOT
5+
projectVersion=1.0.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.13.2

images/editor-push.gif

2.16 MB
Loading

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

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>1.0.0</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/600">"unable to find valid certification path to requested target" when trying to edit a resource</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/570">Should reduce number of editor notifications, they are detrimental for user focus when editing</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/521">allow user to set ns/project with ctx menu</a></li>
18+
</ul>
1319
<h3>0.8.1</h3>
1420
<ul>
1521
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/586">As a user I want to be able to use a KUBECONFIG at any location, not just the default</a></li>

0 commit comments

Comments
 (0)