Releases: hirosassa/terraform-provider-looker
Releases · hirosassa/terraform-provider-looker
v0.10.0
v0.9.0
Breaking changes
Fixed some typos in #48 by @jbennett7
- This changes contain changing of resource names as followings:
- connection.passowrd => connection.password
- connection.jdbc_addtional_params => connection.jdbc_additional_params
Developer experiences improvements
Fixed and update CI in #50 by @hirosassa
v0.8.9
Allow updating connection certificate (#40) * Allow updating connection certificate * Remove calculated flag and add description * Update docs * docs fix * Add id field back to docs
v0.8.8
Fix hidden value domain whitelist (#38) * Fix hidden value domain whitelist * Update version * Update pkg/looker/resource_user_attribute.go Co-authored-by: hirosassa <hiro.sassa@gmail.com> * Update pkg/looker/resource_user_attribute.go Co-authored-by: hirosassa <hiro.sassa@gmail.com> Co-authored-by: hirosassa <hiro.sassa@gmail.com>
v0.8.7
Update release.yml
v0.8.6
WIP: bug fix (#27) * update to latest SDK * fix tests * fix attribute * update golangci-lint * tidy * fix doc
v0.8.5
Fixes #23 (#24) * Fixes #23 * Remove newline * Run make docs Co-authored-by: brian.teague <brian.teague@ivansinsurance.com>
v0.8.4
apply API change (#22) * apply API change * add docs
v0.8.3
update SDK for v4 API GA (#20) * update SDK * temp
v0.8.2
fix connection importer bug (#17) * fix connection importer bug * bump golangci-lint version