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.32.0 release. #1072

Merged
merged 1 commit into from
Nov 8, 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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2.32.0

IMPROVEMENTS:

- `digitalocean_app`: Support `features` in App spec (#1066). - @T-jegou
- `digitalocean_database_user`: Add support for Kafka Topic User ACL management (#1056). - @dweinshenker
- `digitalocean_kubernetes_cluster`: Support enabling HA post-create (#1058). - @andrewsomething

BUG FIXES:

- `digitalocean_loadbalancer`: ignore 404 on delete (#1067). - @andrewsomething
- `digitalocean_database_mysql_config`: Use GetOkExists for bools (#1063). - @andrewsomething
- `digitalocean_kubernetes_cluster`: Handle error from GetCredentials and protect against panic (#1064). - @andrewsomething

MISC:

- `provider`: Bump godo to v1.105.1 (#1071). - @andrewsomething
- `provider`: bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#1057). - @dependabot[bot]

# 2.31.0

FEATURES:
Expand Down
Loading