From 85770ef5b6e3fe0821f5c37273c56471c7a684ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:25:52 +0000 Subject: [PATCH] chore(deps): update dependency grafana/loki to v3 --- .github/workflows/make-deb-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-deb-and-publish.yaml b/.github/workflows/make-deb-and-publish.yaml index 1862433..cad690d 100644 --- a/.github/workflows/make-deb-and-publish.yaml +++ b/.github/workflows/make-deb-and-publish.yaml @@ -2,7 +2,7 @@ env: PACKAGE_NAME: promtail # renovate: datasource=github-releases depName=grafana/loki - PACKAGE_VERSION: v2.9.3 + PACKAGE_VERSION: v3.0.0 PACKAGE_DESCRIPTION: "Promtail is an agent which ships the contents of local logs to a private Loki instance or Grafana Cloud. It is usually deployed to every machine that has applications needed to be monitored." APT_DEPENDENCIES: "git build-essential libsystemd-dev gccgo-aarch64-linux-gnu gccgo-arm-linux-gnueabi curl xz-utils"