Skip to content

Releases: disc/terraform-provider-pritunl

v0.3.1

30 Aug 07:55
88d5538
Compare
Choose a tag to compare
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

29 Aug 18:31
88d5538
Compare
Choose a tag to compare
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

29 Aug 16:46
88d5538
Compare
Choose a tag to compare
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

22 Jul 15:12
d2871ff
Compare
Choose a tag to compare
Updated documentation for new and exist resources (#64)

v0.1.19

09 May 19:55
265b22a
Compare
Choose a tag to compare
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

19 Mar 15:02
b7f45cf
Compare
Choose a tag to compare
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

23 Feb 19:59
db2e49a
Compare
Choose a tag to compare
Updated a few dependencies (#57)

v0.1.16

23 Feb 15:08
3cf2b25
Compare
Choose a tag to compare
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

21 Sep 08:23
70794b8
Compare
Choose a tag to compare
feat: add dynamic firewall parameter (#54)

* feat: add dynamic firewall parameter

* clean: delete dynamicFirewall from user.go

v0.1.14

19 Sep 11:03
46f876f
Compare
Choose a tag to compare
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