@backstage/plugin-catalog-backend 1.16.1-next.2 → 1.16.2

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,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.16.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4a3a427: Rollback the change for wildcard discovery, this fixes a bug with the `AzureUrlReader` not working with wildcard paths
8
+
9
+ ## 1.16.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c3249d6: Parse the URL using a different method rather than `git-url-parse` to support wildcards for URLs which are not VCS providers
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.20.1
16
+ - @backstage/catalog-client@1.5.2
17
+ - @backstage/plugin-search-backend-module-catalog@0.1.13
18
+ - @backstage/backend-plugin-api@0.6.9
19
+ - @backstage/backend-openapi-utils@0.1.2
20
+ - @backstage/plugin-catalog-node@1.6.1
21
+ - @backstage/plugin-permission-common@0.7.12
22
+ - @backstage/plugin-permission-node@0.7.20
23
+ - @backstage/backend-tasks@0.5.14
24
+ - @backstage/plugin-auth-node@0.4.3
25
+ - @backstage/catalog-model@1.4.3
26
+ - @backstage/config@1.1.1
27
+ - @backstage/errors@1.2.3
28
+ - @backstage/integration@1.8.0
29
+ - @backstage/types@1.1.1
30
+ - @backstage/plugin-catalog-common@1.0.20
31
+ - @backstage/plugin-events-node@0.2.18
32
+
3
33
  ## 1.16.1-next.2
4
34
 
5
35
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.16.1-next.2",
3
+ "version": "1.16.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }