Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions workspaces/orchestrator/.changeset/light-spiders-grin.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki

## 1.0.3

### Patch Changes

- d1f7317: Fixes https://issues.redhat.com/browse/RHDHBUGS-2735. Adds the ability to pass an auth token to the lokistack query route

Also adds the ability to add custom Loki log pipeline filters

## 1.0.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading