Skip to content

Commit

Permalink
chore: prepare 2.0.1 (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Stocchi <[email protected]>
  • Loading branch information
lstocchi authored Feb 2, 2023
1 parent bc19ade commit d225d12
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.0.1 (February 2, 2023)

* [#212](https://github.com/redhat-developer/openshift-vsts/pull/215) Add support to unzip .tar.gz archive

## 2.0.0 (December 20, 2022)

This release updates the minimum node version supported to 10. Old workflows might break up when switching to it
Expand Down
2 changes: 1 addition & 1 deletion tasks/config-map/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"version": {
"Major": 3,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "config-map $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/oc-cmd/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"version": {
"Major": 3,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "oc-cmd $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/oc-conditional-cmd/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"version": {
"Major": 3,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "Oc Conditional Cmd",
Expand Down
2 changes: 1 addition & 1 deletion tasks/oc-setup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"version": {
"Major": 3,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "oc-setup $(message)",
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "openshift-vsts",
"publisher": "redhat",
"version": "2.0.0",
"version": "2.0.1",
"name": "OpenShift Extension",
"description": "OpenShift tasks for Azure DevOps",
"public": true,
Expand Down

0 comments on commit d225d12

Please sign in to comment.