Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"loki": "1.2.4",
"loki": "1.2.5",
"mimir": "1.1.5",
"otelcol": "0.12.5",
"tempo": "1.1.8"
Expand Down
9 changes: 9 additions & 0 deletions loki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## [1.2.5](https://github.com/cedricziel/ha-addons/compare/loki-1.2.4...loki-1.2.5) (2026-03-03)


### Bug Fixes

* bump grafana/loki from 3.4.3 to 3.5.7 in /loki ([#250](https://github.com/cedricziel/ha-addons/issues/250)) ([582bd1f](https://github.com/cedricziel/ha-addons/commit/582bd1fad4da4c57a931f1f05ccdf6724d855055))
* bump grafana/loki from 3.5.7 to 3.6.4 in /loki ([#281](https://github.com/cedricziel/ha-addons/issues/281)) ([bb8f90f](https://github.com/cedricziel/ha-addons/commit/bb8f90f8459480bc767cc2252a7a22c87e81b57f))
* bump tarampampam/curl from 8.13.0 to 8.16.0 in /loki ([#243](https://github.com/cedricziel/ha-addons/issues/243)) ([e49be4c](https://github.com/cedricziel/ha-addons/commit/e49be4c190e23edf18950f8b13ce86ba4046b025))

## [1.2.4](https://github.com/cedricziel/ha-addons/compare/loki-1.2.3...loki-1.2.4) (2025-04-18)


Expand Down
2 changes: 1 addition & 1 deletion loki/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Grafana Loki

Check warning on line 1 in loki/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in loki/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"
version: 1.2.4
version: 1.2.5
slug: loki
description: 'Loki: like Prometheus, but for logs.'
url: https://github.com/cedricziel/ha-addons
Expand Down
Loading