Skip to content

Commit

Permalink
chore(main): release loki 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jul 21, 2024
1 parent 75528be commit e758400
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
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.0.3",
"loki": "1.0.4",
"mimir": "1.0.8",
"otelcol": "0.10.7",
"tempo": "1.0.7"
Expand Down
11 changes: 10 additions & 1 deletion loki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## [1.0.4](https://github.com/cedricziel/ha-addons/compare/loki-v1.0.3...loki-1.0.4) (2024-07-21)


### Bug Fixes

* remove old folders ([4e654e6](https://github.com/cedricziel/ha-addons/commit/4e654e60c422c544a64d488fbf0a537ba780dfd1))

## What’s changed

* No changes
* No changes
8 changes: 4 additions & 4 deletions 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.0.3
version: 1.0.4
slug: loki
description: 'Loki: like Prometheus, but for logs.'
url: https://github.com/cedricziel/ha-addon-grafana-mimir/blob/main/loki
Expand All @@ -11,10 +11,10 @@ ports_description:
3100/tcp: Loki
9096/tcp: gRPC
arch:
- aarch64
- amd64
- aarch64
- amd64
init: false
map:
- share:rw
- share:rw
homeassistant_api: true
image: ghcr.io/cedricziel/ha-addon-grafana-loki/{arch}

0 comments on commit e758400

Please sign in to comment.