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 734cb7883 Update 1.18.1 release notes 734cb7883 is described below commit 734cb78837adff88428e3dda611a7ea6e4b15bcb Author: Abhishek Chennaka <achenn...@apache.org> AuthorDate: Mon Aug 4 14:45:31 2025 -0700 Update 1.18.1 release notes Change-Id: Ie7efa5402bd6997590bc2d81a82c6e65ff47fd1f Reviewed-on: http://gerrit.cloudera.org:8080/23368 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <ale...@apache.org> Reviewed-by: Gabriella Lotz <lotzgabrie...@gmail.com> Reviewed-by: Zoltan Chovan <zcho...@cloudera.com> --- docs/release_notes.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index a903d034a..6a74a427e 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -28,6 +28,30 @@ :sectlinks: :experimental: +[[rn_1.18.1]] +Apache Kudu 1.18.1 is a bug-fix release that addresses one critical Java client +dependency issue introduced in Kudu 1.18.0 along with other fixes/improvements listed +below. + +[[rn_1.18.1_upgrade_notes]] +== Upgrade Notes + +[[rn_1.18.1_fixed_issues]] +== Fixed Issues + +* The Kudu Java dependencies published in compileUnshaded dependency scope are no longer marked + 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]). + +[[rn_1.18.1_improvements]] +== Optimizations and improvements + +* Kudu's embedded webserver now supports setting the minimum required TLS version up to TLSv1.3. +* It is now possible to control TLSv1.3-specific cipher suites used by Kudu's embedded webserver + via the newly introduced --webserver_tls_ciphersuites flag. +* Upgraded the Apache Spark dependency from 3.2.4 to 3.5. + [[rn_1.18.0_upgrade_notes]] == Upgrade Notes