diff --git a/NEWS b/NEWS index 2c228c142..c30cb68bb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ # Releases +## grimoire-elk 1.1.3 - (2024-08-09) + +**Bug fixes:** + + * GitHub URL ending with slash failed (#1159)\ + GrimoireLab failed to run with GitHub URLs ending in a slash + * Identity refresh bug for some items (#1161)\ + Update the filter construction to correctly match UUIDs in OpenSearch, + addressing a bug in Mordred that prevented role identities from being + refreshed. + + ## grimoire-elk 1.1.2 - (2024-08-02) **Bug fixes:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 02a3605aa..7db8ee6a5 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-08-09 08:53:41.187257 -__version__ = "1.1.3-rc.1" +# File auto-generated by semverup on 2024-08-09 09:49:53.408680 +__version__ = "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index fcf320ca4..8419dee48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "1.1.3-rc.1" +version = "1.1.3" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/1.1.3.md b/releases/1.1.3.md new file mode 100644 index 000000000..211fe592d --- /dev/null +++ b/releases/1.1.3.md @@ -0,0 +1,11 @@ +## grimoire-elk 1.1.3 - (2024-08-09) + +**Bug fixes:** + + * GitHub URL ending with slash failed (#1159)\ + GrimoireLab failed to run with GitHub URLs ending in a slash + * Identity refresh bug for some items (#1161)\ + Update the filter construction to correctly match UUIDs in OpenSearch, + addressing a bug in Mordred that prevented role identities from being + refreshed. + diff --git a/releases/unreleased/processed/github-url-ending-with-slash-failed.yml b/releases/unreleased/processed/github-url-ending-with-slash-failed.yml deleted file mode 100644 index 1d466ac00..000000000 --- a/releases/unreleased/processed/github-url-ending-with-slash-failed.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: GitHub URL ending with slash failed -category: fixed -author: Jose Javier Merchante -issue: 1159 -notes: > - GrimoireLab failed to run with GitHub URLs ending in a slash 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 a49a16b4e..000000000 --- a/releases/unreleased/processed/identity-refresh-bug-for-some-items.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Identity refresh bug for some items -category: fixed -author: Jose Javier Merchante -issue: 1161 -notes: > - Update the filter construction to correctly match UUIDs in - OpenSearch, addressing a bug in Mordred that prevented role - identities from being refreshed.