diff --git a/console/data/docs/01-install.md b/console/data/docs/01-install.md index d37a35eb..067d5e6c 100644 --- a/console/data/docs/01-install.md +++ b/console/data/docs/01-install.md @@ -3,7 +3,7 @@ *Akvorado* is written in Go. It provides its 4 components in a single binary or Docker image. It also requires [Kafka](https://kafka.apache.org/quickstart) (1.0+) and [ClickHouse](https://clickhouse.com/docs/en/getting-started/install/) -(22.4+), which must be installed separately. +(22.4+). ## Docker image @@ -19,6 +19,8 @@ Check the `docker/docker-compose.yml` file for an example of how to deploy the [quick start procedure](00-intro.md#quick-start). This documentation assumes you are using the `docker compose` setup. +The minimum supported version for Docker Engine is v25 (Docker API 1.44). + If you want to compile the Docker image yourself, use `make docker`. ## Pre-built binary diff --git a/console/data/docs/99-changelog.md b/console/data/docs/99-changelog.md index a6623115..aea9cff2 100644 --- a/console/data/docs/99-changelog.md +++ b/console/data/docs/99-changelog.md @@ -15,6 +15,7 @@ identified with a specific icon: The previous release introduced a performance regression for users with many flows from a single exporter. This is fixed in this release. +- 💥 *docker*: bump minimum Docker API version supported to 1.44 (Docker Engine v25) - 🩹 *docker*: restart geoip container on boot - 🌱 *inlet*: make load-balancing algorithm for Kafka partitions configurable (`random` or `by-exporter`) and revert back to `random` by default (like before 2.0.3) @@ -33,7 +34,7 @@ This release contains some important fixes to prevent flow corruption under heav - 🩹 *outlet*: prevent discarding flows on shutdown - 🩹 *outlet*: enhance scaling up and down workers to avoid hysteresis - 🩹 *outlet*: accept flows where interface names or descriptions are missing -- 🩹 *docker*: update Traefik to 3.6.1 (for compatibility with Docker Engine 29) +- 🩹 *docker*: update Traefik to 3.6.1 (for compatibility with Docker Engine v29) - 🌱 *common*: enable block and mutex profiling - 🌱 *outlet*: save IPFIX decoder state to a file to prevent discarding flows on start - 🌱 *config*: rename `verify` to `skip-verify` in TLS configurations for