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