-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(terraform): update terraform digitalocean ( 2.28.1 → 2.45.0 ) #2781
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/digitalocean-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c295ea1
to
9cc694a
Compare
9cc694a
to
a73443c
Compare
a73443c
to
5d90ae0
Compare
5d90ae0
to
ff67506
Compare
ff67506
to
6644652
Compare
6644652
to
f509376
Compare
f509376
to
2fea950
Compare
39f662e
to
74dacb3
Compare
74dacb3
to
094778a
Compare
094778a
to
d023dc6
Compare
d16ae9a
to
5d342ae
Compare
5d342ae
to
fe9ce58
Compare
fe9ce58
to
75367c9
Compare
75367c9
to
252f98c
Compare
252f98c
to
bde2abc
Compare
bde2abc
to
b8c9852
Compare
b8c9852
to
e7bfaa6
Compare
| datasource | package | from | to | | ------------------ | ------------------------- | ------ | ------ | | terraform-provider | digitalocean/digitalocean | 2.28.1 | 2.45.0 | Signed-off-by: Anthony Rabbito <[email protected]>
e7bfaa6
to
e240559
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.28.1
->2.45.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
digitalocean/terraform-provider-digitalocean (digitalocean)
v2.45.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.44.1
Compare Source
BUG FIXES:
MISC:
user_data
behavior (resource forces recreate)v2.44.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.43.0
Compare Source
IMPROVEMENTS:
MISC:
v2.42.0
Compare Source
IMPROVEMENTS:
MISC:
v2.41.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.40.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.39.2
Compare Source
MISC:
v2.39.1
Compare Source
BUG FIXES:
v2.39.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.38.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.37.1
Compare Source
BUG FIXES:
v2.37.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.36.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.35.0
Compare Source
IMPROVEMENTS:
BUG FIXES:
MISC:
v2.34.1
Compare Source
BUG FIXES:
digitalocean_cdn
: handle 'needs-cloudflare-cert' case in read func (#1095). - @andrewsomethingdigitalocean_database_cluster
: ignore seconds in maintenance_window.hour (#1094). - @andrewsomethingv2.34.0
Compare Source
IMPROVEMENTS:
digitalocean_database_user
: Support updating ACL settings (#1090). - @dweinshenkerBUG FIXES:
digitalocean_cdn
: Add Support for "needs-cloudflare-cert" (#1089). - @danaelhedigitalocean_spaces_bucket
: blr1 is a supported region (#1085). - @andrewsomethingdigitalocean_database_kafka_topic
: Kafka topic + user ACL management doc fixes (#1082). - @dweinshenkerv2.33.0
Compare Source
IMPROVEMENTS:
digitalocean_database_connection_pool
datasourceBUG FIXES:
v2.32.0
Compare Source
IMPROVEMENTS:
digitalocean_app
: Supportfeatures
in App spec (#1066). - @T-jegoudigitalocean_database_user
: Add support for Kafka Topic User ACL management (#1056). - @dweinshenkerdigitalocean_kubernetes_cluster
: Support enabling HA post-create (#1058). - @andrewsomethingBUG FIXES:
digitalocean_loadbalancer
: ignore 404 on delete (#1067). - @andrewsomethingdigitalocean_database_mysql_config
: Use GetOkExists for bools (#1063). - @andrewsomethingdigitalocean_kubernetes_cluster
: Handle error from GetCredentials and protect against panic (#1064). - @andrewsomethingMISC:
provider
: Bump godo to v1.105.1 (#1071). - @andrewsomethingprovider
: bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#1057). - @dependabot[bot]v2.31.0
Compare Source
FEATURES:
digitalocean_database_kafka_topic
(#1052) - @dweinshenkerdigitalocean_database_mysql_config
(#1051) - @kallydevdigitalocean_database_redis_config
(#1037) - @andrewsomethingIMPROVEMENTS:
digitalocean_database_cluster
: Add support for Scalable Storage (#1054). - @dweinshenkerdigitalocean_app
: Add support for ingress for component routing, rewrites, and redirects (#1053). - @andrewsomethingdigitalocean_loadbalancer
: Add support type param (#1023). - @asaha2BUG FIXES:
digitalocean_loadbalancer
: no region field needed for global lb type (#1046). - @apinonformosodigitalocean_loadbalancer
: Parse nil region for global lb (#1043). - @asaha2digitalocean_app
: Rework deployment logic (#1048). - @davidsbonddigitalocean_spaces_bucket
: set force_destroy false on import (#1041). - @andrewsomethingMISC:
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). - @danaelhetesting
: Use terrafmt on docs directory (#1036). - @andrewsomethingdocs
: Update Droplet example (#1035). - @danaelhev2.30.0
Compare Source
FEATURES:
digitalocean_spaces_bucket_cors_configuration
(#1021) - @danaelheIMPROVEMENTS:
provider
: Enable retries for requests that fail with a 429 or 500-level error by default (#1016). - @danaelheBUG FIXES:
digitalocean_database_user
: Prevent creating multiple users for the same cluster in parallel (#1027). - @andrewsomethingdigitalocean_database_user
: Remove unneeded GET request post-create (#1028). - @andrewsomethingMISC:
docs
: Make it clear that volume name has to start with a letter (#1024). - @ahasnadocs
: Update Postgres version in example (#1014). - @danaelheprovider
: Bump Go version to v1.21.0 (#1025). - @andrewsomethingprovider
: Update godo to v1.102.1 (#1020). - @danaelheprovider
: Update godo dependency to v1.102.0 (#1018). - @danaelheprovider
: Update godo dependency to v1.101.0 (#1017.) - @danaelhev2.29.0
Compare Source
FEATURES:
digitalocean_database_user
(#989). - @lezgomattIMPROVEMENTS:
digitalocean_kubernetes_cluster
: Add destroy_all_associated_resources option (#1007). - @andrewsomethingBUG FIXES:
digitalocean_spaces_bucket
: UpdateretryOnAwsCode
to five minutes (#999). - @danaelheMISC:
docs
: Note how to getid
for record import (#1004) - @nimboyaprovider
: Bump Go version to 1.20.x (#975). - @andrewsomethingtesting
: Update Postgres versions in acceptance tests (#1002). - @andrewsomethingprovider
: build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 (#1003). - @dependabot[bot]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.