Releases: devoteamgcloud/terraform-provider-looker
Releases · devoteamgcloud/terraform-provider-looker
v0.2.19
Release v0.2.19
v0.2.18
Version 0.2.18
v0.2.17
v0.2.17
v0.2.16
- Since Looker doesn't support updating colors labels, any changes will be ignored to prevent unneeded runs applies.
- Move from Set to List for color collections palettes; makes sure order declaration is respected
- The Looker colour collections' mechanism uses the list order to pick which colour is displayed to the Customer next, e.g. if the collection is (red, blue, yellow, green, brown) then the mechanism starts with red for one category, then blue and so on. Sets don't respect ordering by default, so taking the previous example we might get (brown, green, blue, red, yellow) depending on the Set's hashing algorithm. So the Customer was seeing brown graphs when it should be seeing red graphs because that's what we defined for the collection; but the tf provider was creating the colour collection with the wrong order.
v0.2.15
Revert PR 55
v0.2.14
Update documentation and version
v0.2.13
v0.2.13 release
v0.2.11
Generate documentation and new release
v0.2.10
format docs and version update
v0.2.9
v0.2.9 release