mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docs: document minimum version for Docker
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled
See https://github.com/akvorado/akvorado/issues/2153.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*Akvorado* is written in Go. It provides its 4 components in a single binary or
|
*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)
|
Docker image. It also requires [Kafka](https://kafka.apache.org/quickstart)
|
||||||
(1.0+) and [ClickHouse](https://clickhouse.com/docs/en/getting-started/install/)
|
(1.0+) and [ClickHouse](https://clickhouse.com/docs/en/getting-started/install/)
|
||||||
(22.4+), which must be installed separately.
|
(22.4+).
|
||||||
|
|
||||||
## Docker image
|
## 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
|
the [quick start procedure](00-intro.md#quick-start). This documentation assumes
|
||||||
you are using the `docker compose` setup.
|
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`.
|
If you want to compile the Docker image yourself, use `make docker`.
|
||||||
|
|
||||||
## Pre-built binary
|
## Pre-built binary
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ identified with a specific icon:
|
|||||||
The previous release introduced a performance regression for users with many
|
The previous release introduced a performance regression for users with many
|
||||||
flows from a single exporter. This is fixed in this release.
|
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
|
- 🩹 *docker*: restart geoip container on boot
|
||||||
- 🌱 *inlet*: make load-balancing algorithm for Kafka partitions configurable
|
- 🌱 *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)
|
(`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*: prevent discarding flows on shutdown
|
||||||
- 🩹 *outlet*: enhance scaling up and down workers to avoid hysteresis
|
- 🩹 *outlet*: enhance scaling up and down workers to avoid hysteresis
|
||||||
- 🩹 *outlet*: accept flows where interface names or descriptions are missing
|
- 🩹 *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
|
- 🌱 *common*: enable block and mutex profiling
|
||||||
- 🌱 *outlet*: save IPFIX decoder state to a file to prevent discarding flows on start
|
- 🌱 *outlet*: save IPFIX decoder state to a file to prevent discarding flows on start
|
||||||
- 🌱 *config*: rename `verify` to `skip-verify` in TLS configurations for
|
- 🌱 *config*: rename `verify` to `skip-verify` in TLS configurations for
|
||||||
|
|||||||
Reference in New Issue
Block a user