Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v1.23.0

Choose a tag to compare

@github-actions github-actions released this 13 Oct 14:38
8a2a406

FEATURES:

  • New Resource: digitalocean_app (#497)
  • New Data Source: digitalocean_app (#497)
  • New Data Source: digitalocean_domains (#484) Thanks to @tdyas!

IMPROVEMENTS:

  • All list-style data sources now support all and match_by attributes for filter blocks (#491) and other improvements (#481). Thanks to @tdyas!
  • Additional acceptance test sweepers (#458).
  • Upgrade to v1.15.0 of the terraform-plugin-sdk (#483). Thanks to @tdyas!

v1.22.2

Choose a tag to compare

@Verolop Verolop released this 18 Aug 17:27
993f7a5

IMPROVEMENTS:

  • Add created to SortKeys [#478 ]

v1.22.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 20:07
c35d0a1

BUG FIXES:

  • resource/digitalocean_record: Allow for SRV records with port 0 (#475).

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:14
7da9cdf

IMPROVEMENTS:

  • resource/digitalocean_kubernetes_cluster: Enable auto_upgrade on Kubernetes clusters (#237). Thanks to @lfarnell!
  • resource/digitalocean_kubernetes_cluster: Add support for surge upgrades (#465). Thanks to @varshavaradarajan!

BUG FIXES:

  • resource/digitalocean_container_registry_docker_credentials: Update default expiry and don't ignore error (#467).

v1.21.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:34
a5a7e8c

IMPROVEMENTS:

  • resource/digitalocean_loadbalancer: Adds 'https' to list of acceptable healthcheck protocols (#460). Thanks to @gcox!
  • provider: Update module and import paths for repository transfer (#463).

BUG FIXES:

  • resource/digitalocean_vpc: Increase timeout on VPC deletion retry (#455).