@itentialopensource/adapter-infoblox 1.15.0 → 1.15.2
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 +2 -2
- package/metadata.json +6 -2
- package/package.json +9 -9
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 1.15.2 [08-15-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.08.14_19:49PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-infoblox!45
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1.15.1 [08-07-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.06_21:54PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-infoblox!44
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 1.15.0 [08-05-2024]
|
|
3
19
|
|
|
4
20
|
* Minor/2024 auto migration
|
package/TAB2.md
CHANGED
|
@@ -308,7 +308,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
```
|
|
311
|
-
### [Swagger](https://gitlab.com/itentialopensource/adapters/
|
|
311
|
+
### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-infoblox/-/blob/master/report/adapter-openapi.json)
|
|
312
312
|
|
|
313
|
-
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/
|
|
313
|
+
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-infoblox/-/blob/master/README.md)
|
|
314
314
|
|
package/metadata.json
CHANGED
|
@@ -80,7 +80,9 @@
|
|
|
80
80
|
"link": "https://www.infoblox.com/wp-content/uploads/infoblox-deployment-infoblox-rest-api.pdf",
|
|
81
81
|
"public": true
|
|
82
82
|
}
|
|
83
|
-
]
|
|
83
|
+
],
|
|
84
|
+
"workshopLinks": [],
|
|
85
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
84
86
|
},
|
|
85
87
|
"assets": [],
|
|
86
88
|
"relatedItems": {
|
|
@@ -103,5 +105,7 @@
|
|
|
103
105
|
],
|
|
104
106
|
"transformationProjects": [],
|
|
105
107
|
"exampleProjects": []
|
|
106
|
-
}
|
|
108
|
+
},
|
|
109
|
+
"supportLevel": "community",
|
|
110
|
+
"techAlliance": false
|
|
107
111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-infoblox",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.2",
|
|
4
4
|
"description": "Itential Infoblox Adapter",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Infoblox",
|
|
@@ -57,22 +57,22 @@
|
|
|
57
57
|
"author": "Itential",
|
|
58
58
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-infoblox#readme",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
61
|
-
"acorn": "^8.
|
|
62
|
-
"ajv": "^8.
|
|
63
|
-
"axios": "^1.
|
|
60
|
+
"@itentialopensource/adapter-utils": "^5.6.0",
|
|
61
|
+
"acorn": "^8.12.1",
|
|
62
|
+
"ajv": "^8.17.1",
|
|
63
|
+
"axios": "^1.7.4",
|
|
64
64
|
"commander": "^11.0.0",
|
|
65
65
|
"dns-lookup-promise": "^1.0.4",
|
|
66
|
-
"fs-extra": "^11.
|
|
66
|
+
"fs-extra": "^11.2.0",
|
|
67
67
|
"json-query": "^2.2.2",
|
|
68
|
-
"mocha": "^10.3
|
|
68
|
+
"mocha": "^10.7.3",
|
|
69
69
|
"mocha-param": "^2.0.1",
|
|
70
70
|
"mongodb": "^4.16.0",
|
|
71
71
|
"ping": "^0.4.4",
|
|
72
72
|
"prompts": "^2.4.2",
|
|
73
73
|
"readline-sync": "^1.4.10",
|
|
74
|
-
"semver": "^7.
|
|
75
|
-
"winston": "^3.
|
|
74
|
+
"semver": "^7.6.3",
|
|
75
|
+
"winston": "^3.13.1"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"chai": "^4.3.7",
|
|
Binary file
|
|
@@ -314,16 +314,16 @@ describe('[unit] Infoblox Adapter Test', () => {
|
|
|
314
314
|
assert.notEqual(undefined, packageDotJson.dependencies);
|
|
315
315
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
316
316
|
assert.notEqual('', packageDotJson.dependencies);
|
|
317
|
-
assert.equal('^8.
|
|
318
|
-
assert.equal('^1.
|
|
317
|
+
assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
|
|
318
|
+
assert.equal('^1.7.4', packageDotJson.dependencies.axios);
|
|
319
319
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
320
|
-
assert.equal('^11.
|
|
321
|
-
assert.equal('^10.3
|
|
320
|
+
assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
|
|
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
|
-
assert.equal('^7.
|
|
326
|
-
assert.equal('^3.
|
|
325
|
+
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
326
|
+
assert.equal('^3.13.1', packageDotJson.dependencies.winston);
|
|
327
327
|
done();
|
|
328
328
|
} catch (error) {
|
|
329
329
|
log.error(`Test Failure: ${error}`);
|