@itentialopensource/adapter-azure_aks 0.4.1 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/TAB2.md +1 -1
- package/metadata.json +7 -4
- package/package.json +6 -6
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +4 -4
- package/sampleProperties.json +4 -4
- package/test/integration/adapterTestConnectivity.js +0 -24
- package/test/unit/adapterTestUnit.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.4.3 [08-23-2024]
|
|
3
|
+
|
|
4
|
+
* update dependencies and metadata
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-azure_aks!10
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.4.2 [08-14-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.14_18:38PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-azure_aks!9
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.4.1 [08-07-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.08.06_19:50PM
|
package/TAB2.md
CHANGED
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-azure_aks",
|
|
3
3
|
"webName": "Adapter for Integration to Azure AKS",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "Microsoft",
|
|
5
6
|
"product": "Azure Kubernetes Service",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersion": [],
|
|
7
9
|
"apiVersions": [],
|
|
8
10
|
"iapVersions": [
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
"storeLink": "",
|
|
53
55
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-azure_aks",
|
|
54
56
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-azure_aks",
|
|
55
|
-
"docLink": "",
|
|
57
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-azure_aks/-/blob/master/README.md?ref_type=heads",
|
|
56
58
|
"demoLinks": [],
|
|
57
59
|
"trainingLinks": [
|
|
58
60
|
{
|
|
@@ -72,7 +74,9 @@
|
|
|
72
74
|
"link": "https://learn.microsoft.com/en-us/rest/api/aks/?view=rest-aks-2024-02-01",
|
|
73
75
|
"public": true
|
|
74
76
|
}
|
|
75
|
-
]
|
|
77
|
+
],
|
|
78
|
+
"workshopLinks": [],
|
|
79
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
76
80
|
},
|
|
77
81
|
"assets": [],
|
|
78
82
|
"relatedItems": {
|
|
@@ -82,6 +86,5 @@
|
|
|
82
86
|
"workflowProjects": [],
|
|
83
87
|
"transformationProjects": [],
|
|
84
88
|
"exampleProjects": []
|
|
85
|
-
}
|
|
86
|
-
"supportLevel": "community"
|
|
89
|
+
}
|
|
87
90
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-azure_aks",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "This adapter integrates with system described as: Azure AKS.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
7
|
-
"engineVersion": "1.
|
|
7
|
+
"engineVersion": "1.68.2",
|
|
8
8
|
"adapterType": "http",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
"author": "Itential",
|
|
54
54
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-azure_aks#readme",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
56
|
+
"@itentialopensource/adapter-utils": "^5.7.0",
|
|
57
57
|
"acorn": "^8.12.1",
|
|
58
58
|
"ajv": "^8.17.1",
|
|
59
|
-
"axios": "^1.7.
|
|
59
|
+
"axios": "^1.7.4",
|
|
60
60
|
"commander": "^11.0.0",
|
|
61
61
|
"dns-lookup-promise": "^1.0.4",
|
|
62
62
|
"fs-extra": "^11.2.0",
|
|
63
63
|
"json-query": "^2.2.2",
|
|
64
|
-
"mocha": "^10.7.
|
|
64
|
+
"mocha": "^10.7.3",
|
|
65
65
|
"mocha-param": "^2.0.1",
|
|
66
66
|
"mongodb": "^4.16.0",
|
|
67
67
|
"ping": "^0.4.4",
|
|
68
68
|
"prompts": "^2.4.2",
|
|
69
69
|
"readline-sync": "^1.4.10",
|
|
70
70
|
"semver": "^7.6.3",
|
|
71
|
-
"winston": "^3.
|
|
71
|
+
"winston": "^3.14.2"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"chai": "^4.3.7",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.4.2",
|
|
3
3
|
"configLines": 10937,
|
|
4
4
|
"scriptLines": 1783,
|
|
5
5
|
"codeLines": 4038,
|
|
6
|
-
"testLines":
|
|
7
|
-
"testCases":
|
|
8
|
-
"totalCodeLines":
|
|
6
|
+
"testLines": 4840,
|
|
7
|
+
"testCases": 235,
|
|
8
|
+
"totalCodeLines": 10661,
|
|
9
9
|
"wfTasks": 46
|
|
10
10
|
}
|
package/sampleProperties.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "Adapter-azure_aks",
|
|
3
3
|
"type": "AzureAks",
|
|
4
4
|
"properties": {
|
|
5
|
-
"host": "
|
|
5
|
+
"host": "localhost",
|
|
6
6
|
"port": 443,
|
|
7
7
|
"choosepath": "",
|
|
8
8
|
"base_path": "/",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"ostypePrefix": "meraki-",
|
|
143
143
|
"port": "{port}",
|
|
144
144
|
"ipaddress": "{ip_addr}",
|
|
145
|
-
"serial"
|
|
145
|
+
"serial": "{serial}"
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
],
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"ostypePrefix": "meraki-",
|
|
169
169
|
"port": "{port}",
|
|
170
170
|
"ipaddress": "{ip_addr}",
|
|
171
|
-
"serial"
|
|
171
|
+
"serial": "{serial}",
|
|
172
172
|
"id": "{myid}"
|
|
173
173
|
}
|
|
174
174
|
}
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"ostypePrefix": "meraki-",
|
|
253
253
|
"port": "{port}",
|
|
254
254
|
"ipaddress": "{ip_addr}",
|
|
255
|
-
"serial"
|
|
255
|
+
"serial": "{serial}",
|
|
256
256
|
"id": "{myid}"
|
|
257
257
|
}
|
|
258
258
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/* eslint no-unused-vars: warn */
|
|
5
5
|
|
|
6
6
|
const assert = require('assert');
|
|
7
|
-
const http = require('http');
|
|
8
7
|
const https = require('https');
|
|
9
8
|
const mocha = require('mocha');
|
|
10
9
|
const ping = require('ping');
|
|
@@ -53,29 +52,6 @@ describe('[integration] Adapter Test', () => {
|
|
|
53
52
|
});
|
|
54
53
|
});
|
|
55
54
|
|
|
56
|
-
it('Support HTTP on port 80', (done) => {
|
|
57
|
-
const requestOptions = {
|
|
58
|
-
host,
|
|
59
|
-
port: 80,
|
|
60
|
-
method: 'HEAD'
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
const req = http.request(requestOptions, (res) => {
|
|
64
|
-
try {
|
|
65
|
-
assert.ok(res.statusCode >= 200 && res.statusCode < 400);
|
|
66
|
-
done();
|
|
67
|
-
} catch (error) {
|
|
68
|
-
done(error);
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
|
|
72
|
-
req.on('error', (err) => {
|
|
73
|
-
done(err);
|
|
74
|
-
});
|
|
75
|
-
|
|
76
|
-
req.end();
|
|
77
|
-
});
|
|
78
|
-
|
|
79
55
|
it('Support HTTPS on port 443', (done) => {
|
|
80
56
|
const requestOptions = {
|
|
81
57
|
host,
|
|
@@ -315,15 +315,15 @@ describe('[unit] Azure_aks Adapter Test', () => {
|
|
|
315
315
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
316
316
|
assert.notEqual('', packageDotJson.dependencies);
|
|
317
317
|
assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
|
|
318
|
-
assert.equal('^1.7.
|
|
318
|
+
assert.equal('^1.7.4', packageDotJson.dependencies.axios);
|
|
319
319
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
320
320
|
assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
|
|
321
|
-
assert.equal('^10.7.
|
|
321
|
+
assert.equal('^10.7.3', packageDotJson.dependencies.mocha);
|
|
322
322
|
assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
|
|
323
323
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
324
324
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|
|
325
325
|
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
326
|
-
assert.equal('^3.
|
|
326
|
+
assert.equal('^3.14.2', packageDotJson.dependencies.winston);
|
|
327
327
|
done();
|
|
328
328
|
} catch (error) {
|
|
329
329
|
log.error(`Test Failure: ${error}`);
|