This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: OpenVPN/terraform-provider-openvpn-cloud
Releases · OpenVPN/terraform-provider-openvpn-cloud
v0.1.0
What's Changed
- Bump github.com/gruntwork-io/terratest from 0.43.6 to 0.43.7 by @dependabot in #74
- Add examples for some resources by @sahaqaa in #84
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #91
- Bump github.com/gruntwork-io/terratest from 0.43.7 to 0.43.12 by @dependabot in #90
- Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 by @dependabot in #89
- Add support for description on DNS records by @tcpkump in #87
- Fixed user group resource definition by @michaelfmnk in #81
- Added default value for service description resource by @michaelfmnk in #79
- Bump actions/checkout from 3 to 4 by @dependabot in #94
- Add Terraform Env variables into examples by @sahaqaa in #100
- Bump github.com/gruntwork-io/terratest from 0.43.12 to 0.46.1 by @dependabot in #106
- Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0 by @dependabot in #98
- Bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot in #104
- Bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 by @dependabot in #99
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 by @dependabot in #97
- ip-service implementation by @michaelfmnk in #132
- WIP: Refactor Cloud Connexa API by @arslanbekov in #127
- Bump actions/setup-go from 4 to 5 by @dependabot in #118
- Bump actions/stale from 8 to 9 by @dependabot in #117
- Bump hashicorp/setup-terraform from 2 to 3 by @dependabot in #108
- Fix provider vs current APIs by @chicco785 in #136
- Bump golangci/golangci-lint-action from 3 to 5 by @dependabot in #137
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #138
- Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4 by @dependabot in #139
- Update go dependencies by @arslanbekov in #140
- Update goreleaser by @arslanbekov in #141
New Contributors
- @sahaqaa made their first contribution in #84
- @tcpkump made their first contribution in #87
- @chicco785 made their first contribution in #136
Full Changelog: v0.0.11...v0.1.0
v0.0.11
- Added support for usergroups & services #60 (@michaelfmnk)
- Added terraform examples #65 (@michaelfmnk)
- Added 'Credentials' section to documentation #67 (@michaelfmnk)
- Dependency Update
v0.0.10
Fix for user creation related to the API changes
v0.0.9
This release includes bug fixes for the following issues
- Can't Update Description in route.
- Cover the code with unit tests. Current coverage is at 31.4%.
- Default route description is not persisted in the state.
- Error: unexpected end of JSON input. Now you will see a human-friendly error in case you forget to provide the API credentials.
v0.0.8
- API rate limiting.
- Description field to the default route.
- Acceptance tests for
openvpncloud_user
. - Code linting with
golangci-lint
. - Users can now be updated without recreation (
first_name
,last_name
,group_id
,email
).
v0.0.7
- Updated dependencies and go;
- Added the ability to specify a
description
field for theopenvpncloud_route
resource; - Added the ability to specify the
role
field of theopenvpncloud_user
resource.
v0.0.6
Add goreleaser config