Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Sep 20, 2023
1 parent c7e110e commit db0d307
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/accepted
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rsch.send.usage.stat:1.1:0:1607789880884
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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 a deployment
- Scale the replicated pods for deployments, deployment configs, replica/stateful sets or replication controllers

## Features

Expand Down Expand Up @@ -110,8 +110,8 @@ The very same dialog may also be opened with a link that's present in the notifi
#### Delete Resources
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.

#### Scale Deployment
You may scale a deployment, deployment config, replication/stateful set or a replication controller.
#### 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.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ projectVersion=1.2.0
jetBrainsToken=invalid
jetBrainsChannel=stable
intellijPluginVersion=1.15.0
intellijCommonVersion=1.9.2
intellijCommonVersion=1.9.3-SNAPSHOT
telemetryPluginVersion=1.0.0.44
kotlin.stdlib.default.dependency = false
kotlinVersionIdea221=1.6.21
Expand Down

0 comments on commit db0d307

Please sign in to comment.