diff --git a/NEWS b/NEWS index cede5c5c8..4f6f32eb2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## grimoire-elk 1.1.1 - (2024-06-21) + +**Bug fixes:** + + * Kitsune mapping updated\ + Kitsune raw mapping was incorrectly defined with `dynamic: false` in + the data attribute. + + ## grimoire-elk 1.1.0 - (2024-05-09) **New features:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 5a00c297e..aad361a2b 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-06-21 11:17:13.553754 -__version__ = "1.1.1-rc.1" +# File auto-generated by semverup on 2024-06-21 12:33:39.690200 +__version__ = "1.1.1" diff --git a/pyproject.toml b/pyproject.toml index 011f6d240..8f4d36992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "1.1.1-rc.1" +version = "1.1.1" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/1.1.1.md b/releases/1.1.1.md new file mode 100644 index 000000000..858c85b93 --- /dev/null +++ b/releases/1.1.1.md @@ -0,0 +1,8 @@ +## grimoire-elk 1.1.1 - (2024-06-21) + +**Bug fixes:** + + * Kitsune mapping updated\ + Kitsune raw mapping was incorrectly defined with `dynamic: false` in + the data attribute. + diff --git a/releases/unreleased/processed/kitsune-mapping-updated.yml b/releases/unreleased/processed/kitsune-mapping-updated.yml deleted file mode 100644 index cb43a7c47..000000000 --- a/releases/unreleased/processed/kitsune-mapping-updated.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Kitsune mapping updated -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - Kitsune raw mapping was incorrectly defined with - `dynamic: false` in the data attribute.