Skip to content

Commit

Permalink
Upgrade terraform-provider-vsphere to v2.11.1 (#682)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-vsphere
--kind=all --target-version=2.11.1`.

- Updating Java Gen version from 1.0.0 to 1.1.0.
- Upgrading terraform-provider-vsphere from 2.11.0  to 2.11.1.
	
Fixes #681
  • Loading branch information
pulumi-bot authored Feb 5, 2025
1 parent 3bee99a commit 977a80c
Show file tree
Hide file tree
Showing 14 changed files with 512 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
6 changes: 6 additions & 0 deletions provider/cmd/pulumi-resource-vsphere/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@
"main_dns": {
"maxItemsOne": false
},
"main_ntp": {
"maxItemsOne": false
},
"management_network": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -461,6 +464,9 @@
},
"worker_dns": {
"maxItemsOne": false
},
"worker_ntp": {
"maxItemsOne": false
}
}
},
Expand Down
50 changes: 48 additions & 2 deletions provider/cmd/pulumi-resource-vsphere/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8635,6 +8635,13 @@
},
"description": "The list of addresses of the primary DNS servers.\n"
},
"mainNtps": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of addresses of the primary NTP servers.\n"
},
"managementNetwork": {
"$ref": "#/types/vsphere:index/SupervisorManagementNetwork:SupervisorManagementNetwork",
"description": "The configuration for the management network which the control plane VMs will be connected to.\n* * `network` - ID of the network. (e.g. a distributed port group).\n* * `starting_address` - Starting address of the management network range.\n* * `subnet_mask` - Subnet mask.\n* * `gateway` - Gateway IP address.\n* * `address_count` - Number of addresses to allocate. Starts from `starting_address`\n"
Expand Down Expand Up @@ -8675,6 +8682,13 @@
"type": "string"
},
"description": "The list of addresses of the DNS servers to use for the worker nodes.\n"
},
"workerNtps": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of addresses of the NTP servers to use for the worker nodes.\n"
}
},
"required": [
Expand All @@ -8685,13 +8699,15 @@
"egressCidrs",
"ingressCidrs",
"mainDns",
"mainNtps",
"managementNetwork",
"podCidrs",
"searchDomains",
"serviceCidr",
"sizingHint",
"storagePolicy",
"workerDns"
"workerDns",
"workerNtps"
],
"inputProperties": {
"cluster": {
Expand Down Expand Up @@ -8731,6 +8747,13 @@
},
"description": "The list of addresses of the primary DNS servers.\n"
},
"mainNtps": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of addresses of the primary NTP servers.\n"
},
"managementNetwork": {
"$ref": "#/types/vsphere:index/SupervisorManagementNetwork:SupervisorManagementNetwork",
"description": "The configuration for the management network which the control plane VMs will be connected to.\n* * `network` - ID of the network. (e.g. a distributed port group).\n* * `starting_address` - Starting address of the management network range.\n* * `subnet_mask` - Subnet mask.\n* * `gateway` - Gateway IP address.\n* * `address_count` - Number of addresses to allocate. Starts from `starting_address`\n"
Expand Down Expand Up @@ -8771,6 +8794,13 @@
"type": "string"
},
"description": "The list of addresses of the DNS servers to use for the worker nodes.\n"
},
"workerNtps": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of addresses of the NTP servers to use for the worker nodes.\n"
}
},
"requiredInputs": [
Expand All @@ -8781,13 +8811,15 @@
"egressCidrs",
"ingressCidrs",
"mainDns",
"mainNtps",
"managementNetwork",
"podCidrs",
"searchDomains",
"serviceCidr",
"sizingHint",
"storagePolicy",
"workerDns"
"workerDns",
"workerNtps"
],
"stateInputs": {
"description": "Input properties used for looking up and filtering Supervisor resources.\n",
Expand Down Expand Up @@ -8829,6 +8861,13 @@
},
"description": "The list of addresses of the primary DNS servers.\n"
},
"mainNtps": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of addresses of the primary NTP servers.\n"
},
"managementNetwork": {
"$ref": "#/types/vsphere:index/SupervisorManagementNetwork:SupervisorManagementNetwork",
"description": "The configuration for the management network which the control plane VMs will be connected to.\n* * `network` - ID of the network. (e.g. a distributed port group).\n* * `starting_address` - Starting address of the management network range.\n* * `subnet_mask` - Subnet mask.\n* * `gateway` - Gateway IP address.\n* * `address_count` - Number of addresses to allocate. Starts from `starting_address`\n"
Expand Down Expand Up @@ -8869,6 +8908,13 @@
"type": "string"
},
"description": "The list of addresses of the DNS servers to use for the worker nodes.\n"
},
"workerNtps": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of addresses of the NTP servers to use for the worker nodes.\n"
}
},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ require (
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/vmware/govmomi v0.46.1 // indirect
github.com/vmware/govmomi v0.48.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
github.com/zclconf/go-cty v1.15.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1520,8 +1520,8 @@ github.com/deckarep/golang-set/v2 v2.5.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpO
github.com/djherbis/times v1.5.0 h1:79myA211VwPhFTqUk8xehWrsEO+zcIZj0zT8mXPVARU=
github.com/djherbis/times v1.5.0/go.mod h1:5q7FDLvbNg1L/KaBmPcWlVR9NmoKo3+ucqUA3ijQhA0=
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02 h1:tR3jsKPiO/mb6ntzk/dJlHZtm37CPfVp1C9KIo534+4=
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02/go.mod h1:7NQ3kWOx2cZOSjtcveTa5nqupVr2s6/83sG+rTlI7uA=
github.com/dougm/pretty v0.0.0-20160325215624-add1dbc86daf h1:A2XbJkAuMMFy/9EftoubSKBUIyiOm6Z8+X5G7QpS6so=
github.com/dougm/pretty v0.0.0-20160325215624-add1dbc86daf/go.mod h1:7NQ3kWOx2cZOSjtcveTa5nqupVr2s6/83sG+rTlI7uA=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=
Expand Down Expand Up @@ -2243,8 +2243,8 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
github.com/vmware/govmomi v0.46.1 h1:RBoIR/vlGBYn+t7I1LFLLbDQSoBn+xN6gPYYMbFZ+80=
github.com/vmware/govmomi v0.46.1/go.mod h1:uoLVU9zlXC4p4GmLVG+ZJmBC0Gn3Q7mytOJvi39OhxA=
github.com/vmware/govmomi v0.48.0 h1:CP5bCvkDNGkmn29UlcJKTWMLwDg3iusP8anrZnedWrg=
github.com/vmware/govmomi v0.48.0/go.mod h1:bYwUHpGpisE4AOlDl5eph90T+cjJMIcKx/kaa5v5rQM=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
Expand Down
60 changes: 60 additions & 0 deletions sdk/dotnet/Supervisor.cs

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

Loading

0 comments on commit 977a80c

Please sign in to comment.