Skip to content

Commit f4f0fa8

Browse files
adietishmohitsuman
andcommitted
chore(skip-release): prepare 1.4.0
Signed-off-by: Andre Dietisheim <adietish@redhat.com> Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
1 parent 911769e commit f4f0fa8

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2024.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=223
5-
projectVersion=1.3.1-SNAPSHOT
5+
projectVersion=1.4.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.16.1

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,20 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13-
<h3>1.3.0</h3>
13+
<h3>1.4.0</h3>
1414
<ul>
15-
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/726">Support for clusters using OpenID auth providers</a></li>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/553">Describe in the context menu to a pod listed in the resource tree</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/757">Fix: Toolkit window stays empty if the current cluster isn't reachable</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/755">Fix: Cannot create or update resource with managed fields</a></li>
1618
</ul>
19+
<h3>1.3.0</h3>
1720
<ul>
21+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/726">Provide support for clusters using OpenID auth providers</a></li>
1822
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/717">Allow to set current namespace even if listing them is not possible</a></li>
19-
</ul>
20-
<ul>
2123
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/663">Allow to easily edit Secrets in the editor</a></li>
22-
</ul>
23-
<ul>
2424
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/572">Allow force delete resource</a></li>
25-
</ul>
26-
<ul>
2725
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/719">Add compatibility to IDEA 2024.1</a></li>
28-
</ul>
29-
<ul>
3026
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/637">Make sure text field for current namespace is visible on Linux</a></li>
31-
</ul>
32-
<ul>
3327
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/713">Use latest kubernetes-client 6.12.0</a></li>
3428
</ul>
3529
<h3>1.2.3</h3>

0 commit comments

Comments
 (0)