This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Releases: dodevops/terraform-provider-ldap
Releases · dodevops/terraform-provider-ldap
v0.4.0
What's Changed
- chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.17.0 by @dependabot in #31
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 by @dependabot in #33
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #32
- chore: Set dependabot options by @dploeger in #34
- Fix typo in "attribute". by @x4e-jonas in #35
- feat: Adds Logging and uses replace instead of delete/add by @dploeger in #39
New Contributors
- @x4e-jonas made their first contribution in #35
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- chore(deps): bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5 by @dependabot in #29
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #28
- chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.15.0 to 0.16.0 by @dependabot in #30
- Add
ldap_search
data source by @zanecodes in #10
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add optional
additional_attributes
attribute toldap_object
data source by @zanecodes in #7
New Contributors
- @zanecodes made their first contribution in #7
Full Changelog: v0.1.3...v0.2.0