Savonitar opened a new pull request, #227: URL: https://github.com/apache/flink-connector-kafka/pull/227
Bump testcontainers from 1.21.3 to 1.21.4 to fix Docker API version incompatibility on GitHub Actions. GitHub Actions `ubuntu-latest` has transitioned to Ubuntu 24.04, which ships with Docker 27+. Docker 27+ requires a minimum API version of 1.44, but testcontainers 1.21.3 hardcodes `RemoteApiVersion.VERSION_1_32` as a fallback in `DockerClientProviderStrategy.getClientForConfig()`. This causes all testcontainers-based tests to fail with: ``` client version 1.32 is too old. Minimum supported API version is 1.44 ``` Testcontainers 1.21.4 fixes this by updating the API version: https://github.com/testcontainers/testcontainers-java/pull/11216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
