Skip to content

Commit

Permalink
chore(skip-release): set version to 1.10.1-SNAPSHOT (#875)
Browse files Browse the repository at this point in the history
* chore(skip-release): set version to 1.10.0

Signed-off-by: GitHub Action <action@github.com>

* chore(skip-release): set version to 1.10.1-SNAPSHOT

Signed-off-by: GitHub Action <action@github.com>

* Added change notes

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>

* Updated readme

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>

* Updated readme

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>

* Updated readme

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>

---------

Signed-off-by: GitHub Action <action@github.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Stephane Bouchet <sbouchet@redhat.com>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent c9829a6 commit 6f7a3f0
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 6 deletions.
35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,31 @@ The extension also supports OpenShift running on Azure, AWS, and any others supp

## New features

### More actions on Helm Charts

We've added new actions on the Helm Chart node.

You can now refresh the list of repositories ( if you added a repo using the CLI, for ex.)
![](images/1.10.0/helm-refresh.png)

You can also add a new repository
![](images/1.10.0/helm-add-dialog.png)

You can edit an existing repository
![](images/1.10.0/helm-edit.png)
![](images/1.10.0/helm-edit-dialog.png)

And you can remove a repository.

### Edit Helm charts parameters in YAML style

Now when you're installing a helm chart release, the additional parameters can be edited with a YAML editor with basic validation.
![](images/1.10.0/helm-chart-install.png)
![](images/1.10.0/helm-chart-install-validation.png)


## Features

### Debug is now supported when component is running on Podman

This new improvement enables you to debug your component when using Podman, similar to the debug on Cluster.
Expand All @@ -38,8 +63,6 @@ Along with the usage of `namespace` labels when dealing with kubernetes cluster,
change current project/namespace.
![](images/1.8.0/project_or_namespace.gif)

## Features

### Install Helm Charts on the current cluster within the IDE

We're Happy to announce that we've implemented a new action that provides the capability to install
Expand Down Expand Up @@ -248,8 +271,8 @@ In case of any queries, please use the [Feedback & Question](#feedback--question
* `New Component` - Create locally a new Component.
* `New Service` - Perform Service Catalog operations when it is enabled in the cluster. The created service can then be
linked to a component.
* `Delete` - Delete an existing Project/Namespace.
* `Open Helm Charts` - Open a dialog to install a Helm Chart inside the current project/namespace.
* `Delete Project`/`Delete Namespace` - Delete an existing Project/Namespace.
* `Install Helm Charts` - Open a dialog to install a Helm Chart inside the current project/namespace.

WARNING: Use the above delete action will perform the same delete action as in the cluster. That means all resources tied to that project/namespace will be also deleted (ie secrets, configMaps,...)

Expand Down Expand Up @@ -325,8 +348,10 @@ WARNING: Use the above delete action will perform the same delete action as in t
This extension uses the following CLI tool to interact with OpenShift cluster:

* odo - [odo](https://mirror.openshift.com/pub/openshift-v4/clients/odo/)
* oc - [oc](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/)
* helm - [helm](https://mirror.openshift.com/pub/openshift-v4/clients/helm/)

> If `odo` tool is located in a directory from `PATH` environment variable it will be used automatically.
> If any of the above tool is located in a directory from `PATH` environment variable it will be used automatically. Warning, if the desired version is incompatible with the one found in PATH, the tooling will download automatically a compatible version.
> The plugin will detect these dependencies and prompt the user to install if they are missing or have not supported version - choose `Download & Install` when you see a notification for the missing tool.
**NOTE:** This plugin is in Preview mode. The extension support for OpenShift is strictly experimental - assumptions may break, commands and behavior may change!
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ideaVersion=IU-2024.1
projectVersion=1.9.1-SNAPSHOT
projectVersion=1.10.1-SNAPSHOT
jetBrainsToken=invalid
jetBrainsChannel=stable
Binary file added images/1.10.0/helm-add-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.10.0/helm-chart-install-validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.10.0/helm-chart-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.10.0/helm-edit-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.10.0/helm-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.10.0/helm-refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
]]></description>

<change-notes><![CDATA[
<p><b>1.10.0</b></p>
<ul>
<li>Added actions for adding/removing/editing helm repositories</li>
<li>Added a refresh action for helm repositories</li>
<li>Use a YAML editor when installing chart for additional parameters</li>
<li>Bug fixes</li>
<p><b>1.9.0</b></p>
<ul>
<li>Support IDEA 2024.1</li>
Expand Down

0 comments on commit 6f7a3f0

Please sign in to comment.