Releases: PGSSoft/terraform-provider-mssql
Releases · PGSSoft/terraform-provider-mssql
v0.6.0
What's Changed
- Server role resource and data sources by @tkielar-pgs in #88
- Output principal_id from SQL login resources by @tkielar-pgs in #89
- Server role member resource by @tkielar-pgs in #90
- Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.14.1 by @dependabot in #92
- Locking mechanism to prevent parallel creation of DBs by @tkielar-pgs in #99
- Fix error handling when DB connection invalid by @tkielar-pgs in #100
- Bump github.com/hashicorp/terraform-plugin-go from 0.14.1 to 0.14.2 by @dependabot in #96
- Bump github.com/hashicorp/terraform-plugin-framework from 0.15.0 to 0.17.0 by @dependabot in #98
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 by @dependabot in #93
- Bump github.com/microsoft/go-mssqldb from 0.17.0 to 0.18.0 by @dependabot in #101
- Server-level permissions resources by @tkielar-pgs in #102
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #84
- Database permissions resource and list data source by @tkielar-pgs in #86
- Bump github.com/hashicorp/terraform-plugin-framework from 0.14.0 to 0.15.0 by @dependabot in #85
- Schema permissions by @tkielar-pgs in #87
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Support for generic SQL script resource and data source by @tkielar-pgs in #80
- Improved missing auth in provider validation by @tkielar-pgs in #81
- Doc example typo fix by @tkielar-pgs in #82
- Schema resource & data sources by @tkielar-pgs in #83
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Support for configuration via env variables by @tkielar-pgs in #68
- Refactor of provider resources implementation by @tkielar-pgs in #69
- Bump github.com/hashicorp/terraform-plugin-framework from 0.13.0 to 0.14.0 by @dependabot in #72
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 by @dependabot in #76
- Support for computed connection details by @tkielar-pgs in #77
- Updating GO to 1.19 by @tkielar-pgs in #78
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Support for Azure AD mapped users by @tkielar-pgs in #37
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.1.1 to 1.1.3 by @dependabot in #51
- Fix for retrieving SQL login settings when user does not have CONTROL… by @tkielar-pgs in #57
- Refactored tests to create less DBs by @tkielar-pgs in #58
- Bump github.com/hashicorp/terraform-plugin-framework from 0.9.0 to 0.13.0 by @dependabot in #61
- Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.18+incompatible by @dependabot in #64
- Switching to MS fork of SQL driver by @tkielar-pgs in #65
- Bump github.com/microsoftgraph/msgraph-sdk-go from 0.30.0 to 0.40.0 by @dependabot in #63
- Added terraform 1.3 tests by @tkielar-pgs in #66
- Bump github.com/microsoftgraph/msgraph-sdk-go from 0.40.0 to 0.41.0 by @dependabot in #67
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Use the MSSQL driver fork by MS by @tkielar-pgs in #25
- Bump github.com/hashicorp/terraform-plugin-go from 0.9.1 to 0.10.0 by @dependabot in #24
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.18.0 by @dependabot in #23
- Azure SQL tests and compatibility fixes by @tkielar-pgs in #28
- Bump github.com/microsoftgraph/msgraph-sdk-go from 0.28.0 to 0.30.0 by @dependabot in #30
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.1.0 to 1.1.1 by @dependabot in #29
- Bump github.com/hashicorp/terraform-plugin-docs from 0.12.0 to 0.13.0 by @dependabot in #26
- Fixes for 32-bit build compatibility by @tkielar-pgs in #32
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.17.0 by @dependabot in #6
- SQL login resource implmentation by @tkielar-pgs in #7
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.3 by @dependabot in #14
- Bump github.com/docker/docker from 20.10.16+incompatible to 20.10.17+incompatible by @dependabot in #10
- Bump github.com/hashicorp/terraform-plugin-docs from 0.8.1 to 0.10.1 by @dependabot in #12
- SQL user implementation by @tkielar-pgs in #15
- Bump github.com/hashicorp/terraform-plugin-framework from 0.8.0 to 0.9.0 by @dependabot in #13
- Changed all SQL layer ctors to regular functions by @tkielar-pgs in #16
- DB roles implementation by @tkielar-pgs in #21
- Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.12.0 by @dependabot in #19
- Bump github.com/stretchr/testify from 1.7.3 to 1.8.0 by @dependabot in #20
- Database role membership resource by @tkielar-pgs in #22
Full Changelog: v0.0.1-alpha...v0.1.0
v0.0.1-alpha
Initial provider release