From 75b27ab3f306247fd6795d709ef47449fe82693c Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 28 Feb 2019 16:56:49 +0200 Subject: [PATCH] Add change log for v0.7.0 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7825eb6..1e3af807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project are documented in this file. +## 0.7.0 (2019-02-28) + +Adds support for custom metric checks, HTTP timeouts and HTTP retries + +#### Features + +- Allow custom promql queries in the canary analysis spec [##60](https://github.com/stefanprodan/flagger/pull/#60) +- Add HTTP timeout and retries to canary service spec [##62](https://github.com/stefanprodan/flagger/pull/#62) + ## 0.6.0 (2019-02-25) Allows for [HTTPMatchRequests](https://istio.io/docs/reference/config/istio.networking.v1alpha3/#HTTPMatchRequest) @@ -20,7 +29,6 @@ to be customized in the service spec of the canary custom resource. - Run e2e testing on [Kubernetes Kind](https://github.com/kubernetes-sigs/kind) for canary promotion [#53](https://github.com/stefanprodan/flagger/pull/53) - ## 0.5.1 (2019-02-14) Allows skipping the analysis phase to ship changes directly to production