@itentialopensource/adapter-openstack_glance 0.2.2 → 0.2.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,12 @@
1
1
 
2
+ ## 0.2.3 [03-21-2024]
3
+
4
+ * Changes made at 2024.03.21_13:42PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-openstack_glance!4
7
+
8
+ ---
9
+
2
10
  ## 0.2.2 [03-11-2024]
3
11
 
4
12
  * Changes made at 2024.03.11_15:29PM
package/metadata.json CHANGED
@@ -58,7 +58,11 @@
58
58
  "vendorLink": "https://www.openstack.org/",
59
59
  "productLink": "https://docs.openstack.org/glance/latest/",
60
60
  "apiLinks": [
61
- "https://docs.openstack.org/api-ref/image/v2/index.html"
61
+ {
62
+ "title": "OpenStack - Glance API",
63
+ "link": "https://docs.openstack.org/api-ref/image/v2/index.html",
64
+ "public": true
65
+ }
62
66
  ]
63
67
  },
64
68
  "assets": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-openstack_glance",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "This adapter integrates with system described as: Openstack Image (Glance) Service",
5
5
  "main": "adapter.js",
6
6
  "systemName": "OpenStack Glance",
Binary file