From bb6bdf9e21c02b209d2ca3a1e2e855fd856a212c Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 13 Feb 2022 22:11:48 +0100 Subject: [PATCH] Changelog updates for 2.8.1 --- CHANGELOG.md | 12 ++++++++++++ docs/changelog.rst | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e051cf5fe3..618bb16401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog Note that PRs for the latest version are sometimes missing here, check [github](https://github.com/locustio/locust/releases) for the latest info. +## [2.8.1](https://github.com/locustio/locust/tree/2.8.1) (2022-02-13) + +[Full Changelog](https://github.com/locustio/locust/compare/2.8.0...2.8.1) + +**Fixed bugs:** + +- Load being distributed to missing workers too Version 2.7.4.dev14 [\#2008](https://github.com/locustio/locust/issues/2008) + +**Merged pull requests:** + +- Dockerfile: use a builder image to further optimize image size [\#2013](https://github.com/locustio/locust/pull/2013) ([cyberw](https://github.com/cyberw)) + ## [2.8.0](https://github.com/locustio/locust/tree/2.8.0) (2022-02-13) [Full Changelog](https://github.com/locustio/locust/compare/2.7.3...2.8.0) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4ad38a9351..a3640dfdb3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog Highlights For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md +2.8.1 +===== + +* Further optimize docker image + 2.8.0 =====