-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2023-01-20 11:26:57.285272 | ||
__version__ = "0.104.0-rc.4" | ||
# File auto-generated by semverup on 2023-01-20 12:33:24.042054 | ||
__version__ = "0.104.0-rc.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## grimoire-elk 0.104.0-rc.5 - (2023-01-20) | ||
|
||
**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. | ||
|