@itentialopensource/adapter-kubernetes 0.8.3 → 0.8.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,12 @@
1
1
 
2
+ ## 0.8.4 [03-11-2024]
3
+
4
+ * Changes made at 2024.03.11_15:39PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-kubernetes!13
7
+
8
+ ---
9
+
2
10
  ## 0.8.3 [02-28-2024]
3
11
 
4
12
  * Changes made at 2024.02.28_11:55AM
package/metadata.json CHANGED
@@ -14,23 +14,29 @@
14
14
  "method": "REST",
15
15
  "type": "Adapter",
16
16
  "domains": [
17
- "Cloud",
18
- "Data Center"
17
+ "Cloud"
19
18
  ],
20
19
  "tags": [
21
- "Cloud Networking",
22
- "Configuration Management",
23
- "Virtual Compute"
20
+ "Cloud Infrastructure Changes",
21
+ "Hybrid & Multi Cloud Orchestration",
22
+ "Configuration & Compliance",
23
+ "Software Upgrades & Device Maintenance"
24
24
  ],
25
25
  "useCases": [
26
- "Add or remove Virtual Machine Images",
27
- "Instantiate, manage, remove Virtual Machine Instances",
28
- "Deploy Virtual Services and Functions",
29
- "Determine available Cloud Resources",
30
- "Assign resources to Virtual Machine Instances",
31
- "Add or remove Virtual Networks",
32
- "Management of Cloud Network Assignments",
33
- "Management of Cloud Storage"
26
+ "VNet or VPC deploy/management",
27
+ "Connect VPC and VNet",
28
+ "Connect router to transit gateway",
29
+ "Route across GCP & Azure",
30
+ "Connect sites across cloud platforms",
31
+ "Router configuration backup or restore",
32
+ "Run network compliance checks and remediation",
33
+ "Determine configuration drift",
34
+ "Golden Configuration",
35
+ "Port Turn-up",
36
+ "Assign Network & IP",
37
+ "Cloud Managed Networks",
38
+ "Software Upgrade",
39
+ "Device Onboarding"
34
40
  ],
35
41
  "deprecated": {
36
42
  "isDeprecated": false
@@ -62,4 +68,4 @@
62
68
  "transformationProjects": [],
63
69
  "exampleProjects": []
64
70
  }
65
- }
71
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kubernetes",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "This adapter integrates with system described as: kubernetes.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Kubernetes",
Binary file