Skip to content

Commit

Permalink
Prep v2.31.0 release. (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Oct 23, 2023
1 parent 1b5db16 commit b592749
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 2.31.0

FEATURES:

- **New Resource:** `digitalocean_database_kafka_topic` (#1052) - @dweinshenker
- **New Resource:** `digitalocean_database_mysql_config` (#1051) - @kallydev
- **New Resource:** `digitalocean_database_redis_config` (#1037) - @andrewsomething

IMPROVEMENTS:

- `digitalocean_database_cluster`: Add support for Scalable Storage (#1054). - @dweinshenker
- `digitalocean_app`: Add support for ingress for component routing, rewrites, and redirects (#1053). - @andrewsomething
- `digitalocean_loadbalancer`: Add support type param (#1023). - @asaha2

BUG FIXES:

- `digitalocean_loadbalancer`: no region field needed for global lb type (#1046). - @apinonformoso
- `digitalocean_loadbalancer`: Parse nil region for global lb (#1043). - @asaha2
- `digitalocean_app`: Rework deployment logic (#1048). - @davidsbond
- `digitalocean_spaces_bucket`: set force_destroy false on import (#1041). - @andrewsomething

MISC:

- `build(deps)`: bump golang.org/x/net from 0.14.0 to 0.17.0 (#1050). - @dependabot[bot]
- `docs`: Clarify Database Docs for Referencing DB Replicas (#1045). - @danaelhe
- `testing`: Use terrafmt on docs directory (#1036). - @andrewsomething
- `docs`: Update Droplet example (#1035). - @danaelhe

# 2.30.0

FEATURES:
Expand Down

0 comments on commit b592749

Please sign in to comment.