Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 332b268

Browse files
sbouchetmohitsuman
andauthored
chore: prepare 1.7.0 (#629)
* chore: prepare 1.7.0 Signed-off-by: Stephane Bouchet <[email protected]> * Update README.md Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Update README.md Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Update README.md Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Update README.md Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Update README.md Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> * Update Release Notes Co-authored-by: Mohit Suman <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> --------- Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
1 parent 2473540 commit 332b268

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,30 @@ The extension also supports OpenShift running on Azure, AWS, and any others supp
2727

2828
## New features
2929

30+
### Install Helm Charts on the current cluster within the IDE
31+
32+
We're Happy to announce that we've implemented a new action that provides the capability to install
33+
a [Helm](https://helm.sh/) chart into the current cluster.
34+
35+
Below is a small demo of the workflow: installing `kuberos` chart from the Helm stable repo (https://charts.helm.sh/stable)
36+
37+
![](images/1.7.0/helm.gif)
38+
39+
There is no need to install anything prior to use Helm. By default if there is no repository configured, the OpenShift
40+
Helm repository will be used (https://charts.openshift.io/).
41+
42+
For more information about using Helm on OpenShift, please
43+
see [here](https://docs.openshift.com/container-platform/latest/applications/working_with_helm_charts/understanding-helm.html)
44+
45+
## Features
46+
3047
### Share your Feedback !
3148

3249
We introduced a new toolbar action within the plugin that enables you to share your feedback with our team. Please feel free to provide your valuable feedback for the plugin workflow.
3350

3451
https://github.com/redhat-developer/intellij-openshift-connector/assets/600414/ca52ddcb-2206-480b-aa62-6d4bea4cdc9b
3552

3653

37-
## Features
38-
3954
### Red Hat Developer Sandbox login
4055

4156
Red Hat provides an online OpenShift environment called [Developer Sandbox](https://red.ht/dev-sandbox) that makes it easy for developers to build, test and deploy cloud native applications and microservices.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ideaVersion=IU-2023.2
2-
projectVersion=1.7.0-SNAPSHOT
2+
projectVersion=1.7.0
33
jetBrainsToken=invalid
44
jetBrainsChannel=stable

images/1.7.0/helm.gif

1.41 MB
Loading

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
]]></description>
1818

1919
<change-notes><![CDATA[
20+
<p><b>1.7.0</b></p>
21+
<ul>
22+
<li>Switch to odo 3.15.0</li>
23+
<li>Added an action to install Helm Charts in the connected cluster</li>
24+
<li>Improved tree refresh performance and feedback</li>
25+
<li>Bug fixes</li>
26+
</ul>
2027
<p><b>1.6.0</b></p>
2128
<ul>
2229
<li>Switch to odo 3.13.0</li>

0 commit comments

Comments
 (0)