-
Notifications
You must be signed in to change notification settings - Fork 187
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
15 changed files
with
105 additions
and
60 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-08-13 10:33:31.678288 | ||
__version__ = "1.4.1-rc.1" | ||
# File auto-generated by semverup on 2024-08-13 11:33:44.092227 | ||
__version__ = "1.4.1" |
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,45 @@ | ||
# GrimoireLab 1.4.1 | ||
The following list describes the changes by component: | ||
|
||
|
||
|
||
## sortinghat 1.2.1 - (2024-08-13) | ||
|
||
* Update Poetry's package dependencies | ||
|
||
|
||
## perceval 1.0.5 - (2024-08-13) | ||
|
||
**Bug fixes:** | ||
|
||
* Fixed missing backend name in usage string (#799)\ | ||
The `perceval` command-line tool now correctly displays the backend | ||
name in the usage string when using the `--help` option. | ||
|
||
## perceval-mozilla 1.0.5 - (2024-08-13) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-opnfv 1.0.5 - (2024-08-13) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-puppet 1.0.5 - (2024-08-13) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-weblate 1.0.5 - (2024-08-13) | ||
|
||
* Update Poetry's package dependencies | ||
## graal 1.0.5 - (2024-08-13) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 1.1.4 - (2024-08-13) | ||
|
||
**Bug fixes:** | ||
|
||
* Roles attribute not available on some enrichers\ | ||
The 'roles' attribute wasn't available for all the enrichers. The | ||
attribute has been added to the main class 'Enrich' so subclasses will | ||
have it available even when they don't use it. | ||
|
||
## sirmordred 1.0.5 - (2024-08-13) | ||
|
||
* 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==1.4.1-rc.1 | ||
grimoirelab==1.4.1 | ||
grimoirelab-toolkit==1.0.4 | ||
perceval==1.0.5-rc.1 | ||
perceval-mozilla==1.0.5-rc.1 | ||
perceval-opnfv==1.0.5-rc.1 | ||
perceval-puppet==1.0.5-rc.1 | ||
perceval-weblate==1.0.5-rc.1 | ||
grimoire-elk==1.1.4-rc.1 | ||
sortinghat==1.2.1-rc.1 | ||
perceval==1.0.5 | ||
perceval-mozilla==1.0.5 | ||
perceval-opnfv==1.0.5 | ||
perceval-puppet==1.0.5 | ||
perceval-weblate==1.0.5 | ||
grimoire-elk==1.1.4 | ||
sortinghat==1.2.1 | ||
kidash==1.0.4 | ||
grimoirelab-panels==1.1.0 | ||
sirmordred==1.0.5-rc.1 | ||
sirmordred==1.0.5 | ||
cereslib==1.0.4 | ||
graal==1.0.5-rc.1 | ||
graal==1.0.5 |
Submodule grimoirelab-elk
updated
6 files
+10 −0 | NEWS | |
+2 −2 | grimoire_elk/_version.py | |
+21 −21 | poetry.lock | |
+1 −1 | pyproject.toml | |
+9 −0 | releases/1.1.4.md | |
+0 −10 | releases/unreleased/processed/roles-attribute-not-available-on-some-enrichers.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/1.0.5.md |
Submodule grimoirelab-perceval
updated
5 files
+9 −0 | NEWS | |
+2 −2 | perceval/_version.py | |
+1 −1 | pyproject.toml | |
+8 −0 | releases/1.0.5.md | |
+0 −8 | releases/unreleased/processed/fixed-missing-backend-name-in-usage-string.yml |
Submodule grimoirelab-perceval-mozilla
updated
5 files
+4 −0 | NEWS | |
+2 −2 | perceval/backends/mozilla/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.5.md |
Submodule grimoirelab-perceval-opnfv
updated
5 files
+4 −0 | NEWS | |
+2 −2 | perceval/backends/opnfv/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.5.md |
Submodule grimoirelab-perceval-puppet
updated
5 files
+4 −0 | NEWS | |
+2 −2 | perceval/backends/puppet/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.5.md |
Submodule grimoirelab-perceval-weblate
updated
5 files
+4 −0 | NEWS | |
+2 −2 | perceval/backends/weblate/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.5.md |
Submodule grimoirelab-sirmordred
updated
5 files
+4 −0 | NEWS | |
+24 −24 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.5.md | |
+2 −2 | sirmordred/_version.py |
Submodule grimoirelab-sortinghat
updated
4 files
+4 −0 | NEWS | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.2.1.md | |
+2 −2 | sortinghat/_version.py |