Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.160.0 (#554)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-spotinst`.

---

- Upgrading terraform-provider-spotinst from 1.159.0  to 1.160.0.
	Fixes #553
  • Loading branch information
iwahbe authored Jan 26, 2024
1 parent 43a6d61 commit 108a110
Show file tree
Hide file tree
Showing 50 changed files with 2,673 additions and 704 deletions.
653 changes: 16 additions & 637 deletions patches/0001-fork.patch → patches/0001-docs-fixups.patch

Large diffs are not rendered by default.

45 changes: 44 additions & 1 deletion provider/cmd/pulumi-resource-spotinst/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,31 @@
}
},
"tasks": {
"maxItemsOne": false
"maxItemsOne": false,
"elem": {
"fields": {
"parameters": {
"maxItemsOne": true,
"elem": {
"fields": {
"ami_auto_update": {
"maxItemsOne": true,
"elem": {
"fields": {
"ami_auto_update_cluster_roll": {
"maxItemsOne": true
}
}
}
},
"parameters_cluster_roll": {
"maxItemsOne": true
}
}
}
}
}
}
}
}
}
Expand Down Expand Up @@ -2935,6 +2959,25 @@
"isEnabled": "is_enabled",
"taskType": "task_type"
},
"spotinst:aws/OceanScheduledTaskTaskParameters:OceanScheduledTaskTaskParameters": {
"amiAutoUpdate": "ami_auto_update",
"parametersClusterRoll": "parameters_cluster_roll"
},
"spotinst:aws/OceanScheduledTaskTaskParametersAmiAutoUpdate:OceanScheduledTaskTaskParametersAmiAutoUpdate": {
"amiAutoUpdateClusterRoll": "ami_auto_update_cluster_roll",
"applyRoll": "apply_roll",
"minorVersion": "minor_version"
},
"spotinst:aws/OceanScheduledTaskTaskParametersAmiAutoUpdateAmiAutoUpdateClusterRoll:OceanScheduledTaskTaskParametersAmiAutoUpdateAmiAutoUpdateClusterRoll": {
"batchMinHealthyPercentage": "batch_min_healthy_percentage",
"batchSizePercentage": "batch_size_percentage",
"respectPdb": "respect_pdb"
},
"spotinst:aws/OceanScheduledTaskTaskParametersParametersClusterRoll:OceanScheduledTaskTaskParametersParametersClusterRoll": {
"batchMinHealthyPercentage": "batch_min_healthy_percentage",
"batchSizePercentage": "batch_size_percentage",
"respectPdb": "respect_pdb"
},
"spotinst:aws/OceanUpdatePolicy:OceanUpdatePolicy": {
"autoApplyTags": "auto_apply_tags",
"conditionedRoll": "conditioned_roll",
Expand Down
85 changes: 75 additions & 10 deletions provider/cmd/pulumi-resource-spotinst/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 @@ -204,7 +204,7 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spotinst/spotinst-sdk-go v1.189.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.191.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2358,8 +2358,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
github.com/spotinst/spotinst-sdk-go v1.189.0 h1:e1Vv+LDtem34KEvzpzxnQxBLZte7rW5owD8goX2xrTo=
github.com/spotinst/spotinst-sdk-go v1.189.0/go.mod h1:DP/y998hi551EWIR6t4mbohMMMKjp1IE0K+eJztaFGc=
github.com/spotinst/spotinst-sdk-go v1.191.0 h1:tXFrB5apruHJNmJ3PnPQexFhRJHwWA2WmtMMauIC8T4=
github.com/spotinst/spotinst-sdk-go v1.191.0/go.mod h1:DP/y998hi551EWIR6t4mbohMMMKjp1IE0K+eJztaFGc=
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8=
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/Aws/Elastigroup.cs

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

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

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

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

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

3 changes: 3 additions & 0 deletions sdk/dotnet/Aws/Inputs/OceanScheduledTaskTaskArgs.cs

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

3 changes: 3 additions & 0 deletions sdk/dotnet/Aws/Inputs/OceanScheduledTaskTaskGetArgs.cs

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

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

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

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

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Aws/Inputs/OceanScheduledTaskTaskParametersArgs.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Aws/Inputs/OceanScheduledTaskTaskParametersGetArgs.cs

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

Loading

0 comments on commit 108a110

Please sign in to comment.