@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki 1.0.3 → 1.0.5
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 +21 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,36 @@
|
|
|
1
1
|
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki
|
|
2
2
|
|
|
3
|
-
## 1.0.
|
|
3
|
+
## 1.0.5
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- @red-hat-developer-hub/backstage-plugin-orchestrator-
|
|
7
|
+
- Updated dependencies [1bd539f]
|
|
8
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.3
|
|
9
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.4
|
|
9
10
|
|
|
10
|
-
## 1.0.
|
|
11
|
+
## 1.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ea216c7]
|
|
16
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.3
|
|
17
|
+
|
|
18
|
+
## 1.0.3
|
|
11
19
|
|
|
12
20
|
### Patch Changes
|
|
13
21
|
|
|
14
|
-
-
|
|
22
|
+
- d1f7317: Fixes https://issues.redhat.com/browse/RHDHBUGS-2735. Adds the ability to pass an auth token to the lokistack query route
|
|
15
23
|
|
|
16
24
|
Also adds the ability to add custom Loki log pipeline filters
|
|
17
25
|
|
|
26
|
+
## 1.0.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [546ccb2]
|
|
31
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2
|
|
32
|
+
- @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.2
|
|
33
|
+
|
|
18
34
|
## 1.0.1
|
|
19
35
|
|
|
20
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "The loki backend module for the orchestrator plugin.",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@backstage/backend-plugin-api": "^1.5.0",
|
|
49
|
-
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.4.
|
|
50
|
-
"@red-hat-developer-hub/backstage-plugin-orchestrator-node": "^1.0.
|
|
49
|
+
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.4.3",
|
|
50
|
+
"@red-hat-developer-hub/backstage-plugin-orchestrator-node": "^1.0.4",
|
|
51
51
|
"luxon": "^3.7.2",
|
|
52
52
|
"undici": "^7.22.0"
|
|
53
53
|
},
|