Skip to content

Commit

Permalink
Release 1.0.4-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 9, 2024
1 parent 3b3a260 commit c777d29
Show file tree
Hide file tree
Showing 4 changed files with 14 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 = "1.0.3"
version = "1.0.4-rc.1"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
11 changes: 11 additions & 0 deletions releases/1.0.4-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## sirmordred 1.0.4-rc.1 - (2024-08-09)

**Bug fixes:**

* Identity refresh bug for some items\
Fix issue where some fields were not refreshed. The bug occurred
because the queries to OpenSearch filtered items in which
`author_uuid` was the individual pk, but not when the `<role>_uuid`
was the individual pk. That causes many items that contain the
`<role>_uuid` but not the `author_uuid` not to be refreshed.

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 2024-08-02 11:38:38.052414
__version__ = "1.0.3"
# File auto-generated by semverup on 2024-08-09 09:05:23.397091
__version__ = "1.0.4-rc.1"

0 comments on commit c777d29

Please sign in to comment.