Skip to content

Commit aedfed5

Browse files
authored
Update Warning section in readme (#1180)
1 parent c2323aa commit aedfed5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ To run the instance of OpenShift cluster locally, developers can use [minishift]
1515

1616
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).
1717

18-
## WARNING !! Breaking Changes
18+
## WARNING !!! Breaking Changes
1919

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 changes mentioned below.
2121

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.
2525

2626
> **Please follow the [migration](https://github.com/redhat-developer/vscode-openshift-tools/wiki/Migration-to-v0.1.0) guide to resolve any possible issues.**
2727

0 commit comments

Comments
 (0)