Skip to content

Commit

Permalink
Release 1.1.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 9, 2024
1 parent ffdb4e0 commit c311179
Show file tree
Hide file tree
Showing 5 changed files with 14 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-02 11:26:54.270338
__version__ = "1.1.2"
# File auto-generated by semverup on 2024-08-09 08:53:41.187257
__version__ = "1.1.3-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.2"
version = "1.1.3-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
11 changes: 11 additions & 0 deletions releases/1.1.3-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## grimoire-elk 1.1.3-rc.1 - (2024-08-09)

**Bug fixes:**

* GitHub URL ending with slash failed (#1159)\
GrimoireLab failed to run with GitHub URLs ending in a slash
* Identity refresh bug for some items (#1161)\
Update the filter construction to correctly match UUIDs in OpenSearch,
addressing a bug in Mordred that prevented role identities from being
refreshed.

0 comments on commit c311179

Please sign in to comment.