Skip to content

Commit

Permalink
release 1.0.0 (#608) (#609)
Browse files Browse the repository at this point in the history
* release 1.0.0 (#608)

Signed-off-by: Andre Dietisheim <[email protected]>
Co-authored-by: Mohit Suman <[email protected]>
  • Loading branch information
adietish and mohitsuman authored Jun 5, 2023
1 parent 248dc4f commit 3a912ad
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
- Edit Kubernetes resource manifests and apply them to your cluster
- View Kubernetes and OpenShift clusters in an explorer tree view
- Tree View supports dynamic update of K8s resources
- Allow Push and Pull Feature to keep the editor in sync with the Kubernetes resource
- Support Creation and Deletion of new Kubernetes resources on Cluster
- Push and Pull Feature to keep the editor in sync with the Kubernetes resource
- Allows users to Push multiple resources in an editor to create several resources at once.
- Support Creation and Deletion of Kubernetes resources on Cluster
- Navigate into Kubernetes workloads, services, pods and nodes
- Switching contexts and namespaces within Kubernetes
- Follow logs from the connected cluster resource
Expand Down Expand Up @@ -79,7 +80,7 @@ There is a `Push` button available in the editor toolbar to make the action more
![editor toolbar push](images/editor-toolbar-push.png)

Alternatively the editor notifies you whenever you may push your content to the cluster.
Clicking the "Push" link in the editor notification saves your editor to the cluster.
Clicking the `Push` link in the editor notification saves your file changes on to the cluster.

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

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

#### Pull (Load) from Cluster

The editor also notifies you if your resource has changed on the cluster.
The notification informs you of a newer version that is available on the cluster and allows you to `Pull` it into your editor.
You can `Pull` the resource from the cluster into the local file opened in the editor.
Clicking on the `Pull` icon in the toolbar replaces the content of your local file in the editor with the version that exists on the cluster.

![editor pulled](images/editor-pulled.png)

Competing changes in your editor and on the cluster get notified with 2 options:
You can either overwrite the cluster by pushing the editor to the cluster.
Alternatively you can replace your local version with the one on the cluster and pull it.

![editor pull or push](images/editor-pull-push.png)
![editor pull](images/editor-toolbar-pull.png)

#### Diff

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ideaVersion=IC-2021.1
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=221
projectVersion=0.8.2-SNAPSHOT
projectVersion=1.0.0
jetBrainsToken=invalid
jetBrainsChannel=stable
intellijPluginVersion=1.13.2
Expand Down
Binary file modified images/editor-push.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/editor-toolbar-pull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/editor-toolbar-push.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 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,12 @@
</description>
<change-notes>
<![CDATA[
<h3>1.0.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/600">Support editing a K8s resource on a logged in cluster using private certificate </a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/570">Reduces number of editor notification messages when updating K8s resource files.</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/521">Allows the user to set the Namespace/Project from Context Menu</a></li>
</ul>
<h3>0.8.1</h3>
<ul>
<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>
Expand Down

0 comments on commit 3a912ad

Please sign in to comment.