Skip to content

Releases: akur8-oss/terraform-github-repository

v1.0.0

05 Feb 17:26

Choose a tag to compare

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

27 Jan 07:50
9e7d9fc

Choose a tag to compare

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

Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 Jan 07:38
5b92c9c

Choose a tag to compare

v0.0.1

First release.

What's Changed

New Contributors

Full Changelog: https://github.com/akur8-oss/terraform-github-repository/commits/v0.0.1