Skip to content

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Nov 7, 2023
1 parent 01ee207 commit 535330f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Daniel Mitterdorfer
David Turner
Debanjan Choudhury
Dennis Lawler
dependabot[bot]
Dimitrios Liappis
DJRickyB
Domenico Andreoli
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### 2.10.0

#### Highlights

* [#1797](https://github.com/elastic/rally/pull/1797): Document Rally use with Elastic Serverless

#### Enhancements

* [#1791](https://github.com/elastic/rally/pull/1791): Add ESQL operator
* [#1789](https://github.com/elastic/rally/pull/1789): Add serverless-aware runners
* [#1787](https://github.com/elastic/rally/pull/1787) (Breaking): Inject serverless_operator in track templates
* [#1786](https://github.com/elastic/rally/pull/1786): Add support for zstd-compression
* [#1785](https://github.com/elastic/rally/pull/1785): Fix serverless public use in trivial tracks

#### Bug Fixes

* [#1790](https://github.com/elastic/rally/pull/1790): Retrieve cluster info in serverless public mode
* [#1784](https://github.com/elastic/rally/pull/1784): Fix crash on too many consecutive errors

#### Miscellaneous Changes

* [#1793](https://github.com/elastic/rally/pull/1793): Bump urllib3 from 1.26.9 to 1.26.18

### 2.9.1

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion esrally/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.9.1.dev0"
__version__ = "2.10.0"
2 changes: 1 addition & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Preparing ${__NOTICE_OUTPUT_FILE}"
source create-notice.sh

echo "Updating author information"
git log --format='%aN' | LC_ALL=en_US.UTF-8 sort -u > AUTHORS
git log --format='%aN' | sort -fu > AUTHORS
# This will produce a non-zero exit code iff there are changes.
# Obviously we should disable exiting on error temporarily.
set +e
Expand Down

0 comments on commit 535330f

Please sign in to comment.