Skip to content

chore(skip-release): prepare 1.5.0 (#814) #820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=1.4.1-SNAPSHOT
projectVersion=1.5.0
jetBrainsToken=invalid
jetBrainsChannel=stable

Expand Down
10 changes: 10 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,15 @@
</description>
<change-notes>
<![CDATA[
<h3>1.5.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/763">Allow to disable editor notifications</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/779">Support multiple config files listed in KUBECONFIG env var</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/710">Display notifications in editors that have multiple resources</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/809">Allow to refresh all contexts</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/809">Fix: Display an error if the kubeconfig is invalid</a></li>
<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>
</ul>
<h3>1.4.0</h3>
<ul>
<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>
Expand Down Expand Up @@ -220,6 +229,7 @@
<applicationService serviceInterface="com.redhat.devtools.intellij.kubernetes.model.IResourceModel"
serviceImplementation="com.redhat.devtools.intellij.kubernetes.model.ResourceModel"/>
<nonProjectFileWritingAccessExtension implementation="com.redhat.devtools.intellij.common.editor.AllowNonProjectEditing" />
<!-- requires pluginSinceBuild=232 see https://github.com/redhat-developer/intellij-kubernetes/issues/706 -->
<postStartupActivity implementation="com.redhat.devtools.intellij.kubernetes.KubernetesPluginInitializer" />
<editorTabTitleProvider implementation="com.redhat.devtools.intellij.kubernetes.editor.KubernetesEditorsTabTitleProvider"/>
<codeInsight.inlayProvider language="yaml"
Expand Down
Loading