Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep v2.28.0 release. #980

Merged
merged 1 commit into from
Apr 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 2.28.0

IMPROVEMENTS:

- `provider`: Add godo's rate limiter configuration & retryable http client (#967). - @DanielHLelis
- `digitalocean_kubernetes_cluster`: Support container registry integration (#963). - @mohsenSy
- `digitalocean_database_replica`: Add support for resizing replicas (#977). - @andrewsomething
- `digitalocean_database_cluster`: Add backup-restore functionality to db create (#970). - @danaelhe

BUG FIXES:

- `digitalocean_record`: Handle pagination in data source (#979). - @andrewsomething
- `digitalocean_kubernetes_cluster`: Require importing additional node pools manually (#976). - @andrewsomething
- `digitalocean_database_replica`: Add uuid to data source schema (#969). - @andrewsomething

MISC:

- `docs`: Fix inconsistencies in `digitalocean_uptime_alert` documentation #972 - @nicwortel
- `docs`: Use correct links in uptime docs. #973 - @andrewsomething
- `provider`: Update Terraform SDK to v2.26.1. #975 - @andrewsomething

# 2.27.1

BUG FIXES:
Expand Down
Loading