Skip to content

Commit

Permalink
[readme] Permissions groups breaking change
Browse files Browse the repository at this point in the history
This commit includes documentation about the changes in the latest
version related to permission groups.

Signed-off-by: Jose Javier Merchante <[email protected]>
  • Loading branch information
jjmerchante committed Aug 6, 2024
1 parent 131f335 commit a73352b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ The list of groups can be customized using the configuration file `sortinghat/co


## Compatibility between versions

### SortingHat 0.8.0 and GrimoireLab 0.8.0

SortingHat 0.7.x is no longer supported. Any database using this version will not work.

SortingHat databases 0.7.x are no longer compatible. The `uidentities` table was renamed
Expand All @@ -249,6 +252,14 @@ Please update your database running the following command:
$ sortinghat-admin --config sortinghat.config.settings migrate-old-database
```

### SortingHat 1.1.0 and GrimoireLab 1.3.0

SortingHat 1.1.0 allows the assignment of users to permission groups. By default, any
existing user in the database will have the minimum permissions, which will allow
only read access. To explicitly assign a user to a permission group, run the
command provided in the previous section
[Assign users to permission groups](#assign-users-to-permission-groups)

## Multi-tenancy

SortingHat allows hosting multiple instances with a single service having each
Expand Down

0 comments on commit a73352b

Please sign in to comment.