Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Updating version to 0.14.1 #697

Merged
merged 1 commit into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_documentations/che-createcodewindworkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Codewind includes a ready-to-use devfile with its plug-ins. Complete the followi
2. Go to **Workspaces** and click **Add Workspace**.
3. Click **Import Devfile**.
4. From **Source**, click **YAML**.
5. Go to [codewind-che-plugin/0.13.0/devfile.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.13.0/devfiles/0.13.0/devfile.yaml) and copy and paste the contents into the **YAML** text box in your Che workspace.
5. Go to [codewind-che-plugin/0.14.1/devfile.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/devfiles/0.14.1/devfile.yaml) and copy and paste the contents into the **YAML** text box in your Che workspace.
6. Click **Create & Open**.

For more sample devfiles, see [`codewind-templates/devfiles/`](https://github.com/kabanero-io/codewind-templates/tree/master/devfiles).
Expand Down
6 changes: 3 additions & 3 deletions docs/_documentations/che-installinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Codewind can be used in one of three ways - [hosted as an IDE extension on the c
- Many clusters have image policies that control which registries you can use to pull images. Check your cluster documentation and ensure that the cluster image pull policies permit both of these registries.
3. Create the `che` namespace to install Che with the `kubectl create namespace che` command.
4. Set up the ClusterRole for Codewind:
`kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.13.0/setup/install_che/codewind-clusterrole.yaml`
`kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/setup/install_che/codewind-clusterrole.yaml`

### Choose from the following instructions:

Expand All @@ -60,7 +60,7 @@ The fastest way to install Eclipse Che for Codewind is to use the `chectl` CLI.

1. Install the `chectl` CLI tool. See [Using the chectl management tool](https://www.eclipse.org/che/docs/che-7/using-the-chectl-management-tool/).

2. Download the [codewind-checluster.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.13.0/setup/install_che/che-operator/codewind-checluster.yaml) file.
2. Download the [codewind-checluster.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/setup/install_che/che-operator/codewind-checluster.yaml) file.

3. Use the following instructions to install Codewind on your Openshift or Kubernetes cluster:

Expand Down Expand Up @@ -102,7 +102,7 @@ If you already have an Eclipse Che installation with TLS, you can update it for

Run the following command, where `$NAMESPACE` is the namespace that your Che workspaces run in. By default, this namespace is `che`.
```
$ kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.13.0/setup/install_che/codewind-clusterrole.yaml -n $NAMESPACE
$ kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/setup/install_che/codewind-clusterrole.yaml -n $NAMESPACE
```
### Next steps

Expand Down
2 changes: 1 addition & 1 deletion docs/_guides/codewind-crw-quick-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ After you set up Codewind, log in to your CodeReady Workspaces account and creat

4\. From **Source**, click **YAML**.

5\. Go to the link, [codewind-che-plugin/0.13.0/devfile.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.13.0/devfiles/0.13.0/devfile.yaml), then copy and paste the contents into the YAML text box in your Codewind workspace.
5\. Go to the link, [codewind-che-plugin/0.14.1/devfile.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/devfiles/0.14.1/devfile.yaml), then copy and paste the contents into the YAML text box in your Codewind workspace.

6\. Click **Create & Open**.

Expand Down