Skip to content

Commit

Permalink
Syncing changes for KubernetesManifest from master (#10030)
Browse files Browse the repository at this point in the history
* Merge pull request #9914 from Microsoft/users/nibansal/KubernetesDeleteAction

[KubernetesManifestV0] Promote and Reject actions added

* [KubernetesManifest] Create secret action (#9992)

* [KubernetesManifest] Create secret action

* Fixing annotations in tests

* Merge pull request #10008 from Microsoft/users/nibansal/ImagePullSecretAddition

ImagePullSecrets input added for KubernetesManifestV0 task

* [KubernetesManifestV0] updating action name (#10029)
  • Loading branch information
thesattiraju authored Apr 4, 2019
1 parent f77ce49 commit 913f545
Show file tree
Hide file tree
Showing 65 changed files with 5,124 additions and 428 deletions.
2 changes: 1 addition & 1 deletion Tasks/AzureIoTEdgeV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 3
"Patch": 4
},
"preview": true,
"instanceNameFormat": "Azure IoT Edge - $(action)",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureMysqlDeploymentV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 16
"Patch": 17
},
"demands": [],
"minimumAgentVersion": "1.100.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureVmssDeploymentV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 0,
"Minor": 0,
"Patch": 25
"Patch": 26
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit 913f545

Please sign in to comment.