We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f7317 commit a9a10deCopy full SHA for a9a10de
3 files changed
workspaces/orchestrator/.changeset/light-spiders-grin.md
workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki
2
3
+## 1.0.3
4
+
5
+### Patch Changes
6
7
+- d1f7317: Fixes https://issues.redhat.com/browse/RHDHBUGS-2735. Adds the ability to pass an auth token to the lokistack query route
8
9
+ Also adds the ability to add custom Loki log pipeline filters
10
11
## 1.0.2
12
13
### Patch Changes
workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki",
- "version": "1.0.2",
+ "version": "1.0.3",
"license": "Apache-2.0",
"description": "The loki backend module for the orchestrator plugin.",
"main": "src/index.ts",
0 commit comments