From 0dafaba96ecccaddd2ec92af95a899088e2206e0 Mon Sep 17 00:00:00 2001 From: Jaime Silvela Date: Fri, 28 Apr 2023 17:26:20 +0200 Subject: [PATCH] doc: release notes for 1.2.0 (#6) Signed-off-by: Jaime Silvela --- ReleaseNotes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index c6e4038..511c5b3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -6,6 +6,24 @@ For a complete list of changes, please refer to the [commits](https://github.com/cloudnative-pg/ciclops/commits/main) on the `main` branch in GitHub. +## Version 1.2.0 + +**Release date:** April 28, 2023 + +Improvements: + +- Leverage the GitHub env variables inside the Python code to simplify (#5) +- General improvements on tests and documentation (#5) +- Optionally create a short summary for cases where the full summary might + exceed the allowed size in GitHub Actions (#4) +- Compute a new Alerts section with systematic failures, offer standalone for + chatops integration (#4) +- Add unit tests (#4) + +Fixes: + +- Stop showing `ignoreFail` cases in the code errors table (#4) + ## Version 1.1.0 **Release date:** Feb 20, 2023