From e249dc4ab12e0fedeed13fcbf1552d2d79adbb48 Mon Sep 17 00:00:00 2001 From: CodeLieutenant Date: Thu, 9 Jan 2025 18:43:54 +0000 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcdfcb4109..a7c74bd1e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v3.17.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-11-19) +## [v3.17.1](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-12-23) + +[Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.17.0...v3.17.1) + +**Merged pull requests:** + +- docs: add github action workflows to update README on DockerHub [\#35](https://github.com/scylladb/cassandra-stress/pull/35) ([CodeLieutenant](https://github.com/CodeLieutenant)) + +## [v3.17.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-11-19) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.16.0...v3.17.0) @@ -8,7 +16,7 @@ - Switch to `ReplicaOrdering.RANDOM` for select LBPs [\#32](https://github.com/scylladb/cassandra-stress/pull/32) ([Bouncheck](https://github.com/Bouncheck)) -## [v3.16.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-11-18) +## [v3.16.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-11-18) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.15.0...v3.16.0) @@ -16,7 +24,7 @@ - Add support for hostname verification [\#31](https://github.com/scylladb/cassandra-stress/pull/31) ([dimakr](https://github.com/dimakr)) -## [v3.15.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-10-21) +## [v3.15.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-10-21) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.14.0...v3.15.0) @@ -30,7 +38,7 @@ - Make it use DCAwareRoundRobinPolicy unless rack is provided [\#21](https://github.com/scylladb/cassandra-stress/pull/21) ([dkropachev](https://github.com/dkropachev)) -## [v3.14.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-09-03) +## [v3.14.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-09-03) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.13.0...v3.14.0) @@ -43,7 +51,7 @@ - feature\(docker\): adding support for dependabot [\#19](https://github.com/scylladb/cassandra-stress/pull/19) ([CodeLieutenant](https://github.com/CodeLieutenant)) - README.md: reformat and add note on running c-s with container [\#18](https://github.com/scylladb/cassandra-stress/pull/18) ([tchaikov](https://github.com/tchaikov)) -## [v3.13.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-08-21) +## [v3.13.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-08-21) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.12.2...v3.13.0) @@ -52,7 +60,7 @@ - fix\(docker\): Use ubuntu and eclipse-temurin base image [\#14](https://github.com/scylladb/cassandra-stress/pull/14) ([CodeLieutenant](https://github.com/CodeLieutenant)) - improve\(runMulti\): Improve threadCount steps to find max throughput [\#12](https://github.com/scylladb/cassandra-stress/pull/12) ([roydahan](https://github.com/roydahan)) -## [v3.12.2](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-08-11) +## [v3.12.2](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-08-11) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.12.1...v3.12.2) @@ -60,11 +68,11 @@ - fix\(docker\): adding bash to support SCT for Scylla enterprice [\#9](https://github.com/scylladb/cassandra-stress/pull/9) ([CodeLieutenant](https://github.com/CodeLieutenant)) -## [v3.12.1](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-07-31) +## [v3.12.1](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-07-31) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.12.0...v3.12.1) -## [v3.12.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-07-22) +## [v3.12.0](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-07-22) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/v3.11.14...v3.12.0) @@ -75,7 +83,7 @@ - cassandra-stress: Make default repl. strategy NetworkTopologyStrategy [\#2](https://github.com/scylladb/cassandra-stress/pull/2) ([CodeLieutenant](https://github.com/CodeLieutenant)) - cassandra-stress: delay before retry [\#1](https://github.com/scylladb/cassandra-stress/pull/1) ([CodeLieutenant](https://github.com/CodeLieutenant)) -## [v3.11.14](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.0) (2024-07-18) +## [v3.11.14](https://github.com/scylladb/cassandra-stress/releases/tag/v3.17.1) (2024-07-18) [Full Changelog](https://github.com/scylladb/cassandra-stress/compare/1f91e99223b0d1b7ed8390400d4a06ac08e4aa85...v3.11.14)