Releases: duplocloud/terraform-provider-duplocloud
v0.5.24
minor improvements: - build with go 1.16 - update documentation - minor updates to resource schemas
v0.5.23-test1
Changelog
af6d279 Merge branch 'develop' into tf-registry-prep
2d09cbc Merge tag '0.5.22' into develop
f71dc3a [release] bump version to 0.5.23
e25d0af ability to generate docs
b7a6992 allow overriding SSL verification to turn it off
7702330 another bug fix
248030f autogen docs:
4c911e0 autogen docs:
e9fee22 autogen docs:
d0b4650 autogenerated provider docs
a458d6e doc gen
57eaa9f factor more TF logic out of SDK
41bf9c5 fix bug in constant
441e6cc generate docs on release
f893da3 go lint
13518db goreleaser: github workflow
20f2baf goreleaser: initial configuration
2af27d3 goreleaser: testing
32226c1 improve auto-gen of docs
16fe491 more autogenerated provider docs
fc48a63 more autogenerated provider docs
87094e8 refactor ecs task defs and fix bugs
e813e70 refactored k8s config maps:
d11b910 remove old template
009fd4a temporary fix for ID rendering until PR is accepted
92b060e terraform fmt
7532e03 update dependencies
4d86bab update docs
4f9f70b update generated docs and examples
0379790 update generated docs and examples
1be90ac updated docs
v0.5.23
Initial release to Terraform provider directory:
- add more auto-generated documentation
- add ssl_no_verify option to provider
v0.5.22 - DuploCloud Terraform provider
support custom subnet list for kafka clusters
v0.5.21 - DuploCloud Terraform provider
Minor updates:
- enable admin level AWS account ID query
- enable external_traffic_policy for duplocloud_duplo_service_lbconfigs
v0.5.20 - DuploCloud Terraform provider
Bug fixes:
- support creating resources when the tenant has a hyphen in its name
v0.5.19 - DuploCloud Terraform provider
New features:
- NEW data source duplocloud_native_hosts
- allow listing native hosts in a Duplo tenant
- NEW data source duplocloud_infrastructure
- look up a single infrastructure by name or tenant ID
- includes VPC and subnet information
- RENAMED data source duplocloud_infrastructures
- renamed to denote "list" feature
- UPDATED resource duplocloud_aws_host
- support waiting for a host to be completely ready
- support customizing network interfaces or subnets
- support customizing volumes
- improved and simplified internal logic
- UPDATED resource duplocloud_infrastructure_subnet
- tags are now a map type
- simplified tags handling
v0.5.18 - DuploCloud Terraform provider
New features:
- new data source: duplocloud_aws_lb_listeners
- new data source: duplocloud_aws_lb_target_groups
- new resource: duplocloud_infrastructure_subnet
- existing resource: duplocloud_aws_kafka_cluster
- support custom kafka configuration
- existing resource: duplocloud_infrastructure
- additional sub-fields in private_subnets, public_subnets
Bug fixes:
- fix missing fields AWS lb state immediately after update
Other:
- always run unit tests on release
v0.5.17 - DuploCloud Terraform provider
Improvements:
- better ECS task definition diff suppression
Bug fixes:
- fix tenant secret diff suppression
- fix duplo service params creation
v0.4.10 - DuploCloud Terraform provider
improved ECS task definition diff suppression