From d9035682f389141b1f4c5662c86f78d64e6bb4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Fri, 30 Aug 2024 16:20:57 +0000 Subject: [PATCH] Release 1.1.5 --- NEWS | 12 ++++++++++++ grimoire_elk/_version.py | 4 ++-- pyproject.toml | 2 +- releases/1.1.5.md | 11 +++++++++++ .../processed/git-branches-study-improved.yml | 12 ------------ 5 files changed, 26 insertions(+), 15 deletions(-) create mode 100644 releases/1.1.5.md delete mode 100644 releases/unreleased/processed/git-branches-study-improved.yml diff --git a/NEWS b/NEWS index 58d159c37..5dd233b4b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ # Releases +## grimoire-elk 1.1.5 - (2024-08-30) + +**Bug fixes:** + + * Git branches study improved\ + Previously, while the branches study was running, the `branches` field + remained empty or partially filled until the study was completed, + leading to incorrect data being displayed on the dashboard. With this + change, the branches field is updated only after the study has + finished. + + ## grimoire-elk 1.1.4 - (2024-08-13) **Bug fixes:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 126b8aa9b..066b4aa7e 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-08-30 15:25:34.490757 -__version__ = "1.1.5-rc.1" +# File auto-generated by semverup on 2024-08-30 16:20:56.876615 +__version__ = "1.1.5" diff --git a/pyproject.toml b/pyproject.toml index 217ec0cd3..6f075a090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "1.1.5-rc.1" +version = "1.1.5" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/1.1.5.md b/releases/1.1.5.md new file mode 100644 index 000000000..26f22e435 --- /dev/null +++ b/releases/1.1.5.md @@ -0,0 +1,11 @@ +## grimoire-elk 1.1.5 - (2024-08-30) + +**Bug fixes:** + + * Git branches study improved\ + Previously, while the branches study was running, the `branches` field + remained empty or partially filled until the study was completed, + leading to incorrect data being displayed on the dashboard. With this + change, the branches field is updated only after the study has + finished. + diff --git a/releases/unreleased/processed/git-branches-study-improved.yml b/releases/unreleased/processed/git-branches-study-improved.yml deleted file mode 100644 index 4391bb165..000000000 --- a/releases/unreleased/processed/git-branches-study-improved.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Git branches study improved -category: fixed -author: null -issue: null -notes: > - Previously, while the branches study was running, - the `branches` field remained empty or partially filled - until the study was completed, leading to incorrect data - being displayed on the dashboard. - With this change, the branches field is updated only - after the study has finished.