Releases: OpenVPN/terraform-provider-cloudconnexa
Release list
v1.2.4
What's Changed
This is a cumulative release including all changes since v1.1.6. It bundles the work from intermediate tags v1.2.1–v1.2.3, which were not published due to a broken release pipeline (fixed here). The underlying cloudconnexa-go-client is upgraded to v2.5.1, bringing support for CloudConnexa API v1.2.2.
- Migrate to new go client library version by @vladhss in #190
- Add gateways_ids to host, network and user group by @vladhss in #194
- Add tunnel_bypass to user group by @vladhss in #192
- Add routes_advanced_configuration_enabled and ip_allocation_mode settings by @vladhss in #191
- Add exact_match to network application routes by @vladhss in #191
- Remove cloudconnexa_host_route resource and data source (breaking) by @vladhss in #190
- Deprecate inline device block on cloudconnexa_user (use cloudconnexa_device instead) by @vladhss in #190
- Fix devices CRUD (userId query param, PUT method) by @vladhss in #200
- Fix DNS record validation by @vladhss in #193
- Skip AtLeastOneNonEmptyList validation when values are unknown at plan time by @vladhss in #194
- Add tests for host, access group, and package-level setup by @vladhss in #201
- Add documentation for access_visibility_enabled and dns_log_enabled settings
- Ignore unsupported windows/arm builds
- Fix go-releaser to survive retries under GitHub’s immutable-releases feature by @vladhss in #206, #207
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.40.1 by @dependabot in #187
- Bump github.com/gruntwork-io/terratest from 0.54.0 to 1.0.0 by @dependabot in #189
- Bump goreleaser/goreleaser-action from 6.4.0 to 7.2.1 by @dependabot in #179, #186
- Bump hashicorp/setup-terraform from 3 to 4 by @dependabot in #180
- Bump crazy-max/ghaction-import-gpg from 6 to 7 by @dependabot in #183
- Bump github.com/cloudflare/circl by @dependabot in #181
Upgrade notes
If you use cloudconnexa_host_route or cloudconnexa_host_routes, remove them from configuration and state (terraform state rm) before upgrading. If you manage devices inline on cloudconnexa_user, plan to migrate to the dedicated cloudconnexa_device resource before the next major release.
Full Changelog: v1.2.3...v1.2.4
v1.1.6
What's Changed
- Fix/settings import incomplete state by @arslanbekov in #176
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #172
- Bump golang.org/x/crypto from 0.42.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #171
- Bump github.com/gruntwork-io/terratest from 0.52.0 to 0.54.0 by @dependabot[bot] in #173
- feat: Add new data sources for devices, host routes, and sessions by @arslanbekov in #174
Full Changelog: v1.1.3...v1.1.5
v1.1.3
What's Changed
- Fix topology update by @vladhss in #161
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #160
- Bump actions/stale from 9 to 10 by @dependabot[bot] in #159
- Bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in the go_modules group by @dependabot[bot] in #157
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #156
- Correct connection_timeout examples in cloudconnexa_settings by @ethanrucinski in #168
- Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #169
- Bump github.com/gruntwork-io/terratest from 0.50.0 to 0.52.0 by @dependabot[bot] in #167
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.1 by @dependabot[bot] in #165
New Contributors
- @ethanrucinski made their first contribution in #168
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #148
- Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in #149
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #151
- Add vpn-regions data source by @vladhss in #152
- secondary user groups by @vladhss in #153
- data sources by id or name by @vladhss in #154
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
v1.0.7
What's Changed
- Feature/support import settings by @arslanbekov in #136
- Refactor application data handling in CloudConnexa resources by @arslanbekov in #137
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Remove SAML SSO resource and data source by @arslanbekov in #127
- Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 in the go_modules group by @dependabot in #128
- Bump github.com/gruntwork-io/terratest from 0.49.0 to 0.50.0 by @dependabot in #129
- Add entity ID to error messages for read operations by @vladhss in #131
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Feature/support SAML and IpSEC resources by @arslanbekov in #126
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @arslanbekov in #123
- Potential fix for code scanning alert no. 4: Workflow does not contain permissions by @arslanbekov in #124
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @arslanbekov in #125
Full Changelog: v1.0.4...v1.0.5