Skip to content

Commit

Permalink
Release Stable version for 1.0.0
Browse files Browse the repository at this point in the history
I wanted to test when I release preview version. I make it public 1.0.0
or later, 0.x.x will be preview
  • Loading branch information
TsuyoshiUshio committed Mar 23, 2017
1 parent 25e6913 commit 230e2b2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Go to the Market place [Market Place Manage](https://marketplace.visualstudio.co
Then upload and share with your VSTS account.
[Tsuyoshi Ushio's publisher site](https://marketplace.visualstudio.com/manage/publishers/tsuyoshiushio)

Stable version is 1.0.0 or later. You can test it make it 0.x.x with preview tag.

# 4. Current road map

Now I just start this project. Just initial commit.
Expand Down
2 changes: 2 additions & 0 deletions k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Kubernetes extension for VSTS
Enable Kubernetes extension for VSTS. Kubernetes endpoint for kubectl config and kubectl apply build task.
Mainly aim for using Linux Hosted Agent(preview).

Stable version is 1.0.0 or later. You can test it make it 0.x.x with preview tag.

[GitHub: KubernetesTask](https://github.com/TsuyoshiUshio/KubernetesTask)

![Header](https://raw.githubusercontent.com/TsuyoshiUshio/KubernetesTask/master/docs/images/Header.png)
Expand Down
6 changes: 3 additions & 3 deletions tasks/apply/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"demands": [],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "32"
"Major": "1",
"Minor": "0",
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "kubectlapply $(message)",
Expand Down
6 changes: 3 additions & 3 deletions tasks/general/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"demands": [],
"version": {
"Major": "0",
"Minor": "1",
"Patch": "32"
"Major": "1",
"Minor": "0",
"Patch": "0"
},
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "kubectlgeneral $(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": "0.1.32",
"version": "1.0.0",
"name": "Kubernetes extension",
"description": "Kubernetes extension with k8s endpoint. Which enable kubectl command",
"publisher": "TsuyoshiUshio",
Expand Down

0 comments on commit 230e2b2

Please sign in to comment.