From 8f1e5c33af557c852e206b734232b1c8a8a91cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Tue, 11 Jul 2023 16:06:16 +0000 Subject: [PATCH] Release 0.107.0 --- NEWS | 12 ++++++++++++ grimoire_elk/_version.py | 4 ++-- pyproject.toml | 2 +- releases/0.107.0.md | 11 +++++++++++ .../enrichment-process-performance-improved.yml | 12 ------------ 5 files changed, 26 insertions(+), 15 deletions(-) create mode 100644 releases/0.107.0.md delete mode 100644 releases/unreleased/processed/enrichment-process-performance-improved.yml diff --git a/NEWS b/NEWS index f74f2edbb..c6415f313 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ # Releases +## grimoire-elk 0.107.0 - (2023-07-11) + +**Performance improvements:** + + * Enrichment processing time reduced by 50%\ + The general performance was improved reducing the number of calls to + the identities manager (i.g. `SortingHat`). There were some deprecated + calls that weren't needed any longer and also, we increased the cache + of individuals in ELKs. We were also able to reduce the processing + time of the Git backend by converting commit dates only once. + + ## grimoire-elk 0.106.0 - (2023-06-28) **Performance improvements:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index a93aa3757..fa7944eb2 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-07-11 14:32:14.803609 -__version__ = "0.107.0-rc.1" +# File auto-generated by semverup on 2023-07-11 16:06:15.968830 +__version__ = "0.107.0" diff --git a/pyproject.toml b/pyproject.toml index 7d0f9b286..1716b9851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "0.107.0-rc.1" +version = "0.107.0" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/0.107.0.md b/releases/0.107.0.md new file mode 100644 index 000000000..a770efc19 --- /dev/null +++ b/releases/0.107.0.md @@ -0,0 +1,11 @@ +## grimoire-elk 0.107.0 - (2023-07-11) + +**Performance improvements:** + + * Enrichment processing time reduced by 50%\ + The general performance was improved reducing the number of calls to + the identities manager (i.g. `SortingHat`). There were some deprecated + calls that weren't needed any longer and also, we increased the cache + of individuals in ELKs. We were also able to reduce the processing + time of the Git backend by converting commit dates only once. + diff --git a/releases/unreleased/processed/enrichment-process-performance-improved.yml b/releases/unreleased/processed/enrichment-process-performance-improved.yml deleted file mode 100644 index cf1fd38da..000000000 --- a/releases/unreleased/processed/enrichment-process-performance-improved.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Enrichment processing time reduced by 50% -category: performance -author: Quan Zhou -issue: null -notes: | - The general performance was improved reducing the number of calls - to the identities manager (i.g. `SortingHat`). There were some deprecated - calls that weren't needed any longer and also, we increased the cache of - individuals in ELKs. - We were also able to reduce the processing time of the Git backend by - converting commit dates only once.