Skip to content

Commit

Permalink
Release 0.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed May 17, 2023
1 parent 5b23d06 commit e77efb6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
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 = "sirmordred"
version = "0.7.2"
version = "0.8.0-rc.1"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
18 changes: 18 additions & 0 deletions releases/0.8.0-rc.1.md
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).

4 changes: 2 additions & 2 deletions sirmordred/_version.py
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"

0 comments on commit e77efb6

Please sign in to comment.