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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Change Log
2
2
3
+
## 0.0.13 (December 3,2018)
4
+
* Add implementation of Linking component to a service or component [#425](https://github.com/redhat-developer/vscode-openshift-tools/pull/425).
5
+
* Add support to create component with binary file [#347](https://github.com/redhat-developer/vscode-openshift-tools/pull/347).
6
+
* Improve `push` command feature to show bbuild log directly into vscode terminal [#416](https://github.com/redhat-developer/vscode-openshift-tools/issues/416).
7
+
* Improve progress representation for long running commands [#422](https://github.com/redhat-developer/vscode-openshift-tools/pull/422)
8
+
* Add fix to stop downloading odo/oc when cluster is down [#406](https://github.com/redhat-developer/vscode-openshift-tools/pull/406).
9
+
* Commands executed in vscode terminal always use odo from `~/.vs-openshift` directory [#305](https://github.com/redhat-developer/vscode-openshift-tools/pull/409)
10
+
* Update packages and trans dependencies to fix security vulnerabilities.
11
+
* Add more test scenarios and improve code coverage.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ We currently only support local OpenShift cluster using [minishift](https://gith
49
49
*`Component -> Create Storage` - Create storage and mount to a component.
50
50
*`Component -> Show Log` - Retrieve the log for the given component.
51
51
*`Component -> Follow Log` - Follow logs for the given component.
52
+
*`Component -> Link` - Link component to a service or component.
53
+
* link adds the appropriate secret to the environment of the source component. The source component can then consume the entries of the secret as environment variables.
52
54
*`Component -> Open in Browser` - Open the exposed URL in a browser.
53
55
*`Component -> Push` - Push source code to a component.
54
56
*`Component -> Watch` - Watch for changes, update component on change.
0 commit comments