-
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
8 changed files
with
107 additions
and
32 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-04-11 11:32:19.460453 | ||
__version__ = "1.0.0-rc.3" | ||
# File auto-generated by semverup on 2024-04-12 16:18:29.286731 | ||
__version__ = "1.0.0-rc.4" |
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,35 @@ | ||
# GrimoireLab 1.0.0-rc.4 | ||
The following list describes the changes by component: | ||
|
||
|
||
|
||
## sortinghat 1.0.0-rc.3 - (2024-04-12) | ||
|
||
**Bug fixes:** | ||
|
||
* Change password form fixed\ | ||
An unused header in the UI made the attempts to change the password | ||
fail. It tried to guess the user from an invalid JWT token when | ||
multitenancy was enabled. | ||
|
||
**Dependencies updateds:** | ||
|
||
* Django version updated\ | ||
Upgrade the Django version from 3.2 to 4.2. Support for Django 3.2 | ||
ended at April 1, 2024. This change ensures compability with the | ||
latests features and an extended support. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## grimoire-elk 1.0.0-rc.3 - (2024-04-12) | ||
|
||
* Update Poetry's package dependencies | ||
## sirmordred 1.0.0-rc.3 - (2024-04-12) | ||
|
||
* 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.0.0-rc.3 | ||
grimoirelab==1.0.0-rc.4 | ||
grimoirelab-toolkit==1.0.0-rc.2 | ||
perceval==1.0.0-rc.2 | ||
perceval-mozilla==1.0.0-rc.2 | ||
perceval-opnfv==1.0.0-rc.2 | ||
perceval-puppet==1.0.0-rc.2 | ||
perceval-weblate==1.0.0-rc.2 | ||
grimoire-elk==1.0.0-rc.2 | ||
sortinghat==1.0.0-rc.2 | ||
grimoire-elk==1.0.0-rc.3 | ||
sortinghat==1.0.0-rc.3 | ||
kidash==1.0.0-rc.2 | ||
grimoirelab-panels==1.0.0-rc.1 | ||
sirmordred==1.0.0-rc.2 | ||
sirmordred==1.0.0-rc.3 | ||
cereslib==1.0.0-rc.1 | ||
graal==1.0.0-rc.2 |
Submodule grimoirelab-elk
updated
6 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+2 −2 | grimoire_elk/_version.py | |
+52 −12 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.0-rc.3.md |
Submodule grimoirelab-sirmordred
updated
6 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+55 −15 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.0-rc.3.md | |
+2 −2 | sirmordred/_version.py |
Submodule grimoirelab-sortinghat
updated
18 files
+2 −2 | .github/workflows/release.yml | |
+2 −2 | .github/workflows/tests.yml | |
+16 −15 | README.md | |
+0 −0 | config/settings/config_testing.py | |
+2 −2 | config/settings/config_testing_tenant.py | |
+50 −10 | poetry.lock | |
+2 −2 | pyproject.toml | |
+16 −0 | releases/1.0.0-rc.3.md | |
+10 −0 | releases/unreleased/processed/change-password-form-fixed.yml | |
+10 −0 | releases/unreleased/processed/django-version-updated.yml | |
+2 −2 | sortinghat/_version.py | |
+1 −2 | sortinghat/config/settings.py | |
+2 −3 | sortinghat/core/migrations/0001_sortinghat.py | |
+6 −6 | sortinghat/core/schema.py | |
+1 −1 | tests/tenants/test_jobs.py | |
+1 −2 | tests/test_schema.py | |
+0 −2 | ui/src/views/ChangePassword.vue | |
+6 −6 | ui/yarn.lock |