Releases: digitalocean/terraform-provider-digitalocean
Releases · digitalocean/terraform-provider-digitalocean
v2.25.2
v2.25.1
IMPROVEMENTS:
monitoring
: Support HTTP idle timeout & Project ID (#897) - @StephenVarela
v2.24.0
IMPROVEMENTS:
spaces
: add endpoint attribute to bucket (#886)- @selborsolracmonitor_alert_resource
: Update Monitor Alert resource with new DBAAS public alert types (#893) - @dweinshenkerspaces
: Add new DC to spaces (#899) - @mandalaeload_balancers
: load balancers: add HTTP/3 as an entry protocol (#895) - @anitgandhi
MISC:
v2.23.0
IMPROVEMENTS:
digitalocean_app
: Support deploy on push to DOCR (#883). - @andrewsomethingdigitalocean_droplet
: Region is no longer a required value (#879). - @andrewsomething
BUG FIXES:
MISC:
- Upgrade to Go 1.19 (#884). - @andrewsomething
v2.22.3
BUG FIXES:
digitalocean_droplet
: Fix configurable timeouts for Droplet creates (#867). - @andrewsomething
v2.22.2
v2.22.1
BUG FIXES:
digitalocean_app
: Limit the number of deployments listed when polling (#865). - @andrewsomething
MISC:
- release workflow: switch to
crazy-max/ghaction-import-gpg@v5.0.0
(#863). - @andrewsomething
v2.22.0
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:
digitalocean_project
: Makeis_default
configurable (#860). - @danaelhedigitalocean_droplet
: Configurable timeouts for Droplet create operations (#839). - @ngharringtondigitalocean_app
: Add computed URN attribute (#854). - @andrewsomething
BUG FIXES:
digitalocean_app
: Only warn on read if there is no active deployment (#843). - @andrewsomethingdigitalocean_database_firewall
: Remove firewall rule from state if missing (#840). - @liamjcooper
MISC:
- chore: Fix incorrect heading in bug template (#859). - @artis3n
- testing: Use supported OS for Droplet image slug. (#855). - @andrewsomething
- testing: Introduce golangci-lint in GitHub workflows. (#755). - @atombrella
- docs: Add more examples on using Droplet snapshots (#846). - @mkjmdski
2.21.0 (June 16, 2022)
FEATURES:
- New Resource:
digitalocean_reserved_ip
(#830). - @andrewsomething - New Resource:
digitalocean_reserved_ip_assignment
(#830). - @andrewsomething - New Data Source:
digitalocean_reserved_ip
(#830). - @andrewsomething
MISC:
- examples: Change k8s example to use ingress v1 (#831). - @jacobgreenleaf
v2.21.0
FEATURES:
- New Resource:
digitalocean_reserved_ip
(#830). - @andrewsomething - New Resource:
digitalocean_reserved_ip_assignment
(#830). - @andrewsomething - New Data Source:
digitalocean_reserved_ip
(#830). - @andrewsomething
MISC:
- examples: Change k8s example to use ingress v1 (#831). - @jacobgreenleaf
v2.20.0
IMPROVEMENTS:
digitalocean_app
: Support functions components (#831). - @andrewsomethingdigitalocean_monitor_alert
: Support load balancer alert types (#822). - @andrewsomethingdigitalocean_loadbalancer
: support udp as a target and entry protocol (#789). - @dikshant
BUG FIXES:
MISC:
- docs: Document values attribute in ssh_keys data source (#832). - @andrewsomething
- docs: Note limitations on importing MongoDB users (#821). - @andrewsomething
- docs: Fix k8's node_pool.tags description (#816). - @danaelhe
- testing: Fix k8s versions in acceptance tests (#826). - @gizero
- provider: Build with go 1.18 (#813). - @ChiefMateStarbuck