4 Commits

Author SHA1 Message Date
93f19fa957 misc: configure poetry to use in-project venv 2025-09-01 00:53:02 -07:00
renovate[bot]
786e038f6c chore(deps): update traefik docker tag to v3.5 2025-07-23 22:30:56 +00:00
renovate[bot]
902a3cdc96 fix(deps): update dependency ansible to v11.6.0 2025-06-08 22:22:40 +00:00
3b08d1a615 monitoring: revert loki version to 3.5 2025-06-08 14:55:25 -07:00
4 changed files with 12 additions and 10 deletions

14
poetry.lock generated
View File

@@ -2,29 +2,29 @@
[[package]] [[package]]
name = "ansible" name = "ansible"
version = "11.5.0" version = "11.6.0"
description = "Radically simple IT automation" description = "Radically simple IT automation"
optional = false optional = false
python-versions = ">=3.11" python-versions = ">=3.11"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "ansible-11.5.0-py3-none-any.whl", hash = "sha256:d20bc30f44a35678ca5f05868084f2f52a8bb6f024e85dc80639f6ac4364cc61"}, {file = "ansible-11.6.0-py3-none-any.whl", hash = "sha256:5b9c19d6a1080011c14c821bc7e6f8fd5b2a392219cbf2ced9be05e6d447d8cd"},
{file = "ansible-11.5.0.tar.gz", hash = "sha256:18a3fc73120a49ade9a9a67eb8f9d4f5009d2106c34ffeb9663ad928b76ed59b"}, {file = "ansible-11.6.0.tar.gz", hash = "sha256:934a948caa3ec1a3eb277e7ab1638b808b074a6e0c46045794cde7b637e275d8"},
] ]
[package.dependencies] [package.dependencies]
ansible-core = ">=2.18.5,<2.19.0" ansible-core = ">=2.18.6,<2.19.0"
[[package]] [[package]]
name = "ansible-core" name = "ansible-core"
version = "2.18.5" version = "2.18.6"
description = "Radically simple IT automation" description = "Radically simple IT automation"
optional = false optional = false
python-versions = ">=3.11" python-versions = ">=3.11"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "ansible_core-2.18.5-py3-none-any.whl", hash = "sha256:4a1e75a24969d0a650d399bffbaf5a76d7c9b96a21a199a939fe836c3452718d"}, {file = "ansible_core-2.18.6-py3-none-any.whl", hash = "sha256:12a34749a7b20f0f1536bd3e3b2e137341867e4642e351273e96647161f595c0"},
{file = "ansible_core-2.18.5.tar.gz", hash = "sha256:319304d161770a8a891c07dec8a22c528548a948a7097eaf1a79939395105535"}, {file = "ansible_core-2.18.6.tar.gz", hash = "sha256:25bb20ce1516a1b7307831b263cef684043b3720711466bd9d4164e5fd576557"},
] ]
[package.dependencies] [package.dependencies]

2
poetry.toml Normal file
View File

@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true

View File

@@ -22,7 +22,7 @@ services:
{# - ./grafana_config:/etc/grafana:ro#} {# - ./grafana_config:/etc/grafana:ro#}
loki: loki:
image: grafana/loki:3.4 image: grafana/loki:3.5
container_name: loki container_name: loki
restart: unless-stopped restart: unless-stopped
# Needed to make config files readable (not anymore, TODO: remove) # Needed to make config files readable (not anymore, TODO: remove)
@@ -40,7 +40,7 @@ services:
- /tmp/loki - /tmp/loki
promtail: promtail:
image: grafana/promtail:3.4 image: grafana/promtail:3.5
container_name: promtail container_name: promtail
restart: unless-stopped restart: unless-stopped
command: command:

View File

@@ -5,7 +5,7 @@ networks:
services: services:
traefik: traefik:
image: traefik:v3.4 image: traefik:v3.5
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
env_file: env_file: