@itentialopensource/adapter-amazon_route53 0.3.4 → 0.3.6

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.6 [03-13-2024]
3
+
4
+ * Changes made at 2024.03.13_11:45AM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!12
7
+
8
+ ---
9
+
10
+ ## 0.3.5 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_15:30PM
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-amazon_route53!11
15
+
16
+ ---
17
+
2
18
  ## 0.3.4 [02-28-2024]
3
19
 
4
20
  * Changes made at 2024.02.28_11:42AM
package/metadata.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adapter-amazon_route53",
3
3
  "webName": "Adapter for Integration to Amazon Web Services Route53",
4
- "vendor": "Amazon",
4
+ "vendor": "Amazon Web Services",
5
5
  "product": "route53",
6
6
  "osVersion": [],
7
7
  "apiVersions": [
@@ -16,14 +16,29 @@
16
16
  "method": "REST",
17
17
  "type": "Adapter",
18
18
  "domains": [
19
- "Network Services"
19
+ "Cloud"
20
20
  ],
21
21
  "tags": [
22
- "Domain Name Service",
23
- "DNS"
22
+ "Cloud Infrastructure Changes",
23
+ "Hybrid & Multi Cloud Orchestration",
24
+ "Configuration & Compliance",
25
+ "Software Upgrades & Device Maintenance"
24
26
  ],
25
27
  "useCases": [
26
- "Add, update, manage or remove DNS Entry"
28
+ "VNet or VPC deploy/management",
29
+ "Connect VPC and VNet",
30
+ "Connect router to transit gateway",
31
+ "Route across GCP & Azure",
32
+ "Connect sites across cloud platforms",
33
+ "Router configuration backup or restore",
34
+ "Run network compliance checks and remediation",
35
+ "Determine configuration drift",
36
+ "Golden Configuration",
37
+ "Port Turn-up",
38
+ "Assign Network & IP",
39
+ "Cloud Managed Networks",
40
+ "Software Upgrade",
41
+ "Device Onboarding"
27
42
  ],
28
43
  "deprecated": {
29
44
  "isDeprecated": false
@@ -68,4 +83,4 @@
68
83
  "transformationProjects": [],
69
84
  "exampleProjects": []
70
85
  }
71
- }
86
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-amazon_route53",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "This adapter integrates with system described as: Amazon Route53.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Amazon AWS Route53",
Binary file