Skip to content

Commit

Permalink
chore(main): release tempo 1.0.8 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Jul 21, 2024
1 parent 3ef6d5b commit 2aad451
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"loki": "1.0.3",
"mimir": "1.0.9",
"otelcol": "0.10.8",
"tempo": "1.0.7"
"tempo": "1.0.8"
}
11 changes: 10 additions & 1 deletion tempo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.8](https://github.com/cedricziel/ha-addons/compare/tempo-v1.0.7...tempo-1.0.8) (2024-07-21)


### Bug Fixes

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

## What’s changed

## 🐛 Bug fixes

- fix: set correct image arch @cedricziel (#22)
- fix: set correct image arch @cedricziel (#22)
11 changes: 6 additions & 5 deletions tempo/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Grafana Tempo

Check warning on line 1 in tempo/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in tempo/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in tempo/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"
version: 1.0.7
version: 1.0.8
slug: tempo
description: Grafana Tempo is an open source, easy-to-use, and high-scale distributed
description: >-
Grafana Tempo is an open source, easy-to-use, and high-scale distributed
tracing backend.
url: https://github.com/cedricziel/ha-addon-grafana-tempo/blob/main/tempo
apparmor: false
Expand All @@ -20,11 +21,11 @@ ports_description:
9095/tcp: gRPC
14268/tcp: Jaeger/Thrift HTTP
arch:
- aarch64
- amd64
- aarch64
- amd64
init: false
map:
- share:rw
- share:rw
homeassistant_api: true
options:
prometheus_url: http://24212397-mimir:8001/api/v1/push
Expand Down

0 comments on commit 2aad451

Please sign in to comment.