Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 985 Bytes

File metadata and controls

41 lines (21 loc) · 985 Bytes

GrimoireLab 0.10.0-rc.1

The following list describes the changes by component:

sortinghat 0.10.0-rc.2 - (2023-05-17)

Dependencies updateds:

  • Update dependencies
    Include google-auth as a dependency to fix release issues.

grimoire-elk 0.105.0-rc.2 - (2023-05-17)

  • Update Poetry's package dependencies

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.