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

This commit is contained in:
Vincent Bernat
2025-11-19 06:26:53 +01:00
parent 3c04bef68a
commit a072ad38e0
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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: