Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 1.79 KB

0.1.2 (Unreleased)

0.1.1 (July 18, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • With the github_branch_protection resource, the include_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-level enforce_admins attribute. The include_admin attributes currently have no affect on the resource, and will yield a DEPRECATED notice to the user.

IMPROVEMENTS:

  • r/github_repository: Allow updating default_branch (#23)
  • r/github_repository: Add license_template and gitignore_template (#24)
  • r/github_repository_webhook: Add import (#29)
  • r/github_branch_protection: Support enforce_admins (#26)
  • Supports managing a team's LDAP DN in GitHub Enterprise (#39)

BUG FIXES:

  • r/github_branch_protection: Fix crash on nil values (#26)

0.1.0 (June 20, 2017)

FEATURES:

IMPROVEMENTS:

  • Adding merge types to repository resource (#1)
  • added attributes to github_user and github_team data sources (#2)