Skip to content

Commit

Permalink
chore (skip-release): prepare 1.3.0 (#738)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Apr 16, 2024
1 parent c996c6c commit 66de7f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ideaVersion=IC-2024.1
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=223
projectVersion=1.2.4-SNAPSHOT
projectVersion=1.3.0
jetBrainsToken=invalid
jetBrainsChannel=stable
intellijPluginVersion=1.16.1
Expand Down
22 changes: 22 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
</description>
<change-notes>
<![CDATA[
<h3>1.3.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/726">Support for clusters using OpenID auth providers</a></li>
</ul>
<ul>
<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>
</ul>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/663">Allow to easily edit Secrets in the editor</a></li>
</ul>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/572">Allow force delete resource</a></li>
</ul>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/719">Add compatibility to IDEA 2024.1</a></li>
</ul>
<ul>
<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>
</ul>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/713">Use latest kubernetes-client 6.12.0</a></li>
</ul>
<h3>1.2.3</h3>
<ul>
<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>
Expand Down

0 comments on commit 66de7f5

Please sign in to comment.