Skip to content

Tags: disc/terraform-provider-pritunl

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.36.0 (

#79)

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.36.0

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.7.0 to 2.36.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.7.0...v2.36.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated `go.mod`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Hacicheant <[email protected]>

v0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated documentation for new and exist resources (#64)

v0.1.19

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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](hashicorp/go-getter@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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated a few dependencies (#57)

v0.1.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add dynamic firewall parameter (#54)

* feat: add dynamic firewall parameter

* clean: delete dynamicFirewall from user.go