@backstage/plugin-catalog-backend-module-azure 0.3.0-next.2 → 0.3.1-next.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-azure
2
2
 
3
+ ## 0.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.1.1-next.0
9
+ - @backstage/config@1.3.1
10
+ - @backstage/integration@1.16.0
11
+ - @backstage/plugin-catalog-common@1.1.2
12
+ - @backstage/plugin-catalog-node@1.15.1-next.0
13
+
14
+ ## 0.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 277092a: Added the Azure Blob Storage as catalog entity provider to import all the desired entities from storage account provided in app-config.yaml
19
+
20
+ ### Patch Changes
21
+
22
+ - 5c9cc05: Use native fetch instead of node-fetch
23
+ - Updated dependencies
24
+ - @backstage/integration@1.16.0
25
+ - @backstage/backend-plugin-api@1.1.0
26
+ - @backstage/plugin-catalog-node@1.15.0
27
+ - @backstage/config@1.3.1
28
+ - @backstage/plugin-catalog-common@1.1.2
29
+
3
30
  ## 0.3.0-next.2
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-azure",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.1-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Azure",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -63,16 +63,16 @@
63
63
  "dependencies": {
64
64
  "@azure/identity": "^4.0.0",
65
65
  "@azure/storage-blob": "^12.5.0",
66
- "@backstage/backend-plugin-api": "1.1.0-next.2",
67
- "@backstage/config": "1.3.1-next.0",
68
- "@backstage/integration": "1.16.0-next.1",
69
- "@backstage/plugin-catalog-common": "1.1.2-next.0",
70
- "@backstage/plugin-catalog-node": "1.15.0-next.2",
66
+ "@backstage/backend-plugin-api": "1.1.1-next.0",
67
+ "@backstage/config": "1.3.1",
68
+ "@backstage/integration": "1.16.0",
69
+ "@backstage/plugin-catalog-common": "1.1.2",
70
+ "@backstage/plugin-catalog-node": "1.15.1-next.0",
71
71
  "uuid": "^11.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/backend-test-utils": "1.2.0-next.2",
75
- "@backstage/cli": "0.29.3-next.2",
74
+ "@backstage/backend-test-utils": "1.2.1-next.0",
75
+ "@backstage/cli": "0.29.5-next.0",
76
76
  "luxon": "^3.0.0",
77
77
  "msw": "^1.0.0"
78
78
  },