Skip to content

Releases: RiskIdent/terraform-provider-mongodb-driver

v0.2.1

15 Feb 17:53
c154284
Compare
Choose a tag to compare

What's Changed

  • Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #33
  • Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.13.2 by @dependabot in #34

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Jan 13:46
99407b9
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #27
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 by @dependabot in #28

Full Changelog: v0.1.4...v0.2.0

v0.1.4

11 Dec 11:29
d763f6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

24 Nov 14:28
d52ea52
Compare
Choose a tag to compare

Changes

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Nov 09:57
b593457
Compare
Choose a tag to compare

What's Changed

Fixes

Dependencies

  • Bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 by @dependabot in #17
  • Bump hashicorp/setup-terraform from 2 to 3 by @dependabot in #18
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #19
  • Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 by @dependabot in #20

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Oct 14:37
28f2bbb
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 by @dependabot in #6
  • Bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1 by @dependabot in #7
  • Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.11.0 by @dependabot in #8
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 by @dependabot in #9
  • Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.11.0 to 0.12.0 by @dependabot in #10
  • Bump actions/checkout from 3 to 4 by @dependabot in #11
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 by @dependabot in #12
  • Bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in #13
  • Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #14
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 by @dependabot in #15
  • Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #16

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Jul 10:40
79f392f
Compare
Choose a tag to compare

This is the first release of the RiskIdent/mongodb-driver provider.

FEATURES:

  • Create MongoDB users with the mongodb_user resource
  • Query MongoDB users with the data.mongodb_users data source.