Releases: disc/terraform-provider-pritunl
Releases · disc/terraform-provider-pritunl
v0.3.1
Support creating and updating users with a PIN (#65) * Replace User.Pin field with a Pin struct that allows setting a PIN value when creating or updating users * Update User acceptance test to check the pin attribute * Add new User test case * Add separate example for a user with pin * Ignore User.Pin.IsSet when setting an updated user PIN * Pointer receiver in MarshalJSON function
v0.3.0
Support creating and updating users with a PIN (#65) * Replace User.Pin field with a Pin struct that allows setting a PIN value when creating or updating users * Update User acceptance test to check the pin attribute * Add new User test case * Add separate example for a user with pin * Ignore User.Pin.IsSet when setting an updated user PIN * Pointer receiver in MarshalJSON function
v0.2.1
Support creating and updating users with a PIN (#65) * Replace User.Pin field with a Pin struct that allows setting a PIN value when creating or updating users * Update User acceptance test to check the pin attribute * Add new User test case * Add separate example for a user with pin * Ignore User.Pin.IsSet when setting an updated user PIN * Pointer receiver in MarshalJSON function
v0.2.0
Updated documentation for new and exist resources (#64)
v0.1.19
Bump github.com/hashicorp/go-getter from 1.7.0 to 1.7.4 (#59) Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.0 to 1.7.4. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](https://github.com/hashicorp/go-getter/compare/v1.7.0...v1.7.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.1.18
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#58) Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.1.17
Updated a few dependencies (#57)
v0.1.16
client: respect proxy environment variables (#56) This change is required to work with this provider in some corporate networks Signed-off-by: Alexandre Bruyelles <[email protected]> Co-authored-by: Alexandre Bruyelles <[email protected]>
v0.1.15
feat: add dynamic firewall parameter (#54) * feat: add dynamic firewall parameter * clean: delete dynamicFirewall from user.go
v0.1.14
feat: add device auth parameter (#53) * feat: add device auth parameter * fix: value in module * fix: lint * fix: creates a server with device_auth attribute