You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ To run the instance of OpenShift cluster locally, developers can use [minishift]
15
15
16
16
For detail analysis of how to setup and run local OpenShift Cluster using minishift, please follow this [wiki](https://github.com/redhat-developer/vscode-openshift-tools/wiki/Starting-Local-OpenShift-Instance).
17
17
18
-
## WARNING !! Breaking Changes
18
+
## WARNING !!! Breaking Changes
19
19
20
-
This release(`0.1.0`) requires below mentioned changes. Use the migration guide mentioned below to resolve them.
20
+
This release`0.1.0` contains breaking changesmentioned below.
21
21
22
-
*This breaks backward compatibility with older versions(`<=0.0.23`).
23
-
*Components created with previous version will no longer be identified. Therefore after extension is updated to new version(`0.1.0`) all previously deployed components won't be visible in OpenShift Application View.
24
-
*Every component/service needs to have a context folder. The extension will prompt the user to specify the context folder with the creation of component/service.
22
+
*The Components created with previous versions will no longer be visible in OpenShift Application Explorer view.
23
+
*The Extension will prompt the user to specify the context folder when creating new Components and then add selected folder to workspace.
24
+
*New Component, Url and Storage objects are created locally in context folder and not immediatly pushed to the cluster.
25
25
26
26
> **Please follow the [migration](https://github.com/redhat-developer/vscode-openshift-tools/wiki/Migration-to-v0.1.0) guide to resolve any possible issues.**
0 commit comments