Skip to content

Commit 6108175

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

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

README.md

+7-12
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
@@ -79,7 +80,7 @@ There is a `Push` button available in the editor toolbar to make the action more
7980
![editor toolbar push](images/editor-toolbar-push.png)
8081

8182
Alternatively the editor notifies you whenever you may push your content to the cluster.
82-
Clicking the "Push" link in the editor notification saves your editor to the cluster.
83+
Clicking the `Push` link in the editor notification saves your editor to the cluster.
8384

8485
![editor push](images/editor-push.png)
8586

@@ -88,16 +89,10 @@ The new resource will then appear in the resource tree that's displayed in our t
8889

8990
#### Pull (Load) from Cluster
9091

91-
The editor also notifies you if your resource has changed on the cluster.
92-
The notification informs you of a newer version that is available on the cluster and allows you to `Pull` it into your editor.
92+
You can `Pull` the resource from the cluster into you editor.
93+
You click the `Pull` icon in the toolbar and replace the content of your editor with the version that exists on the cluster.
9394

94-
![editor pulled](images/editor-pulled.png)
95-
96-
Competing changes in your editor and on the cluster get notified with 2 options:
97-
You can either overwrite the cluster by pushing the editor to the cluster.
98-
Alternatively you can replace your local version with the one on the cluster and pull it.
99-
100-
![editor pull or push](images/editor-pull-push.png)
95+
![editor pull](images/editor-toolbar-pull.png)
10196

10297
#### Diff
10398

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

images/editor-toolbar-pull.png

19.6 KB
Loading

images/editor-toolbar-push.png

-10.2 KB
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)