Skip to content

Commit e18b556

Browse files
adietishmohitsuman
andauthored
release 1.2.0 (#660)
* release 1.2.0 Signed-off-by: Andre Dietisheim <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
1 parent 139dfe3 commit e18b556

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
2727
- Open a Terminal Shell to a Running Container in the connected cluster
2828
- Open the Dashboard for the connected cluster (works on any Hybrid cloud cluster)
2929
- Support [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) for logs and terminals.
30+
- Scale the replicated pods for deployments, deployment configs, replica/stateful sets or replication controllers
3031

3132
## Features
3233

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

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

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

113+
#### Scale Replicated Pods
114+
You may scale a deployment, deployment config, replica/stateful set or a replication controller.
115+
A context action allows you to set the replicas for these kind of resources in the resource tree.
116+
Furthermore, this same action is accessible for pods that are replicated by either of those resource types.
117+
118+
![set replicas](images/set-replicas.png)
119+
113120
#### Follow Logs of Running Containers
114121

115122
IntelliJ Kubernetes extension allows you to follow logs of the cluster resources such as Pods, Jobs and Builds.

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ ideaVersion=IC-2022.1
22
# build number ranges
33
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
sinceIdeaBuild=232
5-
projectVersion=1.1.1-SNAPSHOT
5+
projectVersion=1.2.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.15.0
9-
intellijCommonVersion=1.9.2-SNAPSHOT
9+
intellijCommonVersion=1.9.3-SNAPSHOT
1010
telemetryPluginVersion=1.0.0.44
1111
kotlin.stdlib.default.dependency = false
1212
kotlinVersionIdea221=1.6.21

images/set-replicas.png

55.8 KB
Loading

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

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>1.2.0</h3>
14+
<ul>
15+
<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>
16+
<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>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/652">Option "Show directory for non-unique file names" stops working</a></li>
18+
<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>
19+
</ul>
1320
<h3>1.1.0</h3>
1421
<ul>
1522
<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>

0 commit comments

Comments
 (0)