From 13baf94b0eb286f44171ec52c37af68ca874f612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 04:30:35 +0200 Subject: [PATCH] chore(deps): update dependency grafana/loki to v2.8.4 (#184) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f580d5..232de47 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults | Name | Default Value | Description | |--------------------------------------------------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| -| `promtail_version` | "2.8.2" | promtail package version. Also accepts *latest* as parameter. | +| `promtail_version` | "2.8.4" | promtail package version. Also accepts *latest* as parameter. | | `promtail_custom_checksum` | "" | Custom checksum for custom build promtail binaries | | `promtail_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes the path where zip archive of promtail is stored on host on which ansible is ran. | | `promtail_config_dir` | /etc/promtail | Directory for storing promtail configuration file | diff --git a/defaults/main.yml b/defaults/main.yml index 804cc1d..1c4017c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- promtail_apt_update_cache: True -promtail_version: "2.8.2" +promtail_version: "2.8.4" promtail_dist_url: "https://github.com/grafana/loki/releases/download/v{{ promtail_version }}/promtail-linux-{{ go_arch }}.zip" promtail_custom_checksum: "" promtail_config_dir: /etc/promtail