From 6e66f02585d51f6baee01be7034a0d6a72a4839f Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 29 Jul 2019 15:52:50 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- docs/gitbook/how-it-works.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8520af..963354d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project are documented in this file. -## 0.18.0 (2019-07-26) +## 0.18.0 (2019-07-29) -Adds support for [manual gating](https://docs.flagger.app/how-it-works#manual-gating) +Adds support for [manual gating](https://docs.flagger.app/how-it-works#manual-gating) and pausing/resuming an ongoing analysis #### Features @@ -13,6 +13,7 @@ Adds support for [manual gating](https://docs.flagger.app/how-it-works#manual-ga #### Improvements - Refactor canary change detection and status [#240](https://github.com/weaveworks/flagger/pull/240) +- Implement finalising state [#257](https://github.com/weaveworks/flagger/pull/257) - Add gRPC load testing tool [#248](https://github.com/weaveworks/flagger/pull/248) #### Breaking changes diff --git a/docs/gitbook/how-it-works.md b/docs/gitbook/how-it-works.md index bc41d51b..34a0806d 100644 --- a/docs/gitbook/how-it-works.md +++ b/docs/gitbook/how-it-works.md @@ -142,7 +142,8 @@ status: type: Promoted ``` -The `Promoted` status condition can have one of the following reasons: Initialized, Waiting, Progressing, Succeeded or Failed. +The `Promoted` status condition can have one of the following reasons: +Initialized, Waiting, Progressing, Finalising, Succeeded or Failed. A failed canary will have the promoted status set to `false`, the reason to `failed` and the last applied spec will be different to the last promoted one.