Skip to content

Releases: digitalocean/terraform-provider-digitalocean

v2.22.1

16 Aug 18:10
b136487
Compare
Choose a tag to compare

BUG FIXES:

MISC:

v2.22.0

16 Aug 18:13
7fbac48
Compare
Choose a tag to compare

Note: No binaries were generated for this release due to an issue with the release pipeline. This was fixed in a followup release, v2.22.1.


IMPROVEMENTS:

BUG FIXES:

  • digitalocean_app: Only warn on read if there is no active deployment (#843). - @andrewsomething
  • digitalocean_database_firewall: Remove firewall rule from state if missing (#840). - @liamjcooper

MISC:

2.21.0 (June 16, 2022)

FEATURES:

MISC:

v2.21.0

16 Jun 16:14
49eedbd
Compare
Choose a tag to compare

FEATURES:

MISC:

v2.20.0

25 May 21:29
a2b6742
Compare
Choose a tag to compare

IMPROVEMENTS:

BUG FIXES:

  • digitalocean_kubernetes_cluster: Always perform upgrade check (#823). - @macno

MISC:

v2.19.0

29 Mar 21:30
83a079d
Compare
Choose a tag to compare

IMPROVEMENTS:

v2.18.0

08 Mar 18:37
75c1281
Compare
Choose a tag to compare

FEATURES:

IMPROVEMENTS:

  • digitalocean_app: Implement support for App Platform log_destinations (#798). - @jbrunton
  • digitalocean_app: Implement support for configuring alert policies (#797). - @andrewsomething

BUG FIXES:

  • digitalocean_project: Environment is optional, don't set default (#788). - @andrewsomething
  • digitalocean_droplet: Handle optional boolean droplet_agent (#785). - @Kidsan

MISC:

  • docs: Add default ttl to digitalocean_record (#791). - @unixlab

v2.17.1

28 Jan 16:58
885dabc
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_app: Allow using MONGODB as a database engine option (#783). - @cnunciato
  • doc: Update docs for digitalocean_monitor_alert to highlight it is currently Droplet-only (#780). - @andrewsomething

v2.17.0

14 Jan 21:58
14bbd2e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_loadbalancer: Fetch loadbalancer resource in datasource by ID (#773). @opeco17
  • digitalocean_vpc: Allow updating name and description of default vpcs (#748). - @andrewsomething
  • digitalocean_app: Support preserve_path_prefix (#768). - @andrewsomething

BUG FIXES:

  • digitalocean_droplet - Refactor post-create polling code (#776). - @andrewsomething
  • digitalocean_floating_ip_assignment: Properly support importing existing assignments (#771). - @andrewsomething
  • digitalocean_database_cluster: Retry on 404s in post create polling (#761). - @opeco17

MISC:

v2.16.0

08 Nov 22:20
cca427e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_loadbalancer: Add support for size_unit (#742). - @bbassingthwaite
  • digitalocean_database_firewall: Add attributes for Kubernetes cluster IDs to firewall rules (#741). - @tdyas

BUG FIXES:

  • digitalocean_database_user, digitalocean_database_replica, digitalocean_database_db, digitalocean_database_connection_pool: Provide better error messages importing database sub-resources. (#744). - @andrewsomething

v2.15.0

01 Nov 21:03
961d06a
Compare
Choose a tag to compare

IMPROVEMENTS:

  • digitalocean_container_registry_docker_credentials: Revoke OAuth token when credentials are destroyed (#735). - @andrewsomething
  • digitalocean_loadbalancer: Support disabling automatic DNS records when using Let's Encrypt certificates (#723, #730). - @andrewsomething

BUG FIXES:

TESTING:

  • testing: Check for endpoint attr in digitalocean_kubernetes_cluster when HA is enabled (#725). - @danaelhe
  • testing: Add acceptance test workflow (#732). - @scotchneat
  • testing: Add scheduled acceptance test runs (#734). - @scotchneat
  • testing: Limit acceptance test job/workflow to single run at a time (#738). - @scotchneat
  • testing: Acceptance tests: Don't use deprecated size slugs (#737). - @andrewsomething
  • testing: Acceptance tests: Use 2048 bit private keys in test data (#736). - @andrewsomething
  • testing: Fixes an invalid droplet size in some acceptance tests (#724). - @scotchneat