-
Notifications
You must be signed in to change notification settings - Fork 186
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
18 changed files
with
182 additions
and
72 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
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-02-08 11:01:08.532349 | ||
__version__ = "0.20.2-rc.1" | ||
# File auto-generated by semverup on 2024-02-08 12:57:12.447974 | ||
__version__ = "0.20.2" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,43 @@ | ||
# GrimoireLab 0.20.2 | ||
The following list describes the changes by component: | ||
|
||
|
||
## kidash 0.6.6 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## sortinghat 0.19.2 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## cereslib 0.5.3 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
|
||
## perceval 0.23.6 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-mozilla 0.3.22 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-opnfv 0.2.22 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-puppet 0.2.22 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-weblate 0.2.22 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## graal 0.4.22 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 0.109.7 - (2024-02-08) | ||
|
||
**Bug fixes:** | ||
|
||
* Bug on some backends enrichment\ | ||
Mediawiki, Meetup are Jira were failing to retrieve the enrollment for | ||
an identity. | ||
|
||
## sirmordred 0.10.7 - (2024-02-08) | ||
|
||
* Update Poetry's package dependencies |
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,14 +1,14 @@ | ||
grimoirelab==0.20.2-rc.1 | ||
grimoirelab==0.20.2 | ||
grimoirelab-toolkit==0.4.2 | ||
perceval==0.23.6-rc.1 | ||
perceval-mozilla==0.3.22-rc.1 | ||
perceval-opnfv==0.2.22-rc.1 | ||
perceval-puppet==0.2.22-rc.1 | ||
perceval-weblate==0.2.22-rc.1 | ||
grimoire-elk==0.109.7-rc.1 | ||
sortinghat==0.19.2-rc.1 | ||
kidash==0.6.6-rc.1 | ||
perceval==0.23.6 | ||
perceval-mozilla==0.3.22 | ||
perceval-opnfv==0.2.22 | ||
perceval-puppet==0.2.22 | ||
perceval-weblate==0.2.22 | ||
grimoire-elk==0.109.7 | ||
sortinghat==0.19.2 | ||
kidash==0.6.6 | ||
grimoirelab-panels==0.3.0 | ||
sirmordred==0.10.7-rc.1 | ||
cereslib==0.5.3-rc.1 | ||
graal==0.4.22-rc.1 | ||
sirmordred==0.10.7 | ||
cereslib==0.5.3 | ||
graal==0.4.22 |
Submodule grimoirelab-cereslib
updated
4 files
+4 −0 | NEWS | |
+2 −2 | cereslib/_version.py | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.5.3.md |
Submodule grimoirelab-elk
updated
6 files
+9 −0 | NEWS | |
+2 −2 | grimoire_elk/_version.py | |
+24 −24 | poetry.lock | |
+1 −1 | pyproject.toml | |
+8 −0 | releases/0.109.7.md | |
+0 −8 | releases/unreleased/processed/bug-on-some-backends-enrichment.yml |
Submodule grimoirelab-graal
updated
5 files
+4 −0 | NEWS | |
+2 −2 | graal/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.4.22.md |
Oops, something went wrong.