Skip to content

Commit

Permalink
Release 0.104.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 21, 2023
1 parent e94d621 commit e58fe9c
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 46 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Jose Javier Merchante <[email protected]>
Santiago Dueñas <[email protected]>
ChenqiShan <[email protected]>
LinHaiming <[email protected]>
Rafael Dulfer <[email protected]>

26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Releases

## grimoire-elk 0.104.3 - (2023-04-21)

**Bug fixes:**

* Fix typo in SortingHat fields\
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.

**Breaking changes:**

* Define date format for Git documents\
Git by default uses a custom date format that is not recognized by
Elastic/OpenSearch. Specify the format for the AuthorDate and
CommitDate fields in Git documents to support the formats usually
returned by `git log`. This allows us to do proper filtering on these
fields such as "all documents with CommitDate before 2020".
* Update support for ES/OS versions > 7.X/1.X\
Currently the support for ES/OS versions > 7.X/1.X is broken due to a
faulty version check. Add a static method to the Elasticsearch object
that correctly checks whether the version is 'legacy' (defined as ES
6.X or OS 0.X) and adds this check to various places in the codebase.
Additionally, fixes an instance where `interval` is used instead of
`fixed_interval`. `interval` was deprecated in ES7.


## grimoire-elk 0.104.2 - (2023-02-03)

* 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 2023-04-21 10:17:03.618991
__version__ = "0.104.3-rc.2"
# File auto-generated by semverup on 2023-04-21 12:12:33.460501
__version__ = "0.104.3"
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.104.3-rc.2"
version = "0.104.3"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
25 changes: 25 additions & 0 deletions releases/0.104.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## grimoire-elk 0.104.3 - (2023-04-21)

**Bug fixes:**

* Fix typo in SortingHat fields\
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.

**Breaking changes:**

* Define date format for Git documents\
Git by default uses a custom date format that is not recognized by
Elastic/OpenSearch. Specify the format for the AuthorDate and
CommitDate fields in Git documents to support the formats usually
returned by `git log`. This allows us to do proper filtering on these
fields such as "all documents with CommitDate before 2020".
* Update support for ES/OS versions > 7.X/1.X\
Currently the support for ES/OS versions > 7.X/1.X is broken due to a
faulty version check. Add a static method to the Elasticsearch object
that correctly checks whether the version is 'legacy' (defined as ES
6.X or OS 0.X) and adds this check to various places in the codebase.
Additionally, fixes an instance where `interval` is used instead of
`fixed_interval`. `interval` was deprecated in ES7.

17 changes: 0 additions & 17 deletions releases/unreleased/processed/es-version-fix.yml

This file was deleted.

10 changes: 0 additions & 10 deletions releases/unreleased/processed/fix-typo-in-is_bot-field.yml

This file was deleted.

16 changes: 0 additions & 16 deletions releases/unreleased/processed/git-date-fields.yml

This file was deleted.

0 comments on commit e58fe9c

Please sign in to comment.