From a83ce20fcc29a631d59ba41ef8eccb10b62a0be5 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 1 Oct 2024 15:31:24 +0400 Subject: [PATCH] Release 8.15.1 --- CHANGELOG.rst | 6 ++++++ eland/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3e7be1..3b11750 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +8.15.1 (2024-10-01) +------------------- + +* Upgrade PyTorch to version 2.3.1, which is compatible with Elasticsearch 8.15.2 or above +* Migrate to distroless Wolfi base Docker image + 8.15.0 (2024-08-12) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 8fd824d..de490f1 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -18,7 +18,7 @@ __title__ = "eland" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __url__ = "https://github.com/elastic/eland" -__version__ = "8.15.0" +__version__ = "8.15.1" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"