From 4ca110292f573bb9b366195baf8e85346c3dfc39 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 3 Nov 2019 11:57:58 +0200 Subject: [PATCH] Add v0.20.1 changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5cde1c..b9477720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project are documented in this file. +## 0.20.1 (2019-11-03) + +Fixes promql execution and updates the load testing tools + +#### Improvements + +- Update load tester Helm tools [#8349dd1](https://github.com/weaveworks/flagger/commit/8349dd1cda59a741c7bed9a0f67c0fc0fbff4635) +- e2e testing: update providers [#346](https://github.com/weaveworks/flagger/pull/346) + +#### Fixes + +- Fix Prometheus query escape [#353](https://github.com/weaveworks/flagger/pull/353) +- Updating hey release link [#350](https://github.com/weaveworks/flagger/pull/350) + ## 0.20.0 (2019-10-21) Adds support for [A/B Testing](https://docs.flagger.app/usage/progressive-delivery#traffic-mirroring) and retry policies when using App Mesh