Features
- Support for teams and team folder creation if teams are used. The team folder will have same name as team name.
- Team folder will have Editor permission for the team.
Breaking changes
Please see the examples for more information.
- The provider interface changed. Method ` def get_users(self) -> Dict[str, Organization]` was changed to `def get_organisations(self) -> Dict[str, OrganizationDTO]`
- Provider should use the classes defined in `gonb.organisation_transfer` to create organisations, teams and users.
- To execute the provisioning from the provider it is just one method to call `gonb.grafana.provision(iam_organisations: Dict[str, OrganizationDTO])`
What's Changed
* Teams dev by thenodon in https://github.com/thenodon/gonb/pull/1
New Contributors
* thenodon made their first contribution in https://github.com/thenodon/gonb/pull/1
**Full Changelog**: https://github.com/thenodon/gonb/compare/v0.2.0...v0.3.0