From 131f335773d6d50f31e5fb790f81a99d4dd65f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Fri, 2 Aug 2024 11:08:03 +0000 Subject: [PATCH] Release 1.1.0 --- NEWS | 25 +++++++++++++++++++ pyproject.toml | 2 +- releases/1.1.0.md | 24 ++++++++++++++++++ ...ration-for-regular-expressions-in-cors.yml | 9 ------- .../processed/consistent-date-format.yml | 8 ------ ...-and-assign-users-to-permission-groups.yml | 9 ------- .../processed/link-to-github-profile.yml | 6 ----- ...url-to-an-individuals-linkedin-profile.yml | 8 ------ sortinghat/_version.py | 4 +-- 9 files changed, 52 insertions(+), 43 deletions(-) create mode 100644 releases/1.1.0.md delete mode 100644 releases/unreleased/processed/configuration-for-regular-expressions-in-cors.yml delete mode 100644 releases/unreleased/processed/consistent-date-format.yml delete mode 100644 releases/unreleased/processed/create-and-assign-users-to-permission-groups.yml delete mode 100644 releases/unreleased/processed/link-to-github-profile.yml delete mode 100644 releases/unreleased/processed/save-url-to-an-individuals-linkedin-profile.yml diff --git a/NEWS b/NEWS index ae717472..b141efd7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,30 @@ # Releases +## sortinghat 1.1.0 - (2024-08-02) + +**New features:** + + * Save URL to an individual's LinkedIn profile (#817)\ + Users can add a link to a LinkedIn profile on the individual's page. + This helps speed up the lookup of a contributor's information. + * Link to GitHub profile (#817)\ + Individuals' GitHub usernames now link to their profile. + * Assign users to permission groups (#849)\ + Users can be assigned to a permission group using the command `$ + sortinghat-admin set-user-group username group`. A user in a group + automatically has the permissions granted to that group. + * Configuration for regular expressions in CORS\ + Include in the configuration `SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES` + environment variable that contains a list of regular expressions that + matches origins authorized to make cross-site HTTP requests. + +**Bug fixes:** + + * Consistent date format (#901)\ + All the job execution dates are now in YYYY-MM-DD hh:mm format on the + user interface. + + ## sortinghat 1.0.2 - (2024-06-21) **Bug fixes:** diff --git a/pyproject.toml b/pyproject.toml index 25512b8c..85663c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sortinghat" -version = "1.1.0-rc.1" +version = "1.1.0" description = "A tool to manage identities." authors = [ "GrimoireLab Developers" diff --git a/releases/1.1.0.md b/releases/1.1.0.md new file mode 100644 index 00000000..dcd310ab --- /dev/null +++ b/releases/1.1.0.md @@ -0,0 +1,24 @@ +## sortinghat 1.1.0 - (2024-08-02) + +**New features:** + + * Save URL to an individual's LinkedIn profile (#817)\ + Users can add a link to a LinkedIn profile on the individual's page. + This helps speed up the lookup of a contributor's information. + * Link to GitHub profile (#817)\ + Individuals' GitHub usernames now link to their profile. + * Assign users to permission groups (#849)\ + Users can be assigned to a permission group using the command `$ + sortinghat-admin set-user-group username group`. A user in a group + automatically has the permissions granted to that group. + * Configuration for regular expressions in CORS\ + Include in the configuration `SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES` + environment variable that contains a list of regular expressions that + matches origins authorized to make cross-site HTTP requests. + +**Bug fixes:** + + * Consistent date format (#901)\ + All the job execution dates are now in YYYY-MM-DD hh:mm format on the + user interface. + diff --git a/releases/unreleased/processed/configuration-for-regular-expressions-in-cors.yml b/releases/unreleased/processed/configuration-for-regular-expressions-in-cors.yml deleted file mode 100644 index 3d0b21e5..00000000 --- a/releases/unreleased/processed/configuration-for-regular-expressions-in-cors.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Configuration for regular expressions in CORS -category: added -author: Jose Javier Merchante -issue: null -notes: > - Include in the configuration `SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES` - environment variable that contains a list of regular expressions - that matches origins authorized to make cross-site HTTP requests. diff --git a/releases/unreleased/processed/consistent-date-format.yml b/releases/unreleased/processed/consistent-date-format.yml deleted file mode 100644 index 8173e781..00000000 --- a/releases/unreleased/processed/consistent-date-format.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Consistent date format -category: fixed -author: Eva Millán -issue: 901 -notes: > - All the job execution dates are now in YYYY-MM-DD hh:mm format - on the user interface. diff --git a/releases/unreleased/processed/create-and-assign-users-to-permission-groups.yml b/releases/unreleased/processed/create-and-assign-users-to-permission-groups.yml deleted file mode 100644 index 732e6e50..00000000 --- a/releases/unreleased/processed/create-and-assign-users-to-permission-groups.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Assign users to permission groups -category: added -author: Eva Millán -issue: 849 -notes: | - Users can be assigned to a permission group using the command - `$ sortinghat-admin set-user-group username group`. A user in - a group automatically has the permissions granted to that group. diff --git a/releases/unreleased/processed/link-to-github-profile.yml b/releases/unreleased/processed/link-to-github-profile.yml deleted file mode 100644 index 51e95532..00000000 --- a/releases/unreleased/processed/link-to-github-profile.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Link to GitHub profile -category: added -author: Eva Millán -issue: 817 -notes: Individuals' GitHub usernames now link to their profile. diff --git a/releases/unreleased/processed/save-url-to-an-individuals-linkedin-profile.yml b/releases/unreleased/processed/save-url-to-an-individuals-linkedin-profile.yml deleted file mode 100644 index 9214695e..00000000 --- a/releases/unreleased/processed/save-url-to-an-individuals-linkedin-profile.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Save URL to an individual's LinkedIn profile -category: added -author: Eva Millán -issue: 817 -notes: > - Users can add a link to a LinkedIn profile on the individual's page. - This helps speed up the lookup of a contributor's information. diff --git a/sortinghat/_version.py b/sortinghat/_version.py index 486d7734..ed7272ca 100644 --- a/sortinghat/_version.py +++ b/sortinghat/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-08-02 09:44:06.137837 -__version__ = "1.1.0-rc.1" +# File auto-generated by semverup on 2024-08-02 11:08:02.638402 +__version__ = "1.1.0"