Skip to content

Releases: hirosassa/terraform-provider-looker

v0.13.0

30 Jan 21:56
2efbdfa
Compare
Choose a tag to compare
Add ADC option for connections with Looker (Google Cloud Core)  (#58)

* Add ADC params.

* Fix pdt context override params.

* Added adc and impersonated parameters to connection.md

* Fixed incorrect behavior caused by value changes.

* Upadte connection.md.

v0.12.0

27 Jan 19:39
4142942
Compare
Choose a tag to compare
check users exist before updating membership (#57)

* check user exist befor updating

* update docs plugin

* sum

* doc

* better error message

* always check users exist

* add tests

v0.11.0

01 Dec 08:04
f87f17a
Compare
Choose a tag to compare
fix goreleaser configuration (#56)

v0.10.0

23 Jul 05:27
8076168
Compare
Choose a tag to compare
Added looker_users data source (#51)

* add looker_users data source

* set unique id from user Emails

* add test code

v0.9.0

07 Oct 23:49
5c82409
Compare
Choose a tag to compare

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

02 Oct 01:46
89a1ec4
Compare
Choose a tag to compare
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

13 Sep 23:33
06246c4
Compare
Choose a tag to compare
Fix hidden value domain whitelist (#38)

* Fix hidden value domain whitelist

* Update version

* Update pkg/looker/resource_user_attribute.go

Co-authored-by: hirosassa <[email protected]>

* Update pkg/looker/resource_user_attribute.go

Co-authored-by: hirosassa <[email protected]>

Co-authored-by: hirosassa <[email protected]>

v0.8.7

07 Sep 23:21
1dddcd9
Compare
Choose a tag to compare
Update release.yml

v0.8.6

04 Jun 12:14
70060c3
Compare
Choose a tag to compare
WIP: bug fix (#27)

* update to latest SDK

* fix tests

* fix attribute

* update golangci-lint

* tidy

* fix doc

v0.8.5

08 Apr 00:35
c283fd4
Compare
Choose a tag to compare
Fixes #23 (#24)

* Fixes #23

* Remove newline

* Run make docs

Co-authored-by: brian.teague <[email protected]>