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