Skip to content

Commit

Permalink
bump-underscore-HelmDeployV0
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloAndriiesh committed Sep 16, 2022
1 parent 5684c0f commit 1192820
Show file tree
Hide file tree
Showing 7 changed files with 347 additions and 237 deletions.
4 changes: 2 additions & 2 deletions Tasks/HelmDeployV0/Tests/TestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ tr.registerMock('../src/utils', {
getHelmPathForACR: util.getHelmPathForACR
});

import * as webUtil from 'utility-common-v2/restutilities';
import * as webUtil from 'azure-pipelines-tasks-utility-common/restutilities';
import { command } from 'azure-pipelines-task-lib';
tr.registerMock('utility-common-v2/restutilities', {
tr.registerMock('azure-pipelines-tasks-utility-common/restutilities', {
WebRequest: webUtil.WebRequest,
WebResponse: webUtil.WebResponse,
sendRequest: async function (request: webUtil.WebRequest) {
Expand Down
7 changes: 0 additions & 7 deletions Tasks/HelmDeployV0/make.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"common": [{
"module": "../Common/utility-common-v2",
"type": "node",
"dest" : "./",
"compile" : true
}
],
"rm": [
{
"items": [
Expand Down
558 changes: 338 additions & 220 deletions Tasks/HelmDeployV0/package-lock.json

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions Tasks/HelmDeployV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"@types/q": "^1.5.0",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.0-preview.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.210.0",
"azure-pipelines-tasks-kubernetes-common-v2": "^2.0.0-preview.0",
"azure-pipelines-tasks-securefiles-common": "^2.0.5-preview",
"azure-pipelines-tasks-securefiles-common": "^2.207.0",
"azure-pipelines-tasks-utility-common": "^3.210.0",
"del": "2.2.0",
"moment": "^2.29.4",
"utility-common-v2": "file:../../_build/Tasks/Common/utility-common-v2-2.0.0.tgz",
"vsts-task-tool-lib": "0.4.0"
"moment": "^2.29.4"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmDeployV0/src/helm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as commonCommandOptions from "./commoncommandoption";
import * as helmutil from "./utils"

import { AKSCluster, AKSClusterAccessProfile, AzureEndpoint } from 'azure-pipelines-tasks-azure-arm-rest-v2/azureModels';
import { WebRequest, WebResponse, sendRequest } from 'utility-common-v2/restutilities';
import { WebRequest, WebResponse, sendRequest } from 'azure-pipelines-tasks-utility-common/restutilities';
import { extractManifestsFromHelmOutput, getDeploymentMetadata, getManifestFileUrlsFromHelmOutput, getPublishDeploymentRequestUrl, isDeploymentEntity } from 'azure-pipelines-tasks-kubernetes-common-v2/image-metadata-helper';

import { AzureAksService } from 'azure-pipelines-tasks-azure-arm-rest-v2/azure-arm-aks-service';
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmDeployV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 208,
"Minor": 211,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmDeployV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 208,
"Minor": 211,
"Patch": 0
},
"demands": [],
Expand Down

0 comments on commit 1192820

Please sign in to comment.