From b60895271db2f53072c9a0bb90748da1d4a8d124 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Jan 2024 10:10:10 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e55bdb6..5e33a29 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components: - [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. -**Shipped version:** 2.8.4~ynh1 +**Shipped version:** 2.8.4~ynh2 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 80b06bf..c081b2d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components: - [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. -**Version incluse :** 2.8.4~ynh1 +**Version incluse :** 2.8.4~ynh2 ## Documentations et ressources * Site officiel de l’app : From 4354a38d46a692e15cda613280f2e6bd820ae147 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Jan 2024 21:33:02 +0100 Subject: [PATCH 2/2] Upgrade sources --- manifest.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index a9e769e..ac06a0f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -33,10 +33,10 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.loki] - amd64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/loki-linux-amd64.zip" - amd64.sha256 = "26a49c76219810566221ab7d5880ddb0ccba1ffeee4768c5ae919c4e36094d8a" - arm64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/loki-linux-arm64.zip" - arm64.sha256 = "ce856173e609dd39df845e05c2a17fe9061175072e76b9f8a7c6a28a33e023c3" + amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.4/loki-linux-amd64.zip" + amd64.sha256 = "6da1fcb0a64004373c47517f9e072637fb6b697790d8f295d0b423f3dd5d334b" + arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.4/loki-linux-arm64.zip" + arm64.sha256 = "92d1ea859044a9fc8d5916cb36a464545fec7bd70a7471c65cd21cc0f1834493" in_subdir = false autoupdate.strategy = "latest_github_release" @@ -44,10 +44,10 @@ ram.runtime = "50M" autoupdate.asset.arm64 = "loki-linux-arm64" [resources.sources.promtail] - amd64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/promtail-linux-amd64.zip" - amd64.sha256 = "05799bd94b5550b12ec975b6d4f82cd93cb50f79d13ab8e8fd9573aef8455372" - arm64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/promtail-linux-arm64.zip" - arm64.sha256 = "959069f64d21e42f840a2942e3b6351d0029a9c0448dcc79dd54b1a5fe5e40a2" + amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.4/promtail-linux-amd64.zip" + amd64.sha256 = "ff40a0717b9901ad42f4fea3c1ab307efc9d267266d7abbbcbabce2144e4e0f4" + arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.4/promtail-linux-arm64.zip" + arm64.sha256 = "1e7ae650d522c1a897fe38a82708fbeb7d4eaad9873ec641b0ce421595865010" in_subdir = false autoupdate.strategy = "latest_github_release"