From 4622b169638a087978c89203f46a1d0e9bee6da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Fri, 9 Aug 2024 10:01:48 +0000 Subject: [PATCH] Release 1.0.4 --- NEWS | 12 ++++++++++++ pyproject.toml | 2 +- releases/1.0.4.md | 11 +++++++++++ .../identity-refresh-bug-for-some-items.yml | 12 ------------ sirmordred/_version.py | 4 ++-- 5 files changed, 26 insertions(+), 15 deletions(-) create mode 100644 releases/1.0.4.md delete mode 100644 releases/unreleased/processed/identity-refresh-bug-for-some-items.yml diff --git a/NEWS b/NEWS index d9d46cd5..7a279bae 100644 --- a/NEWS +++ b/NEWS @@ -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 `_uuid` + was the individual pk. That causes many items that contain the + `_uuid` but not the `author_uuid` not to be refreshed. + + ## sirmordred 1.0.3 - (2024-08-02) **Bug fixes:** diff --git a/pyproject.toml b/pyproject.toml index c7e1b145..aa176599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/releases/1.0.4.md b/releases/1.0.4.md new file mode 100644 index 00000000..c3ab15ee --- /dev/null +++ b/releases/1.0.4.md @@ -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 `_uuid` + was the individual pk. That causes many items that contain the + `_uuid` but not the `author_uuid` not to be refreshed. + diff --git a/releases/unreleased/processed/identity-refresh-bug-for-some-items.yml b/releases/unreleased/processed/identity-refresh-bug-for-some-items.yml deleted file mode 100644 index 04765d5b..00000000 --- a/releases/unreleased/processed/identity-refresh-bug-for-some-items.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Identity refresh bug for some items -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - 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 `_uuid` was the individual pk. That causes many - items that contain the `_uuid` but not the `author_uuid` - not to be refreshed. diff --git a/sirmordred/_version.py b/sirmordred/_version.py index 2355f5fa..baab03e7 100644 --- a/sirmordred/_version.py +++ b/sirmordred/_version.py @@ -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"