Skip to content

Commit

Permalink
Upgrade terraform-provider-digitalocean to v2.39.0 (#725)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-digitalocean
--kind=all --target-bridge-version=latest`.

---

- Updating Java Gen version from 0.11.0 to 0.12.0.
- Upgrading terraform-provider-digitalocean from 2.38.0  to 2.39.0.
	Fixes #724
  • Loading branch information
pulumi-bot authored May 29, 2024
1 parent 8b72709 commit dcd45b6
Show file tree
Hide file tree
Showing 78 changed files with 7,568 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0
30 changes: 30 additions & 0 deletions provider/cmd/pulumi-resource-digitalocean/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"current": "digitalocean:index/app:App",
"majorVersion": 4,
"fields": {
"dedicated_ips": {
"maxItemsOne": false
},
"spec": {
"maxItemsOne": true,
"elem": {
Expand All @@ -21,6 +24,9 @@
"domains": {
"maxItemsOne": false
},
"egress": {
"maxItemsOne": false
},
"env": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -871,6 +877,15 @@
"digitalocean_vpc": {
"current": "digitalocean:index/vpc:Vpc",
"majorVersion": 4
},
"digitalocean_vpc_peering": {
"current": "digitalocean:index/vpcPeering:VpcPeering",
"majorVersion": 4,
"fields": {
"vpc_ids": {
"maxItemsOne": false
}
}
}
},
"datasources": {
Expand All @@ -882,6 +897,9 @@
"current": "digitalocean:index/getApp:getApp",
"majorVersion": 4,
"fields": {
"dedicated_ips": {
"maxItemsOne": false
},
"spec": {
"maxItemsOne": false,
"elem": {
Expand All @@ -898,6 +916,9 @@
"domains": {
"maxItemsOne": false
},
"egress": {
"maxItemsOne": false
},
"env": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -1837,6 +1858,15 @@
"digitalocean_vpc": {
"current": "digitalocean:index/getVpc:getVpc",
"majorVersion": 4
},
"digitalocean_vpc_peering": {
"current": "digitalocean:index/getVpcPeering:getVpcPeering",
"majorVersion": 4,
"fields": {
"vpc_ids": {
"maxItemsOne": false
}
}
}
}
},
Expand Down
280 changes: 280 additions & 0 deletions provider/cmd/pulumi-resource-digitalocean/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ require (
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
github.com/digitalocean/godo v1.113.0 // indirect
github.com/digitalocean/godo v1.116.0 // indirect
github.com/djherbis/times v1.5.0 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1671,8 +1671,8 @@ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8
github.com/dgryski/go-sip13 v0.0.0-20200911182023-62edffca9245/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm0xbEVw2LCs=
github.com/digitalocean/godo v1.81.0/go.mod h1:BPCqvwbjbGqxuUnIKB4EvS/AX7IDnNmt5fwvIkWo+ew=
github.com/digitalocean/godo v1.113.0 h1:CLtCxlP4wDAjKIQ+Hshht/UNbgAp8/J/XBH1ZtDCF9Y=
github.com/digitalocean/godo v1.113.0/go.mod h1:Z2mTP848Vi3IXXl5YbPekUgr4j4tOePomA+OE1Ag98w=
github.com/digitalocean/godo v1.116.0 h1:SuF/Imd1/dE/nYrUFVkJ2itesQNnJQE1a/vmtHknxeE=
github.com/digitalocean/godo v1.116.0/go.mod h1:Vk0vpCot2HOAJwc5WE8wljZGtJ3ZtWIc8MQ8rF38sdo=
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
github.com/djherbis/times v1.5.0 h1:79myA211VwPhFTqUk8xehWrsEO+zcIZj0zT8mXPVARU=
github.com/djherbis/times v1.5.0/go.mod h1:5q7FDLvbNg1L/KaBmPcWlVR9NmoKo3+ucqUA3ijQhA0=
Expand Down
30 changes: 30 additions & 0 deletions sdk/dotnet/App.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions sdk/dotnet/GetApp.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dcd45b6

Please sign in to comment.