Skip to content

Commit

Permalink
Release 0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Mar 1, 2024
1 parent 169bad3 commit c2d0296
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## grimoire-elk 0.110.0 - (2024-03-01)

**New features:**

* Kitsune raw mapping updated\
Update the mapping for Kitsune backend to fix an error inserting
Perceval items in the raw index when the field 'data.metadata.value'
is too big.


## grimoire-elk 0.109.8 - (2024-02-19)

* Update Poetry's package dependencies
Expand Down
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-03-01 12:14:31.111161
__version__ = "0.110.0-rc.1"
# File auto-generated by semverup on 2024-03-01 13:20:56.805009
__version__ = "0.110.0"
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 = "grimoire-elk"
version = "0.110.0-rc.1"
version = "0.110.0"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
9 changes: 9 additions & 0 deletions releases/0.110.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## grimoire-elk 0.110.0 - (2024-03-01)

**New features:**

* Kitsune raw mapping updated\
Update the mapping for Kitsune backend to fix an error inserting
Perceval items in the raw index when the field 'data.metadata.value'
is too big.

9 changes: 0 additions & 9 deletions releases/unreleased/processed/kitsune-raw-mapping-updated.yml

This file was deleted.

0 comments on commit c2d0296

Please sign in to comment.