Skip to content

Commit 7f5d79a

Browse files
adietishmohitsuman
andcommitted
release 0.6.0 (#451)
Signed-off-by: Andre Dietisheim <adietish@redhat.com> Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
1 parent ac414c4 commit 7f5d79a

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ It is available for install from the [JetBrains Marketplace](https://plugins.jet
1717
- Support Creation and Deletion of new Kubernetes resources on Cluster
1818
- Navigate into Kubernetes workloads, services, pods and nodes
1919
- Switching contexts and namespaces within Kubernetes
20+
- Follow logs from the connected cluster resource
2021

2122
## Features
2223

@@ -111,6 +112,13 @@ The very same dialog may also be opened with a link that's present in the notifi
111112
#### Delete Resources
112113
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.
113114

115+
#### Follow logs
116+
117+
IntelliJ-Kubernetes extension allows you to follow logs of the cluster resources such as Pods, Jobs and Builds.
118+
There is a dedicated tab to display the log messages for the selected Kubernetes resource.
119+
120+
![logs](images/logs.png)
121+
114122
## Data and Telemetry
115123
The JetBrains IntelliJ Kubernetes plugin collects anonymous [usage data](https://github.com/redhat-developer/intellij-kubernetes/blob/master/USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services.
116124
Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection) to learn more. This extension respects the Red Hat Telemetry setting which you can learn more about at https://github.com/redhat-developer/intellij-redhat-telemetry#telemetry-reporting

gradle.properties

Lines changed: 1 addition & 1 deletion
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=211
5-
projectVersion=0.5.2-SNAPSHOT
5+
projectVersion=0.6.0
66
jetBrainsToken=invalid
77
jetBrainsChannel=stable
88
intellijPluginVersion=1.7.0

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
</description>
1111
<change-notes>
1212
<![CDATA[
13+
<h3>0.6.0</h3>
14+
<ul>
15+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/215">As a user I want to be able to follow the logs</a></li>
16+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/437">Allow to push resources with generateName instead of name field</a></li>
17+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/446">Fatal IDE error when deleting file that is opened in editor</a></li>
18+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/426">Editor should error if there's no current context</a></li>
19+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/444">Pull notification disappears when I bump the resourceVersion</a></li>
20+
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/432">clicking left and then right on a resource in the tree opens it in an editor</a></li>
21+
</ul>
22+
<p></p>
1323
<h3>0.5.1</h3>
1424
<ul>
1525
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/336">As a user I would like to see full error message</a></li>

0 commit comments

Comments
 (0)