ENHANCEMENTS:
- dependencies: Updated module
hashicorp/terraform
tov0.12.7
(#273) resource/github_branch_protection
: Will now return an error when users are not correctly added (#158)provider
: Added optionalanonymous
attribute, and madetoken
optional (#255)
BUG FIXES:
resource/github_repository
: Allow settingdefault_branch
tomaster
on creation (#150)resource/github_team_repository
: Validation ofteam_id
(#253)resource/github_team_membership
: Validation ofteam_id
(#253)resource/github_organization_webhook
: Properly set webhook secret in state (#251)resource/github_repository_webhook
: Properly set webhook secret in state (#251)
FEATURES:
- New Data Source
github_collaborators
(#239)
ENHANCEMENTS:
provider
: Added optionalindividual
attribute, and madeorganization
optional (#242)resource/github_branch_protection
: Addedrequire_signed_commits
property [#214]
BUG FIXES:
resource/github_membership
:username
property is now case insensitive (#241)resource/github_repository
:has_projects
can now be imported (#237)resource/github_repository_collaborator
:username
property is now case insensitive [#241)resource/github_team_membership
:username
property is now case insensitive (#241)
ENHANCEMENTS:
resource/github_repository
: Added validation for lowercase topics (#223)resource/github_organization_webhook
: Added back removedname
attribute,name
is now flagged asRemoved
(#226)resource/github_repository_webhook
: Added back removedname
attribute,name
is now flagged asRemoved
(#226)
- This release adds support for Terraform 0.12 (#181)
BREAKING CHANGES:
resource/github_repository_webhook
: Removedname
attribute (#181)resource/github_organization_webhook
: Removedname
attribute (#181)
FEATURES:
- New Resource:
github_organization_block
(#181) - New Resource:
github_user_invitation_accepter
(#161) resource/github_branch_protection
: Addedrequired_approving_review_count
property (#181)
BUG FIXES:
resource/github_repository
: Prefillauto_init
during import (#154)
FEATURES:
- New Resource:
github_project_column
(#139)
ENHANCEMENTS:
- all resources: Use
Etag
to save API quota (~ 33%) (#143) - all resources: Implement & use RateLimitTransport to avoid hitting API rate limits (#145)
BUG FIXES:
resource/github_issue_label
: Return genuine errors instead of ignoring them when reading existing resource (#142)resource/github_membership
: Return genuine errors instead of ignoring them when reading existing resource (#142)resource/github_repository_deploy_key
: Return genuine errors instead of ignoring them when reading existing resource (#142)resource/github_team
: Return genuine errors instead of ignoring them when reading existing resource (#142)resource/github_team_membership
: Return genuine errors instead of ignoring them when reading existing resource (#142)resource/github_team_repository
: Return genuine errors instead of ignoring them when reading existing resource (#142)resource/github_user_gpg_key
: Return genuine errors instead of ignoring them when reading existing resource (#142)
BUG FIXES:
resource/github_repository
: Avoid spurious diff fortopics
(#138)
FEATURES:
- New Data Source:
github_repository
(#109) - New Data Source:
github_repositories
(#129) - New Resource:
github_organization_project
(#111) - New Resource:
github_repository_project
(#115) - New Resource:
github_user_gpg_key
(#120) - New Resource:
github_user_ssh_key
(#119)
ENHANCEMENTS:
provider
: Addinsecure
mode (#48)data-source/github_ip_ranges
: Add importer IPs (#100)resource/github_issue_label
: Add support fordescription
(#118)resource/github_repository
: Add support fortopics
(#97)resource/github_team
: Exposeslug
(#136)resource/github_team_membership
: Make role updatable (#137)
BUG FIXES:
resource/github_*
: Prevent crashing on invalid ID format (#108)resource/github_organization_webhook
: Avoid spurious diff ofsecret
(#134)resource/github_repository
: Make non-updatable fieldsForceNew
(#135)resource/github_repository_deploy_key
: Avoid spurious diff ofkey
(#132)resource/github_repository_webhook
: Avoid spurious diff ofsecret
(#133)
FEATURES:
- New Data Source:
github_ip_ranges
(#82)
ENHANCEMENTS:
resource/github_repository
: Add support for archiving (#64)resource/github_repository
: Addhtml_url
(#93)resource/github_repository
: Addhas_projects
(#92)resource/github_team
: Addparent_team_id
(#54)
ENHANCEMENTS:
resource/github_branch_protection
: Add support forrequire_code_owners_review
(#51)
BUG FIXES:
resource/github_membership
: Fix a crash when bad import input is given (#72)
BACKWARDS INCOMPATIBILITIES / NOTES:
resource/github_branch_protection
: Theinclude_admin
attributes haven't been working for quite some time due to upstream API changes. These attributes are now deprecated in favor of the new top-levelenforce_admins
attribute. Theinclude_admin
attributes currently have no affect on the resource, and will yield aDEPRECATED
notice to the user.
IMPROVEMENTS:
resource/github_repository
: Allow updating default_branch (#23)resource/github_repository
: Add license_template and gitignore_template (#24)resource/github_repository_webhook
: Add import (#29)resource/github_branch_protection
: Support enforce_admins (#26)resource/github_team
: Supports managing a team's LDAP DN in GitHub Enterprise (#39)
BUG FIXES:
resource/github_branch_protection
: Fix crash on nil values (#26)
FEATURES:
- New Resource:
github_repository_deploy_key
[#15215](hashicorp/terraform#15215)
IMPROVEMENTS: