Skip to content

Commit 1f74c05

Browse files
committed
add changelog for 0.0.13
1 parent cc417ee commit 1f74c05

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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.
12+
313
## 0.0.12 (November 23, 2018)
414
* Add actions to command palette
515
* Fixed application name creation validation

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ We currently only support local OpenShift cluster using [minishift](https://gith
4949
* `Component -> Create Storage` - Create storage and mount to a component.
5050
* `Component -> Show Log` - Retrieve the log for the given component.
5151
* `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.
5254
* `Component -> Open in Browser` - Open the exposed URL in a browser.
5355
* `Component -> Push` - Push source code to a component.
5456
* `Component -> Watch` - Watch for changes, update component on change.

0 commit comments

Comments
 (0)