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 Mar 1, 2024
1 parent cc6cfab commit 7a5f781
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 35 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Releases

## sortinghat 0.21.0 - (2024-03-01)

**New features:**

* Dedicated queues in multi-tenancy\
This new feature allows to run jobs in dedicated queues when multi-
tenancy is active. Therefore, tenants that require more computing
time, can run in a separate environment without taking the resources
of others. This new feature changes the format of the `tenants.json`
file, so please update it before you install this new version. You can
find more info about how to configure it in the `README.md` file.

**Bug fixes:**

* Match recommendations job fixed\
Fix the bug in recommend matches jobs that was causing it not to
recommend any matches.

**Dependencies updateds:**

* Drop support of Node.js <18\
Versions 14 to 16 of Node.js are no longer mantained. The current
supported versions are 18 to 20.


## sortinghat 0.20.0 - (2024-02-19)

**New features:**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sortinghat"
version = "0.21.0-rc.1"
version = "0.21.0"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
24 changes: 24 additions & 0 deletions releases/0.21.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## sortinghat 0.21.0 - (2024-03-01)

**New features:**

* Dedicated queues in multi-tenancy\
This new feature allows to run jobs in dedicated queues when multi-
tenancy is active. Therefore, tenants that require more computing
time, can run in a separate environment without taking the resources
of others. This new feature changes the format of the `tenants.json`
file, so please update it before you install this new version. You can
find more info about how to configure it in the `README.md` file.

**Bug fixes:**

* Match recommendations job fixed\
Fix the bug in recommend matches jobs that was causing it not to
recommend any matches.

**Dependencies updateds:**

* Drop support of Node.js <18\
Versions 14 to 16 of Node.js are no longer mantained. The current
supported versions are 18 to 20.

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/processed/drop-support-of-nodejs-18dd.yml

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/processed/recommendation-job-fixed.yml

This file was deleted.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-03-01 10:09:48.507488
__version__ = "0.21.0-rc.1"
# File auto-generated by semverup on 2024-03-01 13:02:23.038365
__version__ = "0.21.0"

0 comments on commit 7a5f781

Please sign in to comment.