@itentialopensource/adapter-azure_aks 0.3.1 → 0.3.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 CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.3.3 [03-13-2024]
3
+
4
+ * Changes made at 2024.03.13_14:16PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-azure_aks!5
7
+
8
+ ---
9
+
10
+ ## 0.3.2 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_15:33PM
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-azure_aks!4
15
+
16
+ ---
17
+
2
18
  ## 0.3.1 [02-28-2024]
3
19
 
4
20
  * Changes made at 2024.02.28_11:46AM
package/metadata.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adapter-azure_aks",
3
3
  "webName": "Adapter for Integration to Azure AKS",
4
- "vendor": "Azure",
4
+ "vendor": "Microsoft",
5
5
  "product": "Azure Kubernetes Service",
6
6
  "osVersion": [],
7
7
  "apiVersions": [],
@@ -16,8 +16,28 @@
16
16
  "domains": [
17
17
  "Cloud"
18
18
  ],
19
- "tags": [],
20
- "useCases": [],
19
+ "tags": [
20
+ "Cloud Infrastructure Changes",
21
+ "Hybrid & Multi Cloud Orchestration",
22
+ "Configuration & Compliance",
23
+ "Software Upgrades & Device Maintenance"
24
+ ],
25
+ "useCases": [
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"
40
+ ],
21
41
  "deprecated": {
22
42
  "isDeprecated": false
23
43
  },
@@ -46,4 +66,4 @@
46
66
  "transformationProjects": [],
47
67
  "exampleProjects": []
48
68
  }
49
- }
69
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-azure_aks",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "This adapter integrates with system described as: Azure AKS.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file