From d7a0f7e95573389de1a8acaa01e8aa6d410d26df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Wed, 1 Feb 2023 11:13:20 +0000 Subject: [PATCH] Release 0.104.0 --- NEWS | 20 +++++++++++++++++++ grimoire_elk/_version.py | 4 ++-- pyproject.toml | 2 +- releases/0.104.0.md | 19 ++++++++++++++++++ .../processed/sortinghat-database-changed.yml | 13 ------------ .../sortinghat-mandatory-parameters.yml | 8 -------- .../sortinghatclienterror-exception-fixed.yml | 8 -------- 7 files changed, 42 insertions(+), 32 deletions(-) create mode 100644 releases/0.104.0.md delete mode 100644 releases/unreleased/processed/sortinghat-database-changed.yml delete mode 100644 releases/unreleased/processed/sortinghat-mandatory-parameters.yml delete mode 100644 releases/unreleased/processed/sortinghatclienterror-exception-fixed.yml diff --git a/NEWS b/NEWS index f87edff56..6ef443182 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,25 @@ # Releases +## grimoire-elk 0.104.0 - (2023-02-01) + +**Bug fixes:** + + * SortingHatClientError exception fixed\ + Exception raised with SortingHatClientError has been fixed in + add_identity method. + * SortingHat mandatory parameters\ + Include SortingHat 0.8.x mandatory parameters. Now `sh_port`, + `sh_path`, `sh_ssl` are required. + +**Breaking changes:** + + * Support of SortingHat 0.8\ + GrimoireLab starts using a new version of SortingHat. SortingHat is + now a web service that provides an API to manage identities and + organizations. GrimoireELK now connects to the new SortingHat database + using GraphQL. The previous version of SortingHat is now deprecated. + + ## grimoire-elk 0.103.3 - (2022-11-07) **Bug fixes:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 1c5b51127..a3e6d2460 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-02-01 09:23:07.617119 -__version__ = "0.104.0-rc.8" +# File auto-generated by semverup on 2023-02-01 11:13:20.053368 +__version__ = "0.104.0" diff --git a/pyproject.toml b/pyproject.toml index 5a0507146..380e0b754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "0.104.0-rc.8" +version = "0.104.0" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/0.104.0.md b/releases/0.104.0.md new file mode 100644 index 000000000..71d28d67e --- /dev/null +++ b/releases/0.104.0.md @@ -0,0 +1,19 @@ +## grimoire-elk 0.104.0 - (2023-02-01) + +**Bug fixes:** + + * SortingHatClientError exception fixed\ + Exception raised with SortingHatClientError has been fixed in + add_identity method. + * SortingHat mandatory parameters\ + Include SortingHat 0.8.x mandatory parameters. Now `sh_port`, + `sh_path`, `sh_ssl` are required. + +**Breaking changes:** + + * Support of SortingHat 0.8\ + GrimoireLab starts using a new version of SortingHat. SortingHat is + now a web service that provides an API to manage identities and + organizations. GrimoireELK now connects to the new SortingHat database + using GraphQL. The previous version of SortingHat is now deprecated. + diff --git a/releases/unreleased/processed/sortinghat-database-changed.yml b/releases/unreleased/processed/sortinghat-database-changed.yml deleted file mode 100644 index dfcd58476..000000000 --- a/releases/unreleased/processed/sortinghat-database-changed.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Support of SortingHat 0.8 -category: changed -author: Jose Javier Merchante -issue: null -notes: | - GrimoireLab starts using a new version of SortingHat. - - SortingHat is now a web service that provides an API to - manage identities and organizations. GrimoireELK now - connects to the new SortingHat database using GraphQL. - - The previous version of SortingHat is now deprecated. diff --git a/releases/unreleased/processed/sortinghat-mandatory-parameters.yml b/releases/unreleased/processed/sortinghat-mandatory-parameters.yml deleted file mode 100644 index 529937f70..000000000 --- a/releases/unreleased/processed/sortinghat-mandatory-parameters.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: SortingHat mandatory parameters -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - Include SortingHat 0.8.x mandatory parameters. Now - `sh_port`, `sh_path`, `sh_ssl` are required. diff --git a/releases/unreleased/processed/sortinghatclienterror-exception-fixed.yml b/releases/unreleased/processed/sortinghatclienterror-exception-fixed.yml deleted file mode 100644 index e31b1f570..000000000 --- a/releases/unreleased/processed/sortinghatclienterror-exception-fixed.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: SortingHatClientError exception fixed -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - Exception raised with SortingHatClientError has been - fixed in add_identity method.