mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
@@ -17,6 +17,7 @@ identified with a specific icon:
|
||||
false by default)
|
||||
- 🩹 *outlet*: provide additional gracetime for a worker to send to ClickHouse
|
||||
- 🩹 *outlet*: enhance scaling up and down workers to avoid hysteresis
|
||||
- 🩹 *docker*: update Traefik to 3.6.1 (for compatibility with Docker Engine 29)
|
||||
- 🌱 *common*: enable block and mutex profiling
|
||||
- 🌱 *config*: rename `verify` to `skip-verify` in TLS configurations for
|
||||
ClickHouse, Kafka and remote data sources (with inverted logic)
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
clickhouse-keeper:
|
||||
image: clickhouse/clickhouse-keeper:25.8 # \d+\.[38]
|
||||
traefik:
|
||||
image: traefik:v3.5 # v\d+\.\d+
|
||||
image: traefik:v3.6 # v\d+\.\d+
|
||||
maxmind-geoipupdate:
|
||||
image: ghcr.io/maxmind/geoipupdate:v7
|
||||
ipinfo-geoipupdate:
|
||||
|
||||
Reference in New Issue
Block a user