Skip to content

Releases: mineiros-io/terraform-github-repository

v0.5.0

20 Sep 13:51
6069bac
Compare
Choose a tag to compare

Added

  • Add support for Terraform v0.13.x
  • Add support for Terraform Github Provider v3.x
  • Prepare support for Terraform v0.14.x (needs terraform v0.12.20 or above)

v0.4.2

23 Jul 16:09
cba60bd
Compare
Choose a tag to compare

Changelog

Added

  • Add CHANGELOG.md.

Changed

  • Switch CI from SemaphoreCI to GitHub Actions.

v0.4.1

04 Jun 05:27
f094697
Compare
Choose a tag to compare

Changelog

  • add CONTRIBUTING.md
  • upgrade pre-commit-hooks to v0.1.4
  • add phony-targets and markdown-link-check hooks
  • update logo and badges in README.md

v0.4.0

28 May 14:25
7507818
Compare
Choose a tag to compare

Changelog

  • Fixes a bug that was introduced during the last release which forced the re-creation of teams on every run.

v0.3.1

24 May 18:16
8f4299b
Compare
Choose a tag to compare

Changelog

  • Fix dependency issue when assigning teams by name

v0.3.0

14 May 11:24
0cb40f9
Compare
Choose a tag to compare

Changelog

  • Add issue_labels_create to specify whether you want to force or suppress the creation of issues labels. Default is true if has_issues is true or issue_labels is non-empty, otherwise default is false.

v0.2.1

09 May 17:37
e86fd39
Compare
Choose a tag to compare

Changelog

  • Introduced support for the github_repository_webhook resource. You can now add webhooks to your repositories through the newly introduced variable webhooks. For further information please read the documentation.

Contributors

  • Special thanks to @chrispblink for providing this feature.

v0.2.0

16 Apr 21:17
552037f
Compare
Choose a tag to compare

Changelog

  • set delete_branch_on_merge default value to true
  • use slugs for team ids
  • fix module dependency by introducing modules_depends_on
  • upgrade terraform-github-provider to ~> 2.6

v0.1.0

27 Feb 22:34
1dcf157
Compare
Choose a tag to compare

First stable release!

Changelog

  • Update README and add more examples and related tests

v0.0.7

14 Jan 08:41
67ac028
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Notes

Breaking Changes for branch_protection_rules. Properties are now configured as a nested object instead of lists.