The Apache Kudu team is happy to announce the release of Kudu 1.17.1!
This maintenance release fixes critical bugs and build issues discovered in Apache Kudu 1.17.0. Users of Kudu 1.17.0 are encouraged to upgrade to 1.17.1 as soon as possible.
The changes include the following:
-
Upgraded several thirdparty components either to address CVEs or fix build issues discovered with contemporary releases.
-
Fixed file descriptor leak in encryption-at-rest (see KUDU-3520).
-
Fixed bug in range-aware tablet replica placement causing Kudu master to crash (see KUDU-3532).
The above is just a few of the fixes, for a more complete list of improvements and fixes please refer to the release notes.
The Apache Kudu project only publishes source code releases. To build Kudu 1.17.1, follow these steps:
- Download the Kudu 1.17.1 source release
- Follow the instructions in the documentation to build Kudu 1.17.1 from source
For your convenience, binary JAR files for the Kudu Java client library, Spark DataSource, Flume sink, and other Java integrations are published to the ASF Maven repository and are now available.
The Python client source is also available on PyPI.
Additionally, experimental Docker images are published to Docker Hub.