From 03867f4230e25bb82dfe87c6a9acb6a627c1e786 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Wed, 20 Jan 2021 17:26:11 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2003791d..2fd5574381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Change - Disable pretty logging by default: [#1133](https://github.com/owncloud/ocis/pull/1133) * Change - Generate cryptographically secure state token: [#1203](https://github.com/owncloud/ocis/pull/1203) +* Change - Move k6 to cdperf: [#1358](https://github.com/owncloud/ocis/pull/1358) * Change - Update go version: [#1364](https://github.com/owncloud/ocis/pull/1364) * Change - Update ownCloud Web to v1.0.1: [#1191](https://github.com/owncloud/ocis/pull/1191) * Enhancement - Add OCIS_URL env var: [#1148](https://github.com/owncloud/ocis/pull/1148) @@ -33,6 +34,15 @@ The following sections list the changes for unreleased. https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random +* Change - Move k6 to cdperf: [#1358](https://github.com/owncloud/ocis/pull/1358) + + Tags: performance, testing, k6 + + The ownCloud performance tests can not only be used to test ocis. This is why we have decided to + move the k6 tests to https://github.com/owncloud/cdperf + + https://github.com/owncloud/ocis/pull/1358 + * Change - Update go version: [#1364](https://github.com/owncloud/ocis/pull/1364) Tags: go