Skip to content

Commit

Permalink
Release 0.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Feb 1, 2023
1 parent 9672086 commit d7a0f7e
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 32 deletions.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
19 changes: 19 additions & 0 deletions releases/0.104.0.md
Original file line number Diff line number Diff line change
@@ -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.

13 changes: 0 additions & 13 deletions releases/unreleased/processed/sortinghat-database-changed.yml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d7a0f7e

Please sign in to comment.