File tree 6 files changed +9
-5
lines changed
6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.0.1 (February 2, 2023)
4
+
5
+ * [ #212 ] ( https://github.com/redhat-developer/openshift-vsts/pull/215 ) Add support to unzip .tar.gz archive
6
+
3
7
## 2.0.0 (December 20, 2022)
4
8
5
9
This release updates the minimum node version supported to 10. Old workflows might break up when switching to it
Original file line number Diff line number Diff line change 27
27
"version" : {
28
28
"Major" : 3 ,
29
29
"Minor" : 0 ,
30
- "Patch" : 1
30
+ "Patch" : 2
31
31
},
32
32
"minimumAgentVersion" : " 2.144.0" ,
33
33
"instanceNameFormat" : " config-map $(message)" ,
Original file line number Diff line number Diff line change 26
26
"version" : {
27
27
"Major" : 3 ,
28
28
"Minor" : 0 ,
29
- "Patch" : 1
29
+ "Patch" : 2
30
30
},
31
31
"minimumAgentVersion" : " 2.144.0" ,
32
32
"instanceNameFormat" : " oc-cmd $(message)" ,
Original file line number Diff line number Diff line change 26
26
"version" : {
27
27
"Major" : 3 ,
28
28
"Minor" : 0 ,
29
- "Patch" : 1
29
+ "Patch" : 2
30
30
},
31
31
"minimumAgentVersion" : " 2.144.0" ,
32
32
"instanceNameFormat" : " Oc Conditional Cmd" ,
Original file line number Diff line number Diff line change 27
27
"version" : {
28
28
"Major" : 3 ,
29
29
"Minor" : 0 ,
30
- "Patch" : 1
30
+ "Patch" : 2
31
31
},
32
32
"minimumAgentVersion" : " 2.144.0" ,
33
33
"instanceNameFormat" : " oc-setup $(message)" ,
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " openshift-vsts" ,
4
4
"publisher" : " redhat" ,
5
- "version" : " 2.0.0 " ,
5
+ "version" : " 2.0.1 " ,
6
6
"name" : " OpenShift Extension" ,
7
7
"description" : " OpenShift tasks for Azure DevOps" ,
8
8
"public" : true ,
You can’t perform that action at this time.
0 commit comments