This is an automated email from the ASF dual-hosted git repository.
achennaka pushed a commit to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/branch-1.18.x by this push:
new b69a6530b [docs] update 1.18.1 release notes with KUDU-3698
b69a6530b is described below
commit b69a6530baf7eb25b944f1d3f6e34e929ac85a87
Author: Alexey Serbin <[email protected]>
AuthorDate: Thu Sep 11 16:03:23 2025 -0700
[docs] update 1.18.1 release notes with KUDU-3698
Change-Id: I225e155c326b425b063854458dc394329eb5b6a7
Reviewed-on: http://gerrit.cloudera.org:8080/23417
Tested-by: Kudu Jenkins
Reviewed-by: Abhishek Chennaka <[email protected]>
---
docs/release_notes.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 6a74a427e..6ee8722df 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -16,7 +16,7 @@
// under the License.
[[release_notes]]
-= Apache Kudu 1.18.0 Release Notes
+= Apache Kudu 1.18.1 Release Notes
:author: Kudu Team
:imagesdir: ./images
@@ -43,6 +43,8 @@ below.
optional (see https://issues.apache.org/jira/browse/KUDU-3677[KUDU-3677]).
* Kudu CLI tools no longer crash on exit, as the global state of the OpenSSL
library is
cleaned up explicitly (see
https://issues.apache.org/jira/browse/KUDU-3635[KUDU-3635]).
+* Fixed NPE in Kudu Java client introduced by the code first released with
+ Kudu 1.17.0 (see https://issues.apache.org/jira/browse/KUDU-3698[KUDU-3698]).
[[rn_1.18.1_improvements]]
== Optimizations and improvements