mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docker: update Kafka to 4.1.1
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
This commit is contained in:
@@ -28,6 +28,7 @@ identified with a specific icon:
|
||||
- 🌱 *config*: remote data sources accept a specific TLS configuration
|
||||
- 🌱 *config*: gNMI metadata provider has been converted to the same TLS
|
||||
configuration than ClickHouse, Kafka and remote data sources.
|
||||
- 🌱 *docker*: update Kafka to 4.1.1
|
||||
|
||||
## 2.0.2 - 2025-10-29
|
||||
|
||||
@@ -44,7 +45,7 @@ prevent packet drops on busier setups.
|
||||
- 🌱 *outlet*: cap the number of workers to the number of Kafka partitions
|
||||
- 🌱 *console*: add `auth`→`logout-url` and `auth`→`avatar-url` to configure
|
||||
logout and avatar URLs when not provided as headers
|
||||
- 🌱 *docker*: update Vector to 0.50.0.
|
||||
- 🌱 *docker*: update Vector to 0.50.0
|
||||
|
||||
## 2.0.1 - 2025-10-02
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
# main services
|
||||
kafka:
|
||||
image: apache/kafka:4.1.0 # \d+\.\d+\.\d+
|
||||
image: apache/kafka:4.1.1 # \d+\.\d+\.\d+
|
||||
redis:
|
||||
image: valkey/valkey:7.2 # \d+\.\d+
|
||||
clickhouse:
|
||||
|
||||
Reference in New Issue
Block a user