@itentialopensource/adapter-rundeck 0.2.2 → 0.2.4

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 CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.2.4 [10-14-2024]
3
+
4
+ * Changes made at 2024.10.14_18:36PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-rundeck!9
7
+
8
+ ---
9
+
10
+ ## 0.2.3 [09-16-2024]
11
+
12
+ * add workshop and fix vulnerabilities
13
+
14
+ See merge request itentialopensource/adapters/adapter-rundeck!7
15
+
16
+ ---
17
+
2
18
  ## 0.2.2 [08-14-2024]
3
19
 
4
20
  * Changes made at 2024.08.14_17:16PM
package/TAB2.md CHANGED
@@ -67,7 +67,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
67
67
  "auth_method": "static_token",
68
68
  "username": "username",
69
69
  "password": "password",
70
- "token": "authtoken",
70
+ "token": "token",
71
71
  "token_timeout": 600000,
72
72
  "token_cache": "local",
73
73
  "invalid_token_error": 401,
@@ -312,8 +312,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
312
312
  }
313
313
  }
314
314
  ```
315
- ### Swagger
315
+ ### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-rundeck/-/blob/master/report/adapter-openapi.json)
316
316
 
317
- Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
318
317
  ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-rundeck/-/blob/master/README.md)
319
318
 
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-rundeck",
3
3
  "webName": "Adapter for Integration to PagerDuty Rundeck",
4
+ "supportLevel": "community",
4
5
  "vendor": "PagerDuty",
5
6
  "product": "Rundeck",
7
+ "techAlliance": false,
6
8
  "osVersions": [],
7
9
  "apiVersions": [
8
10
  "46"
@@ -26,7 +28,7 @@
26
28
  "Determine configuration drift",
27
29
  "Golden Configuration",
28
30
  "Port/VLAN Configuration",
29
- "EVPN & VXLA",
31
+ "EVPN & VXLAN",
30
32
  "Port Turn-up",
31
33
  "Assign Network & IP",
32
34
  "Cloud Managed Networks",
@@ -45,8 +47,8 @@
45
47
  "documentation": {
46
48
  "storeLink": "",
47
49
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-rundeck",
48
- "repoLink": "https://gitlab.com/@itentialopensource/adapters/adapter-rundeck",
49
- "docLink": "https://docs.itential.com/opensource/docs/rundeck",
50
+ "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-rundeck",
51
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-rundeck/-/blob/master/README.md?ref_type=heads",
50
52
  "demoLinks": [],
51
53
  "trainingLinks": [
52
54
  {
@@ -57,7 +59,7 @@
57
59
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
58
60
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
59
61
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
60
- "webLink": "https://www.itential.com/adapters/rundeck",
62
+ "webLink": "https://www.itential.com/adapters/pagerduty-rundeck/",
61
63
  "vendorLink": "https://www.pagerduty.com/",
62
64
  "productLink": "https://www.rundeck.com/",
63
65
  "apiLinks": [
@@ -78,7 +80,5 @@
78
80
  "workflowProjects": [],
79
81
  "transformationProjects": [],
80
82
  "exampleProjects": []
81
- },
82
- "supportLevel": "community",
83
- "techAlliance": false
83
+ }
84
84
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-rundeck",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "This adapter integrates with system described as: rundeck.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Rundeck",
7
7
  "wizardVersion": "2.44.7",
8
- "engineVersion": "1.67.19",
8
+ "engineVersion": "1.68.2",
9
9
  "adapterType": "http",
10
10
  "scripts": {
11
11
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -52,7 +52,7 @@
52
52
  "author": "Itential",
53
53
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-rundeck#readme",
54
54
  "dependencies": {
55
- "@itentialopensource/adapter-utils": "^5.6.0",
55
+ "@itentialopensource/adapter-utils": "^5.9.4",
56
56
  "acorn": "^8.12.1",
57
57
  "ajv": "^8.17.1",
58
58
  "axios": "^1.7.4",
@@ -67,7 +67,7 @@
67
67
  "prompts": "^2.4.2",
68
68
  "readline-sync": "^1.4.10",
69
69
  "semver": "^7.6.3",
70
- "winston": "^3.13.1"
70
+ "winston": "^3.14.2"
71
71
  },
72
72
  "devDependencies": {
73
73
  "chai": "^4.3.7",
Binary file