@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20241203023801 → 0.0.0-nightly-20241204023801

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 +22 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,25 +1,42 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20241203023801
3
+ ## 0.0.0-nightly-20241204023801
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - dfc8b41: Updated dependency `@opentelemetry/api` to `^1.9.0`.
7
8
  - cce9cae: Deprecate old-backend-system `IncrementalCatalogBuilder`
8
9
  - fe87fbf: Add task metrics as two gauges that track the last start and end timestamps as epoch seconds.
9
10
  - 5aa44d2: Wire up the events together in the new backend system
10
11
  - cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
11
12
  - 3ca5f70: Ensure that the scheduled worker task doesn't run at an unreasonably high frequency
12
13
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20241203023801
14
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20241203023801
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241203023801
16
- - @backstage/plugin-events-node@0.0.0-nightly-20241203023801
14
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20241204023801
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241204023801
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241204023801
17
+ - @backstage/plugin-events-node@0.0.0-nightly-20241204023801
17
18
  - @backstage/catalog-model@1.7.1
18
19
  - @backstage/config@1.3.0
19
20
  - @backstage/errors@1.2.5
20
21
  - @backstage/types@1.2.0
21
22
  - @backstage/plugin-permission-common@0.8.2
22
23
 
24
+ ## 0.6.1-next.1
25
+
26
+ ### Patch Changes
27
+
28
+ - fe87fbf: Add task metrics as two gauges that track the last start and end timestamps as epoch seconds.
29
+ - Updated dependencies
30
+ - @backstage/plugin-catalog-backend@1.29.0-next.1
31
+ - @backstage/plugin-catalog-node@1.15.0-next.1
32
+ - @backstage/backend-plugin-api@1.1.0-next.1
33
+ - @backstage/catalog-model@1.7.1
34
+ - @backstage/config@1.3.0
35
+ - @backstage/errors@1.2.5
36
+ - @backstage/types@1.2.0
37
+ - @backstage/plugin-events-node@0.4.6-next.1
38
+ - @backstage/plugin-permission-common@0.8.2
39
+
23
40
  ## 0.6.1-next.0
24
41
 
25
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.0.0-nightly-20241203023801",
3
+ "version": "0.0.0-nightly-20241204023801",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,16 +62,16 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@backstage/backend-common": "^0.25.0",
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241203023801",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241204023801",
66
66
  "@backstage/catalog-model": "1.7.1",
67
67
  "@backstage/config": "1.3.0",
68
68
  "@backstage/errors": "1.2.5",
69
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241203023801",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241203023801",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20241203023801",
69
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241204023801",
70
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241204023801",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241204023801",
72
72
  "@backstage/plugin-permission-common": "0.8.2",
73
73
  "@backstage/types": "1.2.0",
74
- "@opentelemetry/api": "^1.3.0",
74
+ "@opentelemetry/api": "^1.9.0",
75
75
  "@types/express": "^4.17.6",
76
76
  "express": "^4.17.1",
77
77
  "express-promise-router": "^4.1.0",
@@ -80,9 +80,9 @@
80
80
  "uuid": "^11.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/backend-defaults": "0.0.0-nightly-20241203023801",
84
- "@backstage/backend-test-utils": "0.0.0-nightly-20241203023801",
85
- "@backstage/cli": "0.0.0-nightly-20241203023801",
83
+ "@backstage/backend-defaults": "0.0.0-nightly-20241204023801",
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241204023801",
85
+ "@backstage/cli": "0.0.0-nightly-20241204023801",
86
86
  "@types/luxon": "^3.0.0"
87
87
  }
88
88
  }