Skip to content

Commit cfe71a6

Browse files
committed
chore(skip-release): prepare 1.5.0 (#814)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent c0af721 commit cfe71a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.4.1-SNAPSHOT
1+
projectVersion=1.5.0
22
jetBrainsToken=invalid
33
jetBrainsChannel=stable
44

Diff for: src/main/resources/META-INF/plugin.xml

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>1.5.0</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/763">Allow to disable editor notifications</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/779">Support multiple config files listed in KUBECONFIG env var</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/710">Display notifications in editors that have multiple resources</a></li>
18+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/809">Allow to refresh all contexts</a></li>
19+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/809">Fix: Display an error if the kubeconfig is invalid</a></li>
20+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/812">Fix: Dont show context menu actions applicable to selected items if there are none</a></li>
21+
</ul>
1322
<h3>1.4.0</h3>
1423
<ul>
1524
<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>
@@ -220,6 +229,7 @@
220229
<applicationService serviceInterface="com.redhat.devtools.intellij.kubernetes.model.IResourceModel"
221230
serviceImplementation="com.redhat.devtools.intellij.kubernetes.model.ResourceModel"/>
222231
<nonProjectFileWritingAccessExtension implementation="com.redhat.devtools.intellij.common.editor.AllowNonProjectEditing" />
232+
<!-- requires pluginSinceBuild=232 see https://github.com/redhat-developer/intellij-kubernetes/issues/706 -->
223233
<postStartupActivity implementation="com.redhat.devtools.intellij.kubernetes.KubernetesPluginInitializer" />
224234
<editorTabTitleProvider implementation="com.redhat.devtools.intellij.kubernetes.editor.KubernetesEditorsTabTitleProvider"/>
225235
<codeInsight.inlayProvider language="yaml"

0 commit comments

Comments
 (0)