From 2b5bd1d9cf99e3d2902797e28c434e83c6439c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:10:57 +0000 Subject: [PATCH] chore(deps): update dependency grafana/loki to v3.3.0 --- .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 0508d09..998c609 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: v3.2.1 + PACKAGE_VERSION: v3.3.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"