Skip to content

Releases: chaoss/grimoirelab-elk

1.7.3

05 Mar 14:54

Choose a tag to compare

grimoire-elk 1.7.3 - (2026-03-05)

  • Update Poetry's package dependencies

1.7.2

03 Mar 15:05

Choose a tag to compare

grimoire-elk 1.7.2 - (2026-03-03)

  • Update Poetry's package dependencies

1.7.1

03 Mar 09:26

Choose a tag to compare

grimoire-elk 1.7.1 - (2026-03-03)

Bug fixes:

  • Autorefresh and identity issues in comments
    Bugzilla enriched index missed some user names, and identities were
    not correctly linked to SortingHat.

1.7.1rc1

02 Mar 17:02

Choose a tag to compare

grimoire-elk 1.7.1rc1 - (2026-03-02)

Bug fixes:

  • Autorefresh and identity issues in comments
    Bugzilla enriched index missed some user names, and identities were
    not correctly linked to SortingHat.

1.7.0rc1

21 Jan 09:48

Choose a tag to compare

grimoire-elk 1.7.0rc1 - (2026-01-21)

New features:

  • Onion study output index naming update
    The Onion study now uses date based index names, ensuring previous
    data remains available while a new study runs or if it fails.

Bug fixes:

  • Unique BugzillaREST ids
    Bugzilla IDs now include a prefix to ensure uniqueness and avoid
    conflicts across item types.

1.7.0

21 Jan 10:35

Choose a tag to compare

grimoire-elk 1.7.0 - (2026-01-21)

New features:

  • Onion study output index naming update
    The Onion study now uses date based index names, ensuring previous
    data remains available while a new study runs or if it fails.

Bug fixes:

  • Unique BugzillaREST ids
    Bugzilla IDs now include a prefix to ensure uniqueness and avoid
    conflicts across item types.

1.6.0-rc.1

12 Dec 11:11

Choose a tag to compare

grimoire-elk 1.6.0-rc.1 - (2025-12-12)

New features:

  • Bugzilla REST comments
    Bug comments have been added as part of the BugzillaRest enriched
    index. From now on, this index will have two types of items : 'bug'
    and 'comment'. The new field 'type' has been added to tag the type of
    each item.

1.6.0

12 Dec 12:18

Choose a tag to compare

grimoire-elk 1.6.0 - (2025-12-12)

New features:

  • Bugzilla REST comments
    Bug comments have been added as part of the BugzillaRest enriched
    index. From now on, this index will have two types of items : 'bug'
    and 'comment'. The new field 'type' has been added to tag the type of
    each item.

Bug fixes:

  • Git aoc bulk error handling
    Improved handling of partial failures during bulk writes for Git Areas
    of code to prevent errors.

1.5.4-rc.1

09 Dec 10:38

Choose a tag to compare

grimoire-elk 1.5.4-rc.1 - (2025-12-09)

Bug fixes:

  • Git aoc bulk error handling
    Improved handling of partial failures during bulk writes for Git Areas
    of code to prevent errors.

1.5.3-rc.1

25 Nov 14:22

Choose a tag to compare

grimoire-elk 1.5.3-rc.1 - (2025-11-25)

Bug fixes:

  • Latest date for incremental collection
    Updated the logic for determining the last update date. Now it
    considers both from_date from setup.cfg and the last update from
    Elasticsearch, ensuring to use the most recent date.