Skip to content

Releases: disc/terraform-provider-pritunl

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

v0.1.13

14 Sep 17:36
6e2ef14
Compare
Choose a tag to compare
Server's group name validation (#49)

Closes #41:
Added validation for server's groups name that doesn't allow to use spaces in a group name

v0.1.12

14 Sep 14:27
27e1fe3
Compare
Choose a tag to compare
Feature/enable sso authentication on connect (#48)

* added struct variable & schema for "sso_auth"

* added check for sso_auth in resourceUpdateServer

* fix copy and paste error

* add test case for new sso_auth option

* fixed another copy paste error

* refactor sso_auth tests into own test

* remove duplicate test function

* add sso_auth parameter to resource documentation

* update docker-pritunl

---------

Co-authored-by: Cyril Tan <[email protected]>

v0.1.11

10 Sep 13:57
25298d6
Compare
Choose a tag to compare
Updated a few dependencies (#47)

v0.1.10

27 Aug 09:30
58108f6
Compare
Choose a tag to compare
Feature/issue 37 route net gateway support (#39)

* adding NetGateway Support

* update usage

* added unit testing

* update

* added comment for net_gateway test

* Update resource_server_test.go

update

* adjust test test

* update comment