Skip to content

Commit

Permalink
Release 1.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Sep 20, 2024
1 parent fd2f7e7 commit 309dd67
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 3 deletions.
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-08-30 16:20:56.876615
__version__ = "1.1.5"
# File auto-generated by semverup on 2024-09-20 16:34:09.275518
__version__ = "1.2.0-rc.1"
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 = "1.1.5"
version = "1.2.0-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
25 changes: 25 additions & 0 deletions releases/1.2.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## grimoire-elk 1.2.0-rc.1 - (2024-09-20)

**New features:**

* Status in SUMO enriched index\
Add the missing status in the SUMO backend. The status could be
`solved`, `archived`, `locked` or `open`.

**Bug fixes:**

* Avoid UNDEFINED values in author fields\
Avoid `-- UNDEFINED --` values for all SortingHat fields when Mordred
loses connection to the SortingHat server during the enrichment or
autorefresh execution. It will keep the values of the `name`, `email`,
`id` and `uuid` fields.
* Handle OpenSearch page info on pagination\
In OpenSearch and ElasticSearch < 7.x the page info on pagination is
different. This will handle both of them.

**Dependencies updateds:**

* Python minimum version updated\
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project.

0 comments on commit 309dd67

Please sign in to comment.