Skip to content

Latest commit

 

History

History
118 lines (74 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

118 lines (74 loc) · 7.49 KB

1.4.0 (Unreleased)

FEATURES:

  • New Resource: github_user_invitation_accepter [GH-161]

BUG FIXES:

  • resource/github_repository: Prefill auto_init during import [GH-154]

1.3.0 (September 07, 2018)

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)

1.2.1 (August 17, 2018)

BUG FIXES:

  • resource/github_repository: Avoid spurious diff for topics (#138)

1.2.0 (August 17, 2018)

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: Add insecure mode (#48)
  • data-source/github_ip_ranges: Add importer IPs (#100)
  • resource/github_repository: Add support for topics (#97)
  • resource/github_issue_label: Add support for description (#118)
  • resource/github_team: Expose slug (#136)
  • resource/github_team_membership: Make role updatable (#137)

BUG FIXES:

  • resource/github_*: Prevent crashing on invalid ID format (#108)
  • resource/github_repository_deploy_key: Avoid spurious diff of key (#132)
  • resource/github_repository_webhook: Avoid spurious diff of secret (#133)
  • resource/github_repository: Make non-updatable fields ForceNew (#135)
  • resource/github_organization_webhook: Avoid spurious diff of secret (#134)

1.1.0 (May 11, 2018)

FEATURES:

  • New Data Source: github_ip_ranges (#82)

ENHANCEMENTS:

  • resource/github_repository: Add support for archiving (#64)
  • resource/github_repository: Add html_url (#93)
  • resource/github_repository: Add has_projects (#92)
  • resource/github_team: Add parent_team_id (#54)

1.0.0 (February 20, 2018)

ENHANCEMENTS:

  • resource/github_branch_protection: Add support for require_code_owners_review (#51)

0.1.2 (February 12, 2018)

BUG FIXES:

  • resource/github_membership: Fix a crash when bad import input is given (#72)

0.1.1 (July 18, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • resource/github_branch_protection: 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:

  • 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)

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)