Skip to content

Commit c441252

Browse files
authored
updated version to 1.6.0 (#161) (#167)
* updated version to 1.6.0 (#161) Signed-off-by: Luca Stocchi <[email protected]> * updated CHANGELOG (#161) Signed-off-by: Luca Stocchi <[email protected]>
1 parent 532f8e2 commit c441252

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
## 1.5.0 (February 17, 2019)
3+
## 1.6.0 (April 24, 2020)
4+
5+
* [#151](https://github.com/redhat-developer/openshift-vsts/pull/153) Added cache support
6+
* [#152](https://github.com/redhat-developer/openshift-vsts/issues/152) Added new task to perform conditional commands
7+
* [#160](https://github.com/redhat-developer/openshift-vsts/pull/160) Added support for command interpolation
8+
* [#146](https://github.com/redhat-developer/openshift-vsts/issues/146) Added support to define connection config at runtime
9+
* [#165](https://github.com/redhat-developer/openshift-vsts/pull/165) Updated oc versions file
10+
* [#156](https://github.com/redhat-developer/openshift-vsts/pull/156) Refactor how errors are handled by extension
11+
* [#158](https://github.com/redhat-developer/openshift-vsts/pull/158) Switched from Azure pipelines to Github Actions
12+
13+
Thanks to Rinor Maloku for his contribution
14+
15+
## 1.5.0 (February 17, 2020)
416

517
* [#135](https://github.com/redhat-developer/openshift-vsts/issues/135) Added proxy support
618
* [#130](https://github.com/redhat-developer/openshift-vsts/issues/130) Added support for pipes and redirector operators

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "openshift-vsts",
44
"publisher": "redhat",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"name": "OpenShift Extension",
77
"description": "OpenShift tasks for Azure DevOps",
88
"public": true,

0 commit comments

Comments
 (0)