Skip to content

Commit

Permalink
chore(deps): update dependency grafana/loki to v2.8.2 (#176)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency grafana/loki to v2.8.2

* fix: pinned ansible compat due to incompatabilities

ansible/molecule#3903

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Jahns <[email protected]>
  • Loading branch information
renovate[bot] and patrickjahns authored May 12, 2023
1 parent a9eb077 commit c8f72bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1" | promtail package version. Also accepts *latest* as parameter. |
| `promtail_version` | "2.8.2" | 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 |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
promtail_apt_update_cache: True
promtail_version: "2.8.1"
promtail_version: "2.8.2"
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
Expand Down
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
docker
molecule==4.0.4
molecule-docker==2.1.0
ansible-compat<=4.0.0
pytest-testinfra
flake8
setuptools==67.3.2
setuptools==65.6.3

0 comments on commit c8f72bf

Please sign in to comment.