Releases: akur8-oss/terraform-github-repository
Releases · akur8-oss/terraform-github-repository
v1.0.0
v1.0.0
This new release introduces a change to the grant mechanism: The module is now using team slugs (ie tag) instead of using IDs. The main reason for this change is that IDs are hidden and can only be found using the Github API.
What's Changed
- build(deps): Bump integrations/github from 4.19.2 to 4.20.0 by @dependabot in #4
 - feat(terraform): Use slugs instead of IDs to grant permissions. by @benoit-garcia in #5
 - chore(github): Remove unnecessary file. by @benoit-garcia in #6
 - feat(terraform): Apply Hashicorp best practices regarding required provider versions in modules. by @benoit-garcia in #7
 - chore(github): bump pre-commit to v4.1.0. by @benoit-garcia in #7
 - chore(doc): Update documentation. by @benoit-garcia in #7
 
Full Changelog: v0.0.2...v1.0.0
v0.0.2
The module is not able to grant roles to read, write or maintain repositories to existing teams.
If no teams are specified for each role, a default team will be created.
What's Changed
- Bump integrations/github from 4.19.1 to 4.19.2 by @dependabot in #2
 - feat(terraform): Add permissions management via teams by @benoit-garcia in #3
 
New Contributors
- @dependabot made their first contribution in #2
 
Full Changelog: v0.0.1...v0.0.2
v0.0.1
v0.0.1
First release.
What's Changed
- Import existing module by @benoit-garcia in #1
 
New Contributors
- @benoit-garcia made their first contribution in #1
 
Full Changelog: https://github.com/akur8-oss/terraform-github-repository/commits/v0.0.1