Skip to content

Commit f03b527

Browse files
committed
Release 1.2.0-rc.1
1 parent ca40783 commit f03b527

File tree

7 files changed

+28
-3
lines changed

7 files changed

+28
-3
lines changed

grimoire_elk/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-08-30 16:20:56.876615
2-
__version__ = "1.1.5"
1+
# File auto-generated by semverup on 2024-09-20 16:16:31.134613
2+
__version__ = "1.2.0-rc.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "grimoire-elk"
3-
version = "1.1.5"
3+
version = "1.2.0-rc.1"
44
description = "GrimoireELK processes and stores software development data to ElasticSearch"
55
readme = "README.md"
66
authors = [

releases/1.2.0-rc.1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## grimoire-elk 1.2.0-rc.1 - (2024-09-20)
2+
3+
**New features:**
4+
5+
* Status in SUMO enriched index\
6+
Add the missing status in the SUMO backend. The status could be
7+
`solved`, `archived`, `locked` or `open`.
8+
9+
**Bug fixes:**
10+
11+
* Avoid UNDEFINED values in author fields\
12+
Avoid `-- UNDEFINED --` values for all SortingHat fields when Mordred
13+
loses connection to the SortingHat server during the enrichment or
14+
autorefresh execution. It will keep the values of the `name`, `email`,
15+
`id` and `uuid` fields.
16+
* Handle OpenSearch page info on pagination\
17+
In OpenSearch and ElasticSearch < 7.x the page info on pagination is
18+
different. This will handle both of them.
19+
20+
**Dependencies updateds:**
21+
22+
* Python minimum version updated\
23+
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
24+
the minimum version required by the project.
25+

0 commit comments

Comments
 (0)