Releases: digitalocean/terraform-provider-digitalocean
v2.39.2
MISC:
- #1171 - @apinonformoso - docs: add vpc peering alpha only note
v2.39.1
BUG FIXES:
- #1166 - @razum90 - Databases: Save DB password from initial POST request
- #1169 - @andrewsomething - dbaas: ensure password is always retained in connection URIs, replicas, and connection pools.
v2.39.0
IMPROVEMENTS:
- #1164 - @danaelhe - Apps: Add egress/dedicated IPs support
- #1160 - @apinonformoso - [VPC-3361] Add VPC Peering resource
- #1157 - @danaelhe - Record: Add warning if TTL has changed
- #1155 - @asaha2 - Add support for GLB active-passive failover config
BUG FIXES:
MISC:
- #1159 - @apinonformoso - chore: upgraded godo to latest version
Note: VPC peering is currently in alpha. If you are not a member of the alpha group for this feature, you will not be able to use it until it has been more widely released. Please follow the official DigitalOcean changelog for updates.
v2.38.0
v2.37.1
v2.37.0
IMPROVEMENTS:
- #1139 - @linuxluigi - Add PostgreSQL configuration resource and test
- #1133 - @asaha2 - Add config options for global load balancers
BUG FIXES:
MISC:
- #1128 - @danaelhe - Update database_firewall example
- #1125 - @dependabot[bot] - build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
- #1137 - @andrewsomething - apps: included registry_credentials option for images
v2.36.0
IMPROVEMENTS:
BUG FIXES:
- #1116 - @andrewsomething - certificates: handle missing certificate.
- #1119 - @andrewsomething - uptime alerts: fix importing existing alerts
MISC:
- #1120 - @andrewsomething - docs: apps can be added to projects.
v2.35.0
IMPROVEMENTS:
#1113 - @danaelhe - Apps: Support Project Assignment
#1109 - @andrewsomething - apps: Add GHCR as a supported registry type.
#1103 - @dweinshenker - Support scalable storage settings separately for read-replica vs. primary
#1102 - @moreinhardt - database: Add access_cert and access_key for kafka users
BUG FIXES:
#1100 - @danaelhe - uptime_alert: 1hr -> 1h
MISC:
#1111 - @andrewsomething - droplet: Document and warn that enabling IPv6 requires OS-level config changes.
#1108 - @andrewsomething - redis config: allow setting timeout to 0
#1105 - @danktec - Force replacement if user tries to disable IPv6 on a droplet
v2.34.1
BUG FIXES:
digitalocean_cdn
: handle 'needs-cloudflare-cert' case in read func (#1095). - @andrewsomethingdigitalocean_database_cluster
: ignore seconds in maintenance_window.hour (#1094). - @andrewsomething- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1096). - @dependabot[bot]
v2.34.0
IMPROVEMENTS:
digitalocean_database_user
: Support updating ACL settings (#1090). - @dweinshenker
BUG FIXES:
digitalocean_cdn
: Add Support for "needs-cloudflare-cert" (#1089). - @danaelhedigitalocean_spaces_bucket
: blr1 is a supported region (#1085). - @andrewsomethingdigitalocean_database_kafka_topic
: Kafka topic + user ACL management doc fixes (#1082). - @dweinshenker