From 675687c06c450e02e1963e2c6132d4d48510c4f3 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 18 Jun 2024 17:12:37 +0200 Subject: [PATCH] Add config change --- testrunner/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testrunner/CHANGELOG.md b/testrunner/CHANGELOG.md index 8002c29..77c2002 100644 --- a/testrunner/CHANGELOG.md +++ b/testrunner/CHANGELOG.md @@ -1,5 +1,9 @@ # Testrunner changelog (we do [semantic versioning](https://semver.org)) +## UNRELEASE +### Fixed +* Set --cap-add=NET_ADMIN as default for extraparameters (needed for throttling. + ## 0.1.1 - 2024-06-18 ### Fixed * Make sure that API calls aren't passed on within the testrunner [#21](https://github.com/sitespeedio/onlinetest/pull/21).