Releases: mineiros-io/terraform-github-repository
Releases · mineiros-io/terraform-github-repository
v0.5.0
v0.4.2
Changelog
Added
- Add CHANGELOG.md.
Changed
- Switch CI from SemaphoreCI to GitHub Actions.
v0.4.1
Changelog
- add CONTRIBUTING.md
- upgrade pre-commit-hooks to v0.1.4
- add
phony-targets
andmarkdown-link-check
hooks - update logo and badges in README.md
v0.4.0
Changelog
- Fixes a bug that was introduced during the last release which forced the re-creation of teams on every run.
v0.3.1
Changelog
- Fix dependency issue when assigning teams by name
v0.3.0
Changelog
- Add
issue_labels_create
to specify whether you want to force or suppress the creation of issues labels. Default istrue
ifhas_issues
istrue
orissue_labels
is non-empty, otherwise default isfalse
.
v0.2.1
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
Changelog
- set
delete_branch_on_merge
default value totrue
- use slugs for team ids
- fix module dependency by introducing
modules_depends_on
- upgrade terraform-github-provider to
~> 2.6
v0.1.0
First stable release!
Changelog
- Update README and add more examples and related tests
v0.0.7
Notes
Breaking Changes for branch_protection_rules
. Properties are now configured as a nested object instead of lists.