Skip to content

Releases: PGSSoft/terraform-provider-mssql

v0.6.0

07 Dec 11:34
0885615
Compare
Choose a tag to compare

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

31 Oct 08:28
1b0959a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Oct 13:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 Oct 14:02
a95e396
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Sep 10:24
a63a547
Compare
Choose a tag to compare

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

19 Jul 06:27
8ba568a
Compare
Choose a tag to compare

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

06 Jul 09:23
fb7e858
Compare
Choose a tag to compare

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

31 May 08:17
Compare
Choose a tag to compare

Initial provider release