Skip to content

Commit 9fffad3

Browse files
committed
chore (skip-release): prepare 1.3.0 (#738)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent c996c6c commit 9fffad3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

gradle.properties

+1-1
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.2.4-SNAPSHOT
5+
projectVersion=1.3.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.16.1

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

+22
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>1.3.0</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/726">Support for clusters using OpenID auth providers</a></li>
16+
</ul>
17+
<ul>
18+
<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>
21+
<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>
24+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/572">Allow force delete resource</a></li>
25+
</ul>
26+
<ul>
27+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/719">Add compatibility to IDEA 2024.1</a></li>
28+
</ul>
29+
<ul>
30+
<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>
33+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/713">Use latest kubernetes-client 6.12.0</a></li>
34+
</ul>
1335
<h3>1.2.3</h3>
1436
<ul>
1537
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/696">1.2.2 is only compatible with IDEA 2023.2+, should be IDEA 2022.1+</a></li>

0 commit comments

Comments
 (0)