From 249a26f433fa37e1835167109f8caad8bab04073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:03:05 +0200 Subject: [PATCH] chore(deps): update dependency grafana/loki to v2.8.0 (#171) 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 4d99436..e5bb6a1 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.7.5" | promtail package version. Also accepts *latest* as parameter. | +| `promtail_version` | "2.8.0" | 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 cd6f687..6a815c1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- promtail_apt_update_cache: True -promtail_version: "2.7.5" +promtail_version: "2.8.0" 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