Update changelog

This commit is contained in:
stefanprodan
2019-07-29 15:52:50 +03:00
parent 5922e96044
commit 6e66f02585
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -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
+2 -1
View File
@@ -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.