Releases: Snowflake-Labs/terraform-provider-snowflake
Releases · Snowflake-Labs/terraform-provider-snowflake
v0.58.0
0.58.0 (2023-03-03)
Features
BugFixes
- added force_new option to role grant when the role_name has been changed (#1591) (4ec3613)
- default_secondary_roles doc (#1584) (23b64fa)
- remove emojis, misc grant id fix (#1598) (fdefbc3)
- update read role grants to use new builder (#1596) (e91860a)
v0.57.0
0.57.0 (2023-02-28)
Features
- support object parameters on account level (#1583) (fb24802)
BugFixes
- Add contributing section to readme (#1560) (174355d)
- add test cases for update repl schedule on failover group (#1578) (ab638f0)
- schema read now checks first if the corresponding database exists (#1568) (368dc8f)
v0.56.5
0.56.5 (2023-02-21)
Misc
- deps: bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1528) (8a011e0)
- deps: bump golang.org/x/net from 0.5.0 to 0.7.0 (#1551) (35de62f)
v0.56.2
0.56.2 (2023-02-01)
BugFixes
- backwards compatability for grant helpers id used by procedure and functions (#1508) (3787657)
- misc linting changes for 0.56.2 (#1509) (e0d1ef5)
- support different tag association queries for COLUMN object types (#1380) (546d0a1)
v0.56.0
0.56.0 (2023-01-27)
Features
BugFixes
- do not set query_acceleration_max_scale_factor when enable enable_query_acceleration = false (#1474) (d62b1b4)
- refactor for simplify handling error (#1472) (3937216)
- refactor handling error to be simple (#1473) (9f37b99)
- saml integration test (#1494) (8c31439)
- schema name is optional for future file_format_grant (#1484) (1450cdd)
- schema name is optional for future function_grant (#1485) (dcc550e)
- schema name is optional for future procedure_grant (#1486) (4cf4561)
- schema name is optional for future sequence_grant (#1487) (ccf9e78)
- schema name is optional for future snowflake_stage_grant (#1466) (0b4d814)
- schema name is optional for future stream_grant (#1488) (3f7e5d6)
- schema name is optional for future task_grant (#1489) (4096fd0)
v0.55.1
0.55.1 (2023-01-11)
BugFixes
- resource snowflake_resource_monitor behavior conflict from provider 0.54.0 to 0.55.0 (#1468) (8ce0c53)
v0.55.0
0.55.0 (2023-01-10)
Features
- add in more functionality for UpdateResourceMonitor (#1456) (2df570f)
Misc
- deps: bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#1454) (ed6bfe0)
- deps: bump golang.org/x/tools from 0.4.0 to 0.5.0 (#1455) (ff01970)
BugFixes