Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Feb 19, 2024
1 parent 877ae71 commit 0588120
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 30 deletions.
43 changes: 43 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Releases

## GrimoireLab 0.21.0 - (2024-02-19)

**New components:**

* sortinghat 0.20.0
* perceval-mozilla 0.4.0
* grimoire-elk 0.109.8
* sirmordred 0.10.8

The following list describes the changes by component:

### sortinghat

**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

**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

* Update Poetry's package dependencies

### sirmordred

* Update Poetry's package dependencies


## GrimoireLab 0.20.2 - (2024-02-08)

**New components:**
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEPLOY_USER grimoire
ENV DEPLOY_USER_DIR /home/${DEPLOY_USER}
ENV CONF_DIR ${DEPLOY_USER_DIR}/conf
ENV SCRIPTS_DIR ${DEPLOY_USER_DIR}/scripts
ENV GRIMOIRELAB_RELEASE "0.20.2"
ENV GRIMOIRELAB_RELEASE "0.21.0"

# Initial user
RUN useradd ${DEPLOY_USER} --create-home --shell /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-02-19 17:52:30.219777
__version__ = "0.21.0-rc.1"
# File auto-generated by semverup on 2024-02-19 18:48:47.698876
__version__ = "0.21.0"
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grimoirelab"
version = "0.21.0-rc.1"
version = "0.21.0"
description = "Tool set for software development analytics"
authors = [
"GrimoireLab Developers"
Expand Down Expand Up @@ -39,15 +39,15 @@ classifiers = [
python = "^3.8"

grimoirelab-toolkit = {version = ">=0.4.2", allow-prereleases = true}
perceval-mozilla = {version = ">=0.4.0-rc.1", allow-prereleases = true}
perceval-mozilla = {version = ">=0.4.0", allow-prereleases = true}
perceval-opnfv = {version = ">=0.2.22", allow-prereleases = true}
perceval-puppet = {version = ">=0.2.22", allow-prereleases = true}
perceval-weblate = {version = ">=0.2.22", allow-prereleases = true}
sortinghat = {version = ">=0.20.0-rc.1", allow-prereleases = true}
sortinghat = {version = ">=0.20.0", allow-prereleases = true}
kidash = {version = ">=0.6.6", allow-prereleases = true}
grimoirelab-panels = {version = ">=0.3.0", allow-prereleases = true}
grimoire-elk = {version = ">=0.109.8-rc.1", allow-prereleases = true}
sirmordred = {version = ">=0.10.8-rc.1", allow-prereleases = true}
grimoire-elk = {version = ">=0.109.8", allow-prereleases = true}
sirmordred = {version = ">=0.10.8", allow-prereleases = true}
cereslib = {version = ">=0.5.3", allow-prereleases = true}
graal = {version = ">=0.4.22", allow-prereleases = true}
perceval = {version = ">=0.23.6", allow-prereleases = true}
Expand Down
41 changes: 41 additions & 0 deletions releases/0.21.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# GrimoireLab 0.21.0
The following list describes the changes by component:



## sortinghat 0.20.0 - (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 - (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 - (2024-02-19)

* Update Poetry's package dependencies
## sirmordred 0.10.8 - (2024-02-19)

* Update Poetry's package dependencies
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
grimoirelab==0.21.0-rc.1
grimoirelab==0.21.0
grimoirelab-toolkit==0.4.2
perceval==0.23.6
perceval-mozilla==0.4.0-rc.1
perceval-mozilla==0.4.0
perceval-opnfv==0.2.22
perceval-puppet==0.2.22
perceval-weblate==0.2.22
grimoire-elk==0.109.8-rc.1
sortinghat==0.20.0-rc.1
grimoire-elk==0.109.8
sortinghat==0.20.0
kidash==0.6.6
grimoirelab-panels==0.3.0
sirmordred==0.10.8-rc.1
sirmordred==0.10.8
cereslib==0.5.3
graal==0.4.22
2 changes: 1 addition & 1 deletion src/grimoirelab-elk
2 changes: 1 addition & 1 deletion src/grimoirelab-sirmordred

0 comments on commit 0588120

Please sign in to comment.