-
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
5 changed files
with
21 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
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,18 @@ | ||
## sirmordred 0.8.0-rc.1 - (2023-05-17) | ||
|
||
**New features:** | ||
|
||
* Optional configuration for SortingHat\ | ||
Include an optional configuration for SortingHat to define the name of | ||
the tenant when multi-tenancy is enabled. | ||
|
||
**Bug fixes:** | ||
|
||
* Race condition initializing SirMordred\ | ||
There was a race condition when SirMordred initializes. The thread | ||
that read the list of projects didn't have time to even start before | ||
the manager finalizes it, so data backends didn't have any have any | ||
input to work with. This bug was originally reported by ncsibra-lab49 | ||
on | ||
[grimoirelab#585](https://github.com/chaoss/grimoirelab/issues/585). | ||
|
File renamed without changes.
File renamed without changes.
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-04-28 16:48:43.533790 | ||
__version__ = "0.7.2" | ||
# File auto-generated by semverup on 2023-05-17 15:14:32.367415 | ||
__version__ = "0.8.0-rc.1" |