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

Commit f9dfa0b

Browse files
authored
chore: Prepare for 0.8.0 (#333)
Signed-off-by: Jeff MAURY <[email protected]>
1 parent 6681926 commit f9dfa0b

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ The extension also supports OpenShift running on Azure, AWS.
2525

2626
## New features
2727

28+
### Application Explorer focused on current namespace/project
29+
30+
The Application Explorer now display components and services from the current namespace/project. If you want to switch to a different namespace/project, switch to the Kubernetes view and choose the `Use Project` or `Use Namespace` menu:
31+
32+
![](images/0.8.0/openshift1.gif)
33+
34+
### Simplified create component wizard
35+
36+
When a new component is to be created, a wizard was displayed and the user has to enter several fields before the component could be created. This looks complex for users, so we decided that most of those fields can be automatically computed with default values and user can immediately push the `Finish` button:
37+
38+
![](images/0.8.0/openshift2.gif)
39+
40+
## Features
41+
2842
### Devfile registries management
2943

3044
The preferred way of developing components is now based on devfile, which is a YAML file that describe how to build the component and if required, launch other containers with other containers. When you create a component, you need to specify a devfile that describe your component. So either you component source contains its own devfile or you need to pick a devfile that is related to your component. In the second case, OpenShift Connector supports devfile registries that contains a set of different devfiles. There is a default registry (https://registry.devfile.io) but you may want to have your own registries. It is now possible to add and remove registries as you want.
@@ -45,8 +59,6 @@ So the Kubernetes by Red Hat plugin is now a required dependency of this plugin
4559

4660
![](images/0.7.0/openshift3.gif)
4761

48-
## Features
49-
5062
### Improved OpenShift Container Platform 4 compatibility
5163

5264
Although previous versions of the plugin were compatible with OCP 4, there were some small issues that have been fixes (ie paste login command in the Login wizard)

gradle.properties

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

images/0.8.0/openshift1.gif

316 KB
Loading

images/0.8.0/openshift2.gif

435 KB
Loading

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
]]></description>
1313

1414
<change-notes><![CDATA[
15+
<p><b>0.8.0</b></p>
16+
<p>Simplified create component workflow<p>
17+
<p>Application Explorer focused on current namespace/project<p>
1518
<p><b>0.7.0</b></p>
1619
<p>Devfile registry management<p>
1720
<p>Integration with Kubernetes by Red Hat plugin<p>

0 commit comments

Comments
 (0)