From fc780562fc2d774285e062c20918e40f89212272 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 24 Feb 2023 18:19:23 +0100 Subject: [PATCH 1/4] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 6f3c1b9..64f2a2f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From 3e84de444ee5cc9916e8c1aa34e6b54d1da615d1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 Feb 2023 17:19:24 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5166b2c..44ef43e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Loki + Promtail for YunoHost [![Integration level](https://dash.yunohost.org/integration/loki.svg)](https://dash.yunohost.org/appci/app/loki) ![Working status](https://ci-apps.yunohost.org/ci/badges/loki.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/loki.maintain.svg) + [![Install Loki + Promtail with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 5396692..438d915 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Loki + Promtail pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/loki.svg)](https://dash.yunohost.org/appci/app/loki) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/loki.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/loki.maintain.svg) + [![Installer Loki + Promtail avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki) *[Read this readme in english.](./README.md)* From b8b404f4ffdd4ecf4647a0b0a7f3b96017d369a7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 Feb 2023 06:14:23 +0000 Subject: [PATCH 3/4] Upgrade to v2.7.4 --- conf/loki-amd64.src | 4 ++-- conf/loki-arm64.src | 4 ++-- conf/promtail-amd64.src | 4 ++-- conf/promtail-arm64.src | 4 ++-- manifest.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/conf/loki-amd64.src b/conf/loki-amd64.src index 497e414..b381373 100644 --- a/conf/loki-amd64.src +++ b/conf/loki-amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/loki-linux-amd64.zip -SOURCE_SUM=fa496e6c759cdd9f8d2e8b52aad4a1f59de8cfe5f3a2736835fd8a1b16ccd528 +SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/loki-linux-amd64.zip +SOURCE_SUM=0ddd14b0e4a5b55a5db4590ffcaf4c2758798559196cc462d43f0cd47122a2c5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/loki-arm64.src b/conf/loki-arm64.src index 6fda9f8..ba87d45 100644 --- a/conf/loki-arm64.src +++ b/conf/loki-arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/loki-linux-arm64.zip -SOURCE_SUM=4ff41b6aaf893b64140fbe0beba515eabaa2ebfcb8c902468e3c5218a0117381 +SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/loki-linux-arm64.zip +SOURCE_SUM=e3046a35cc6600d8e4abf740bff3e4b22eb77ec5c63c7abd4ce584ea873b91e8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/promtail-amd64.src b/conf/promtail-amd64.src index 00edc3b..91d514e 100644 --- a/conf/promtail-amd64.src +++ b/conf/promtail-amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/promtail-linux-amd64.zip -SOURCE_SUM=608289347504b84be0cd1afb41914c2cc1e318842e88de9d36f7a21c7e60102e +SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/promtail-linux-amd64.zip +SOURCE_SUM=1687d859ed51ec1851a10f9b0eae823530d7f1bf95dd4684c357fbe143daacc6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/promtail-arm64.src b/conf/promtail-arm64.src index 9c567a6..d92f601 100644 --- a/conf/promtail-arm64.src +++ b/conf/promtail-arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/promtail-linux-arm64.zip -SOURCE_SUM=69031c354e5078bbf4296aa73082e9af616dedeacf4ba1614dd60b76842d29e7 +SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/promtail-linux-arm64.zip +SOURCE_SUM=3c54b5920f06111ce27185b936cb8fc05822e57a6d0ecb1fd1b06d436e0bddf5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 24219e0..7dc2e12 100644 --- a/manifest.json +++ b/manifest.json @@ -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.3~ynh1", + "version": "2.7.4~ynh1", "url": "https://grafana.com/docs/loki/latest/", "upstream": { "license": "AGPL-3.0", From 2e16f3cafc9bca94017411d3b4caa87c1f42006e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 Feb 2023 06:14:29 +0000 Subject: [PATCH 4/4] 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 44ef43e..aa33c04 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A Loki-based logging stack consists of 3 components: -**Shipped version:** 2.7.3~ynh1 +**Shipped version:** 2.7.4~ynh1 ## Disclaimers / important information - Loki is not exposed to the web; diff --git a/README_fr.md b/README_fr.md index 438d915..2384b31 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ A Loki-based logging stack consists of 3 components: -**Version incluse :** 2.7.3~ynh1 +**Version incluse :** 2.7.4~ynh1 ## Avertissements / informations importantes - Loki is not exposed to the web;