You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,24 @@
10
10
</description>
11
11
<change-notes>
12
12
<![CDATA[
13
+
<h3>1.7.0</h3>
14
+
<ul>
15
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/861">Editor: provide validation and autocomplete in multi-resource documents</a></li>
16
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/861">Updated kubernetes schema to 1.31.1</a></li>
17
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/882">Selectors are now matching labels in templates, too</a></li>
18
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/905">Dont error when describing a pod that has no value for an env value</a></li>
19
+
</ul>
20
+
<h3>1.6.1</h3>
21
+
<ul>
22
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/878">Fixed pvc selector matching pv in editor</a></li>
23
+
</ul>
24
+
<h3>1.6.0</h3>
25
+
<ul>
26
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/642">Allow to navigate from selector to matching labels/expressions and vice versa</a></li>
27
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/852">Allow to edit secrets and config maps in multi-resource documents</a></li>
28
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/865">Dont freeze when a cluster is non-responsive</a></li>
29
+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/842">Dont fatal error when describing a pod</a></li>
30
+
</ul>
13
31
<h3>1.5.0</h3>
14
32
<ul>
15
33
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/763">Allow to disable editor notifications</a></li>
0 commit comments