From b7c72ed11a391c33d763019c35221520c2b2fdcf Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Mon, 4 Mar 2024 10:27:18 +0100 Subject: [PATCH] chore: update upcloud provider to 5.0 (#279) ### Related issue Fixes # ### Description In plain English, describe your approach to addressing the issue linked above. For example, if you made a particular design decision, let us know why you chose this path instead of another solution. ### Checklist - [ ] I have updated the PR title to match [CDKTF's style guide](https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md#pull-requests-1) - [ ] I have run the linter on my code locally - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation if applicable - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works if applicable - [ ] New and existing unit tests pass locally with my changes --- provider.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.json b/provider.json index 798c2db..cbded86 100644 --- a/provider.json +++ b/provider.json @@ -41,7 +41,7 @@ "tfe": "hashicorp/tfe@~> 0.33", "time": "hashicorp/time@~> 0.7", "tls": "hashicorp/tls@~> 4.0", - "upcloud": "UpCloudLtd/upcloud@~> 4.0", + "upcloud": "UpCloudLtd/upcloud@~> 5.0", "vault": "hashicorp/vault@~> 3.7", "vsphere": "vsphere@~> 2.2" }