Skip to content

Commit 2e623c2

Browse files
committed
release 1.0.0 (redhat-developer#608)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 248dc4f commit 2e623c2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
1818
- Edit Kubernetes resource manifests and apply them to your cluster
1919
- View Kubernetes and OpenShift clusters in an explorer tree view
2020
- Tree View supports dynamic update of K8s resources
21-
- Allow Push and Pull Feature to keep the editor in sync with the Kubernetes resource
22-
- Support Creation and Deletion of new Kubernetes resources on Cluster
21+
- Push and Pull Feature to keep the editor in sync with the Kubernetes resource
22+
- Push multiple resources in an editor to create several resources at the time
23+
- Support Creation and Deletion of Kubernetes resources on Cluster
2324
- Navigate into Kubernetes workloads, services, pods and nodes
2425
- Switching contexts and namespaces within Kubernetes
2526
- Follow logs from the connected cluster resource

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ideaVersion=IC-2021.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=221
5-
projectVersion=0.8.2-SNAPSHOT
5+
projectVersion=1.0.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.13.2

images/editor-push.gif

2.16 MB
Loading

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

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>1.0.0</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/600">"unable to find valid certification path to requested target" when trying to edit a resource</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/570">Should reduce number of editor notifications, they are detrimental for user focus when editing</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/521">allow user to set ns/project with ctx menu</a></li>
18+
</ul>
1319
<h3>0.8.1</h3>
1420
<ul>
1521
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/586">As a user I want to be able to use a KUBECONFIG at any location, not just the default</a></li>

0 commit comments

Comments
 (0)