Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TsuyoshiUshio committed Jul 5, 2017
1 parent 42c01ed commit 6d90b97
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tasks/apply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tasks/apply/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"preview": true,
"demands": [],
"version": {
"Major": "2",
"Major": "3",
"Minor": "0",
"Patch": "5"
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "kubectlapply $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
7 changes: 4 additions & 3 deletions tasks/downloader/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"Build",
"Release"
],
"preview": true,
"demands": [],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "30"
"Major": "1",
"Minor": "0",
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "downloader $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/general/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tasks/general/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"preview": true,
"demands": [],
"version": {
"Major": "2",
"Major": "3",
"Minor": "0",
"Patch": "5"
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "kubectlgeneral $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/helm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
7 changes: 4 additions & 3 deletions tasks/helm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"Build",
"Release"
],
"preview": true,
"demands": [],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "3"
"Major": "1",
"Minor": "0",
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "helm $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/istio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
7 changes: 4 additions & 3 deletions tasks/istio/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"Build",
"Release"
],
"preview": true,
"demands": [],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "3"
"Major": "1",
"Minor": "0",
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "istio $(message)",
Expand Down
2 changes: 1 addition & 1 deletion tasks/kubectl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"vsts-task-lib": "^2.0.3-preview"
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
Expand Down
7 changes: 4 additions & 3 deletions tasks/kubectl/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"Build",
"Release"
],
"preview": true,
"demands": [],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "3"
"Major": "1",
"Minor": "0",
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "kubectl $(message)",
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "k8s-endpoint",
"version": "1.0.7",
"version": "3.0.0",
"name": "Kubernetes extension",
"description": "Kubernetes extension with k8s endpoint. Which enable kubectl, helm, and istioctl command",
"publisher": "TsuyoshiUshio",
Expand Down

0 comments on commit 6d90b97

Please sign in to comment.