Skip to content

Latest commit

 

History

History
200 lines (110 loc) · 8.2 KB

CHANGELOG.md

File metadata and controls

200 lines (110 loc) · 8.2 KB

v0.4.1

2024-06-30

Terraform plugin dependencies updates

  • update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 (#98)
  • update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 (#96)
  • update module github.com/hashicorp/terraform-plugin-go to v0.23.0 (#87)

🐛 Bug Fixes

  • domain: 'tags' attribute invalid default value (#103)
  • domain|test: update - at least one 'assignment' or 'tag' must be always set (#104)

✨ Features

  • authorization: service account resource without permissions (#97) (not yet documented or usable)

v0.4.0

2024-02-22

📚 Documentation (unchanged functionality)

  • warehouse: drift credentials examples and docs (#89)

🐛 Bug Fixes

  • warehouse: transactional credentials drift changes (#85)
  • warehouse: BQ credentials drift changes (#84)

🔍 Tests (unchanged functionality)

  • all: acc. test working against real infrastructure (#68)

✨ Features

  • monitors: comparison_monitor basic create - stopped development (#82)
  • warehouse: connection handling refactoring (#86)

v0.3.0

2023-11-01

✨ Features

  • iam: IAM member resource implemented (#53)
  • iam: authorization groups resource implementation (#50)

🐛 Bug Fixes

  • iam: iam_member using groups API for assignment (#61)

📚 Documentation (unchanged functionality)

  • gen: removed attributes for docs generation (#51)
  • resources: iam_member documentation and examples (#63)
  • resources: iam_group documentation and examples (#60)

🔍 Tests (unchanged functionality)

  • iam: member assignment acceptance tests (#55)
  • iam: IAM group resource acceptance tests (#54)

v0.2.1

2023-10-17

🐛 Bug Fixes

  • resources: bigquery warehouse missing state upgrade v0 (#48)

v0.2.0

2023-10-16

📚 Documentation (unchanged functionality)

  • all: add missing docs before 0.2.0 release (#45)

🐛 Bug Fixes

  • resources: resolved common issues before 0.2.0 (#44)

v0.2.0-pre

2023-10-11

✨ Features

  • data_sources: warehouse exposing MCON's implementation (#41)
  • resource|postgres_warehouse: kick-off beta version implementation (#40)

v0.1.3

2023-10-09

📚 Documentation (unchanged functionality)

  • resource|domain: added docs and terraform examples (#38)

✨ Features

  • resource|domain: import state via domain uuid (#37)
  • resource|domain: kick-off beta version implementation (#35)

v0.1.2

2023-10-04

📚 Documentation (unchanged functionality)

  • examples: fixed provider instalation syntax and usage (#33)

🐛 Bug Fixes

  • warehouse|bigquery: read operation - response missing dataCollector (#32)

v0.1.1

2023-10-04

🐛 Bug Fixes

  • warehouse|bigquery: read operation - inconsistent data collector (#29)

2023-09-30

Bug Fixes

  • release|registry: provider naming and docs for registry (#8)
  • repo|reports: broken links and unnecessary newlines (#13)

Features

  • release|registry: manifest for Terraform registry (#9)
  • repo: github changelog and release notes (#10)
  • repo|docs: finished basic community standard documents (#11)
  • repo|reports: migrate to beta issue forms (#12)
  • resources: import state for 'bigquery_warehouse' (#14)

v0.0.1

2023-09-27

Bug Fixes

  • ci-cd|release: initial goreleaser configuration syntax error (#7)

Features

  • ci-cd|release: initial configuration for golang binaries (#6)
  • provider: added Code of Conduct (#5)
  • provider: golang initialization and BigQuery warehouse implementation (#2)
  • provider|code: added MIT license (#4)
  • resources|warehouses: data_collector_uuid attribute exposed (#3)