From 7a6dc14eada9b100fb7ef601d879f6b3806ddeab Mon Sep 17 00:00:00 2001 From: Kevin Oberlies Date: Fri, 8 Nov 2024 10:39:57 -0800 Subject: [PATCH] Bump version to 2.11.1 (#1886) --- AUTHORS | 3 +++ CHANGELOG.md | 24 ++++++++++++++++++++++++ esrally/_version.py | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 4e0314ee7..3ba1ba476 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,6 +27,7 @@ Guido Lena Cota Hendrik Muhs Honza Král Irina Truong +Ishan Bhatt Itamar Syn-Hershko Jason Bryan Jason Tedor @@ -49,6 +50,7 @@ Maciek Sufa Magnus Kessler Martijn van Groningen Matt Veitas +Max Jakob Michael Basnight Michael McCandless Mike Baamonde @@ -69,6 +71,7 @@ sstults Thomas Decaux Tobias Suckow tomcallahan +Ugo Sangiorgi uparamonau-es Vitor Anjos Vladimir Masarik diff --git a/CHANGELOG.md b/CHANGELOG.md index 2898f22ec..bf4f37436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +### 2.11.1 + +#### Highlights + +* [#1875](https://github.com/elastic/rally/pull/1875): Switch to JDK 21 + +#### Enhancements + +* [#1884](https://github.com/elastic/rally/pull/1884): Add Jinja filters for creating dynamic date ranges based on now() +* [#1871](https://github.com/elastic/rally/pull/1871): [ES-8436] feat: Change Dockerfile base images to Wolfi +* [#1865](https://github.com/elastic/rally/pull/1865): Add an option to filter by challange in list command +* [#1859](https://github.com/elastic/rally/pull/1859): Modify rally to allow multiple cars with complex configuration +* [#1858](https://github.com/elastic/rally/pull/1858): Bump urllib3 from 1.26.18 to 1.26.19 + +#### Bug Fixes + +* [#1882](https://github.com/elastic/rally/pull/1882): fixes #1881 - composite operation failing when track_total_hits is false +* [#1879](https://github.com/elastic/rally/pull/1879): Pull non-default branch commits selectively +* [#1877](https://github.com/elastic/rally/pull/1877): Docs: fix level of (warmup-)interations +* [#1876](https://github.com/elastic/rally/pull/1876): Cast batch size as int +* [#1863](https://github.com/elastic/rally/pull/1863): Avoid logging ES credentials from running Rally processes +* [#1861](https://github.com/elastic/rally/pull/1861): Restore time measurement on request end +* [#1848](https://github.com/elastic/rally/pull/1848): Pin `requests` library until we fix `docker-py` + ### 2.11.0 #### Highlights diff --git a/esrally/_version.py b/esrally/_version.py index 04f0e7534..200c23630 100644 --- a/esrally/_version.py +++ b/esrally/_version.py @@ -1 +1 @@ -__version__ = "2.11.0.dev0" +__version__ = "2.11.1"