This is an automated email from the ASF dual-hosted git repository. achennaka pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 00edf85eaccc0cb182d8bcc63046e8179aec5f83 Author: Abhishek Chennaka <achenn...@apache.org> AuthorDate: Wed Nov 13 16:27:43 2024 -0800 add 1.17.1 blog post Change-Id: Ic3af2ee9e16f3d09138e37f6021b1efffb4f5368 Reviewed-on: http://gerrit.cloudera.org:8080/22069 Reviewed-by: Alexey Serbin <ale...@apache.org> Reviewed-by: Ashwani Raina <ara...@cloudera.com> Tested-by: Abhishek Chennaka <achenn...@cloudera.com> Reviewed-by: Mahesh Reddy <mre...@cloudera.com> --- _posts/2024-11-13-apache-kudu-1-17-1-release.md | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/_posts/2024-11-13-apache-kudu-1-17-1-release.md b/_posts/2024-11-13-apache-kudu-1-17-1-release.md new file mode 100644 index 000000000..6fa02e1e6 --- /dev/null +++ b/_posts/2024-11-13-apache-kudu-1-17-1-release.md @@ -0,0 +1,45 @@ +--- +layout: post +title: Apache Kudu 1.17.1 Released +author: Abhishek Chennaka +--- + +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: + +<!--more--> + +* 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 https://issues.apache.org/jira/browse/KUDU-3520[KUDU-3520]). + +* Fixed bug in range-aware tablet replica placement causing Kudu master to crash + (see https://issues.apache.org/jira/browse/KUDU-3532[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](/releases/1.17.1/docs/release_notes.html). + +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](/releases/1.17.1) +- Follow the instructions in the documentation to build Kudu [1.17.1 from + source](/releases/1.17.1/docs/installation.html#build_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](https://search.maven.org/search?q=g:org.apache.kudu%20AND%20v:1.17.1). + +The Python client source is also available on +[PyPI](https://pypi.org/project/kudu-python/). + +Additionally, experimental Docker images are published to +[Docker Hub](https://hub.docker.com/r/apache/kudu).