1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/loki_ynh.git synced 2024-09-03 19:36:16 +02:00

Merge pull request #17 from YunoHost-Apps/ci-auto-update-v2.8.1

Upgrade to version 2.8.1
This commit is contained in:
Florent 2023-04-25 10:12:00 +02:00 committed by GitHub
commit c4c813a180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View file

@ -32,7 +32,7 @@ A Loki-based logging stack consists of 3 components:
**Shipped version:** 2.8.0~ynh1
**Shipped version:** 2.8.1~ynh1
## Disclaimers / important information
- Loki is not exposed to the web;

View file

@ -32,7 +32,7 @@ A Loki-based logging stack consists of 3 components:
**Version incluse :** 2.8.0~ynh1
**Version incluse :** 2.8.1~ynh1
## Avertissements / informations importantes
- Loki is not exposed to the web;

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/loki-linux-amd64.zip
SOURCE_SUM=3a0de1d60e2f95476f795899de096842c5ebbc8d26413252fe9c8bb03807076d
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.1/loki-linux-amd64.zip
SOURCE_SUM=a1c70da88ef65ef2caafd00001f15a774166ec9bf580f7d714ee167c43525e43
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/loki-linux-arm64.zip
SOURCE_SUM=87791e881b23d304888098a8fe91df7e966ff44488942341256048af75dc32e1
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.1/loki-linux-arm64.zip
SOURCE_SUM=78db7e082db7f597b3b8527a7b0f2cb43245490b62426fcad669daabdcb8167a
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/promtail-linux-amd64.zip
SOURCE_SUM=ff5b819e66706d2b7d5fc3ef425179e8364650093835e8819a90ad828b6d2043
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.1/promtail-linux-amd64.zip
SOURCE_SUM=135497258ede1dfdaf5837a1b0929b5a575f1193fb33eb11d1125100d5294698
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.0/promtail-linux-arm64.zip
SOURCE_SUM=1ef754453a0c428ade5e4e143ccc7065845c51e4f6acd51ed29f84facc12a26c
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.8.1/promtail-linux-arm64.zip
SOURCE_SUM=26d4c6ef818a4f8b8d83474f324c942a4ddd13f10cff5819d9d7aaf8f8f88d87
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -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.8.0~ynh1",
"version": "2.8.1~ynh1",
"url": "https://grafana.com/docs/loki/latest/",
"upstream": {
"license": "AGPL-3.0",