@backstage/plugin-catalog-backend-module-azure 0.3.0-next.2 → 0.3.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 +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-azure
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 277092a: Added the Azure Blob Storage as catalog entity provider to import all the desired entities from storage account provided in app-config.yaml
8
+
9
+ ### Patch Changes
10
+
11
+ - 5c9cc05: Use native fetch instead of node-fetch
12
+ - Updated dependencies
13
+ - @backstage/integration@1.16.0
14
+ - @backstage/backend-plugin-api@1.1.0
15
+ - @backstage/plugin-catalog-node@1.15.0
16
+ - @backstage/config@1.3.1
17
+ - @backstage/plugin-catalog-common@1.1.2
18
+
3
19
  ## 0.3.0-next.2
4
20
 
5
21
  ### 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.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.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.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.0",
75
+ "@backstage/cli": "^0.29.4",
76
76
  "luxon": "^3.0.0",
77
77
  "msw": "^1.0.0"
78
78
  },