-
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
9 changed files
with
94 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-02-08 12:57:12.447974 | ||
__version__ = "0.20.2" | ||
# File auto-generated by semverup on 2024-02-19 17:52:30.219777 | ||
__version__ = "0.21.0-rc.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,41 @@ | ||
# GrimoireLab 0.21.0-rc.1 | ||
The following list describes the changes by component: | ||
|
||
|
||
|
||
## sortinghat 0.20.0-rc.1 - (2024-02-19) | ||
|
||
**New features:** | ||
|
||
* Organization aliases (#857)\ | ||
Organizations can be known by different names. To avoid duplicates, | ||
organizations can have aliases. Searching for an organization using | ||
one of its aliases returns the organization. When an organization is | ||
merged into another, its name becomes an alias of the target | ||
organization. If a name exists as an alias, no organization can be | ||
created with that name and viceversa. An organization's aliases can be | ||
added and deleted both on the organizations table and the single | ||
organization view. | ||
|
||
|
||
|
||
|
||
## perceval-mozilla 0.4.0-rc.1 - (2024-02-19) | ||
|
||
**New features:** | ||
|
||
* Retry Kitsune when rate limited\ | ||
Kitsune now includes the `--sleep-for-rate` option to manage `429 Too | ||
Many Requests` errors. You can configure retries and sleep duration | ||
using the `--max-retries` and `--sleep-time` options respectively. | ||
|
||
|
||
|
||
|
||
|
||
## grimoire-elk 0.109.8-rc.1 - (2024-02-19) | ||
|
||
* Update Poetry's package dependencies | ||
## sirmordred 0.10.8-rc.1 - (2024-02-19) | ||
|
||
* 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 | ||
grimoirelab==0.21.0-rc.1 | ||
grimoirelab-toolkit==0.4.2 | ||
perceval==0.23.6 | ||
perceval-mozilla==0.3.22 | ||
perceval-mozilla==0.4.0-rc.1 | ||
perceval-opnfv==0.2.22 | ||
perceval-puppet==0.2.22 | ||
perceval-weblate==0.2.22 | ||
grimoire-elk==0.109.7 | ||
sortinghat==0.19.2 | ||
grimoire-elk==0.109.8-rc.1 | ||
sortinghat==0.20.0-rc.1 | ||
kidash==0.6.6 | ||
grimoirelab-panels==0.3.0 | ||
sirmordred==0.10.7 | ||
sirmordred==0.10.8-rc.1 | ||
cereslib==0.5.3 | ||
graal==0.4.22 |
Submodule grimoirelab-elk
updated
4 files
+2 −2 | grimoire_elk/_version.py | |
+30 −30 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.109.8-rc.1.md |
Submodule grimoirelab-perceval-mozilla
updated
6 files
Submodule grimoirelab-sirmordred
updated
4 files
+33 −33 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.10.8-rc.1.md | |
+2 −2 | sirmordred/_version.py |
Submodule grimoirelab-sortinghat
updated
29 files