@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki 1.0.3 → 1.0.4

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 +13 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,20 +1,28 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki
2
2
 
3
- ## 1.0.3
3
+ ## 1.0.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [02a0552]
8
- - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.2
7
+ - Updated dependencies [ea216c7]
8
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.3
9
9
 
10
- ## 1.0.2
10
+ ## 1.0.3
11
11
 
12
12
  ### Patch Changes
13
13
 
14
- - 8b2768c: Fixes https://issues.redhat.com/browse/RHDHBUGS-2735. Adds the ability to pass an auth token to the lokistack query route
14
+ - d1f7317: Fixes https://issues.redhat.com/browse/RHDHBUGS-2735. Adds the ability to pass an auth token to the lokistack query route
15
15
 
16
16
  Also adds the ability to add custom Loki log pipeline filters
17
17
 
18
+ ## 1.0.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [546ccb2]
23
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2
24
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.2
25
+
18
26
  ## 1.0.1
19
27
 
20
28
  ### 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",
3
+ "version": "1.0.4",
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.1",
50
- "@red-hat-developer-hub/backstage-plugin-orchestrator-node": "^1.0.2",
49
+ "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.4.2",
50
+ "@red-hat-developer-hub/backstage-plugin-orchestrator-node": "^1.0.3",
51
51
  "luxon": "^3.7.2",
52
52
  "undici": "^7.22.0"
53
53
  },