Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 9, 2024
1 parent f8fd948 commit 4622b16
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 15 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Releases

## sirmordred 1.0.4 - (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.


## sirmordred 1.0.3 - (2024-08-02)

**Bug fixes:**
Expand Down
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.4-rc.1"
version = "1.0.4"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
11 changes: 11 additions & 0 deletions releases/1.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## sirmordred 1.0.4 - (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.

This file was deleted.

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-09 09:05:23.397091
__version__ = "1.0.4-rc.1"
# File auto-generated by semverup on 2024-08-09 10:01:47.343364
__version__ = "1.0.4"

0 comments on commit 4622b16

Please sign in to comment.