Skip to content

Commit 2443085

Browse files
committed
chore(skip-release): prepare 1.7.0
1 parent c6fbd4d commit 2443085

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
3232
- Describe pods similar to `kubectl describe` but formatting it as yaml for easy collapsing etc.
3333
- Listing several config files in the KUBECONFIG env variable
3434
- Instant display of labeled resources that match a given selector when editing YAML
35-
35+
- Validate and autocomplete edited resources based on schema (even in multi-resource documents)
3636

3737
## Features
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.6.2-SNAPSHOT
1+
projectVersion=1.7.0
22
jetBrainsToken=invalid
33
jetBrainsChannel=stable
44

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010
</description>
1111
<change-notes>
1212
<![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>
1331
<h3>1.5.0</h3>
1432
<ul>
1533
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/763">Allow to disable editor notifications</a></li>

0 commit comments

Comments
 (0)