Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 5.53 KB

Changelog

1.1.2 (2024-02-03)

Bug Fixes

  • Update documentation for new resources/data-sources (bf6631f)

1.1.1 (2024-02-03)

Bug Fixes

  • Replace github user from matthewjohn to dockstudios (6c3436b), closes #6
  • Update remaining references to matthewjohn after merge to main (0e34c6e)

1.1.0 (2024-02-03)

Bug Fixes

  • Add validation to ensure that either name or id is passed to git_provider data source (028ef7a), closes #2
  • Avoid unknown ID values during plan (8eff463), closes #2
  • Correctly mark object as deleted in READ when API returns 404 (fe5b91e), closes #2
  • Only update attributes during Read if the value has actually changed, to avoid showing plan changes (fcb74ec), closes #2
  • Update namespace ID only in Read operation, using ID for obtaining information from API and updating, if it differs from name (901a360)

Features

  • Add data source for git_provider. Update ID type of git provider to int64 (b579953), closes #2
  • Add module resource (a54c3c0), closes #2
  • Add terrareg_git_providers data source for obtaining all git providers (a34887d), closes #2

1.0.0 (2024-01-29)

Bug Fixes

  • Handle empty body in requests, fixing 'Read' method of namespace (0b696e1)
  • Handle error returned by json.Encode in makeRequest (1340f22), closes #1
  • Remove invalid declaration of err (2ef7240), closes #1
  • Send empty JSON map to DELETE endpoint to fix request (a5d5b36), closes #1
  • Set ID property during import, fixing error about ID not being set (78db9c9), closes #1
  • Update display name attribute in read operation for namespace (069799e), closes #1
  • Update implementation of JSON encoding to handle empty data (02e3092), closes #1

Features

  • Initial base layout of provider and functionality to create namespace (2a499c9), closes #1