Skip to content

Commit

Permalink
release 1.2.0 (#660)
Browse files Browse the repository at this point in the history
* release 1.2.0

Signed-off-by: Andre Dietisheim <[email protected]>
Co-authored-by: Mohit Suman <[email protected]>
  • Loading branch information
adietish and mohitsuman committed Sep 20, 2023
1 parent 139dfe3 commit e18b556
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
- Open a Terminal Shell to a Running Container in the connected cluster
- Open the Dashboard for the connected cluster (works on any Hybrid cloud cluster)
- Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminals.
- Scale the replicated pods for deployments, deployment configs, replica/stateful sets or replication controllers

## Features

Expand Down Expand Up @@ -106,10 +107,16 @@ The very same dialog may also be opened with a link that's present in the notifi

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


#### Delete Resources
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.

#### Scale Replicated Pods
You may scale a deployment, deployment config, replica/stateful set or a replication controller.
A context action allows you to set the replicas for these kind of resources in the resource tree.
Furthermore, this same action is accessible for pods that are replicated by either of those resource types.

![set replicas](images/set-replicas.png)

#### Follow Logs of Running Containers

IntelliJ Kubernetes extension allows you to follow logs of the cluster resources such as Pods, Jobs and Builds.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ ideaVersion=IC-2022.1
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=232
projectVersion=1.1.1-SNAPSHOT
projectVersion=1.2.0
jetBrainsToken=invalid
jetBrainsChannel=stable
intellijPluginVersion=1.15.0
intellijCommonVersion=1.9.2-SNAPSHOT
intellijCommonVersion=1.9.3-SNAPSHOT
telemetryPluginVersion=1.0.0.44
kotlin.stdlib.default.dependency = false
kotlinVersionIdea221=1.6.21
Expand Down
Binary file added images/set-replicas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 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,13 @@
</description>
<change-notes>
<![CDATA[
<h3>1.2.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/615">As a user I want to be able to scale a deployment up or down without editing the yaml</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/650">As a user I want to have Replica Sets and Replication Controllers listed in the resource tree</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/652">Option "Show directory for non-unique file names" stops working</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/28">Error nodes: improve text to include the reason for the failure</a></li>
</ul>
<h3>1.1.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/617">As a user I want to be able to open the web console for Kubernetes or OpenShift cluster</a></li>
Expand Down

0 comments on commit e18b556

Please sign in to comment.