mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
Merge pull request #15 from YunoHost-Apps/ci-auto-update-v2.8.0
Upgrade to version 2.8.0
This commit is contained in:
commit
3b9ec099a0
7 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 2.7.5~ynh1
|
||||
**Shipped version:** 2.8.0~ynh1
|
||||
## Disclaimers / important information
|
||||
|
||||
- Loki is not exposed to the web;
|
||||
|
|
|
@ -32,7 +32,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
|
||||
|
||||
|
||||
**Version incluse :** 2.7.5~ynh1
|
||||
**Version incluse :** 2.8.0~ynh1
|
||||
## Avertissements / informations importantes
|
||||
|
||||
- Loki is not exposed to the web;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.5/loki-linux-amd64.zip
|
||||
SOURCE_SUM=608d95820881161036be561caab5aff3984c03bddaa16f6129cf32732b6c4047
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/loki-linux-amd64.zip
|
||||
SOURCE_SUM=3a0de1d60e2f95476f795899de096842c5ebbc8d26413252fe9c8bb03807076d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.5/loki-linux-arm64.zip
|
||||
SOURCE_SUM=a200c5bb11458c11a4440cdceac9a5675b560c9ed7adbf12ad4dfe03adf92410
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/loki-linux-arm64.zip
|
||||
SOURCE_SUM=87791e881b23d304888098a8fe91df7e966ff44488942341256048af75dc32e1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.5/promtail-linux-amd64.zip
|
||||
SOURCE_SUM=dd920d1e0f274dbad2d6da1cb83aec3eb47583ee004dc1d63b4a0fbb85d25732
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/promtail-linux-amd64.zip
|
||||
SOURCE_SUM=ff5b819e66706d2b7d5fc3ef425179e8364650093835e8819a90ad828b6d2043
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.5/promtail-linux-arm64.zip
|
||||
SOURCE_SUM=745d6877cdf75ddd5ebb508bf9784a2b4f66063cfc5a25133e4f633008c6ba93
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/promtail-linux-arm64.zip
|
||||
SOURCE_SUM=1ef754453a0c428ade5e4e143ccc7065845c51e4f6acd51ed29f84facc12a26c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Grafana Loki is a set of components that can be composed into a fully featured logging stack.",
|
||||
"fr": "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
|
||||
},
|
||||
"version": "2.7.5~ynh1",
|
||||
"version": "2.8.0~ynh1",
|
||||
"url": "https://grafana.com/docs/loki/latest/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue