Skip to content

Commit

Permalink
prepare release of 0.3.0 (#299) (#300)
Browse files Browse the repository at this point in the history
* prepare release of 0.3.0 (#299)

Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish authored Nov 18, 2021
1 parent 2b7b97a commit 26caded
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Alternatively you can replace your local version with the one on the cluster and
You may delete any resource that is listed in the resource tree by choosing "Delete" in the context menu.

## Data and Telemetry
The JetBrains IntelliJ Kubernetes plugin collects anonymous [usage data](https://github.com/redhat-developer/intellij-kubernetes/blob/main/USAGE_DATA.md) and sends it to Red Hat servers to help improve our products and services.
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.
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

## Release notes
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-2019.3
# build number ranges
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
sinceIdeaBuild=193
projectVersion=0.2.5
projectVersion=0.3.0
jetBrainsToken=invalid
jetBrainsChannel=stable
intellijPluginVersion=1.1.4
Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
<change-notes>
<![CDATA[
<p></p>
<h3>0.2.3</h3>
<h3>0.3.0</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/217">Resource editor: should allow to edit files loaded from local disk (File > Open)</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/266">Support Kubernetes 1.22.0</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/281">Pods for a deployment are not listed. An error is displayed instead.</a></li>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/212">Add telemetry information for the extension</a></li>
</ul>
<h3>0.2.4</h3>
<ul>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/258">InvalidPathException: Illegal char <:> at index 16: \Repository Diff: application.yml </a>
<li><a href="https://github.com/redhat-developer/intellij-kubernetes/issues/249">Replace API usage scheduled for removal in IC-2021.3</a></li>
Expand Down

0 comments on commit 26caded

Please sign in to comment.