Skip to content

Commit

Permalink
add 1.17.1 blog post
Browse files Browse the repository at this point in the history
Change-Id: Ic3af2ee9e16f3d09138e37f6021b1efffb4f5368
Reviewed-on: http://gerrit.cloudera.org:8080/22069
Reviewed-by: Alexey Serbin <[email protected]>
Reviewed-by: Ashwani Raina <[email protected]>
Tested-by: Abhishek Chennaka <[email protected]>
Reviewed-by: Mahesh Reddy <[email protected]>
  • Loading branch information
Abhishek Chennaka authored and achennaka committed Nov 25, 2024
1 parent a71b5b5 commit 00edf85
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions _posts/2024-11-13-apache-kudu-1-17-1-release.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 00edf85

Please sign in to comment.