Skip to content

Commit 4622b16

Browse files
committed
Release 1.0.4
1 parent f8fd948 commit 4622b16

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

NEWS

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Releases
22

3+
## sirmordred 1.0.4 - (2024-08-09)
4+
5+
**Bug fixes:**
6+
7+
* Identity refresh bug for some items\
8+
Fix issue where some fields were not refreshed. The bug occurred
9+
because the queries to OpenSearch filtered items in which
10+
`author_uuid` was the individual pk, but not when the `<role>_uuid`
11+
was the individual pk. That causes many items that contain the
12+
`<role>_uuid` but not the `author_uuid` not to be refreshed.
13+
14+
315
## sirmordred 1.0.3 - (2024-08-02)
416

517
**Bug fixes:**

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sirmordred"
3-
version = "1.0.4-rc.1"
3+
version = "1.0.4"
44
description = "Drive GrimoireLab tools to produce a dashboard"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.4.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## sirmordred 1.0.4 - (2024-08-09)
2+
3+
**Bug fixes:**
4+
5+
* Identity refresh bug for some items\
6+
Fix issue where some fields were not refreshed. The bug occurred
7+
because the queries to OpenSearch filtered items in which
8+
`author_uuid` was the individual pk, but not when the `<role>_uuid`
9+
was the individual pk. That causes many items that contain the
10+
`<role>_uuid` but not the `author_uuid` not to be refreshed.
11+

releases/unreleased/processed/identity-refresh-bug-for-some-items.yml

-12
This file was deleted.

sirmordred/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-08-09 09:05:23.397091
2-
__version__ = "1.0.4-rc.1"
1+
# File auto-generated by semverup on 2024-08-09 10:01:47.343364
2+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)