@backstage/plugin-catalog-backend 1.5.1-next.0 → 1.5.1-next.1
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 +20 -0
- package/alpha/package.json +1 -1
- package/config.d.ts +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.5.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.16.0-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@0.1.4-next.1
|
|
10
|
+
- @backstage/plugin-catalog-node@1.2.1-next.1
|
|
11
|
+
- @backstage/plugin-permission-node@0.7.1-next.1
|
|
12
|
+
- @backstage/catalog-client@1.1.2-next.0
|
|
13
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
14
|
+
- @backstage/config@1.0.4-next.0
|
|
15
|
+
- @backstage/errors@1.1.3-next.0
|
|
16
|
+
- @backstage/integration@1.4.0-next.0
|
|
17
|
+
- @backstage/types@1.0.1-next.0
|
|
18
|
+
- @backstage/plugin-catalog-common@1.0.8-next.0
|
|
19
|
+
- @backstage/plugin-permission-common@0.7.1-next.0
|
|
20
|
+
- @backstage/plugin-scaffolder-common@1.2.2-next.0
|
|
21
|
+
- @backstage/plugin-search-common@1.1.1-next.0
|
|
22
|
+
|
|
3
23
|
## 1.5.1-next.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/config.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface Config {
|
|
|
25
25
|
* An undefined list of matchers means match all, an empty list of
|
|
26
26
|
* matchers means match none.
|
|
27
27
|
*
|
|
28
|
-
* This is commonly used to put in what amounts to
|
|
28
|
+
* This is commonly used to put in what amounts to an allowlist of kinds
|
|
29
29
|
* that regular users of Backstage are permitted to register locations
|
|
30
30
|
* for. This can be used to stop them from registering yaml files
|
|
31
31
|
* describing for example a Group entity called "admin" that they make
|