-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-09-20 16:34:09.275518 | ||
__version__ = "1.2.0-rc.1" | ||
# File auto-generated by semverup on 2024-09-23 08:19:45.201525 | ||
__version__ = "1.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## grimoire-elk 1.2.0 - (2024-09-23) | ||
|
||
**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. | ||
|
10 changes: 0 additions & 10 deletions
10
releases/unreleased/processed/avoid-undefined-values-in-author-fields.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/handle-opensearch-page-info-on-pagination.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/python-minimum-version-updated.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/status-in-sumo-enriched-index.yml
This file was deleted.
Oops, something went wrong.