Skip to content

Commit 67491c7

Browse files
committed
update changelog and bump version 0.0.16
1 parent 7c6d183 commit 67491c7

File tree

3 files changed

+71
-163
lines changed

3 files changed

+71
-163
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
2+
## 0.0.16 (February 5, 2019)
3+
* Update to use `odo v0.0.18`.
4+
* Allow to create multiple components directly from workspace view.
5+
* Add few more commands(linking Service/Component) to command pallete.
6+
* Add progress bar for delete operation (using `oc wait`).
7+
* Show indeterminate progress bar for linking commands.
8+
* Allow extension to use `oc ^3.11.0` if detected.
9+
210
## 0.0.15 (January 23, 2019)
311
* Provide the flexibility to use `commands` using command pallete [#269](https://github.com/redhat-developer/vscode-openshift-tools/issues/269)
412
* Remove kubernetes clusters view from OpenShift Views Container

package-lock.json

Lines changed: 61 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-openshift-connector",
33
"displayName": "OpenShift Connector",
44
"description": "Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Visual Studio Code",
5-
"version": "0.0.15",
5+
"version": "0.0.16",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",
@@ -532,7 +532,7 @@
532532
"@types/request": "^2.48.1",
533533
"@types/shelljs": "^0.8.2",
534534
"@types/sinon": "^5.0.7",
535-
"@types/sinon-chai": "^3.2.1",
535+
"@types/sinon-chai": "^3.2.2",
536536
"@types/string-format": "^2.0.0",
537537
"@types/validator": "^10.9.0",
538538
"chai": "^4.2.0",

0 commit comments

Comments
 (0)