Skip to content

Commit

Permalink
feat: prepare for upstream release v0.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 26, 2024
1 parent a4d36d2 commit 6539b95
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 48 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-proxmoxve/schema-embed.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-proxmoxve/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3596,7 +3596,7 @@
},
"decompressionAlgorithm": {
"type": "string",
"description": "Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.\n"
"description": "Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.\n"
},
"fileName": {
"type": "string",
Expand Down Expand Up @@ -3662,7 +3662,7 @@
},
"decompressionAlgorithm": {
"type": "string",
"description": "Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.\n"
"description": "Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.\n"
},
"fileName": {
"type": "string",
Expand Down Expand Up @@ -3720,7 +3720,7 @@
},
"decompressionAlgorithm": {
"type": "string",
"description": "Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.\n"
"description": "Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.\n"
},
"fileName": {
"type": "string",
Expand Down
6 changes: 2 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1270,8 +1270,6 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
github.com/bpg/terraform-provider-proxmox v0.67.1 h1:PGCvMCZCDh6w3dvnMqZQYUTZhN0srGOBZx6YSQxRWo0=
github.com/bpg/terraform-provider-proxmox v0.67.1/go.mod h1:wlWIbGQHB4F4eZ9TntpRZbaMBYaCQv3N39WVYHLGvtk=
github.com/bpg/terraform-provider-proxmox v0.68.0 h1:ZX3gDxmc7Zc5NHrQV4pOh4USXFxP4SwxL6V5+tbJ74g=
github.com/bpg/terraform-provider-proxmox v0.68.0/go.mod h1:AeBGErudF06Y5MVEOWYM+P1ktF/LR1swuCpn+dp9vXI=
github.com/brianvoe/gofakeit/v7 v7.1.2 h1:vSKaVScNhWVpf1rlyEKSvO8zKZfuDtGqoIHT//iNNb8=
Expand Down Expand Up @@ -2010,8 +2008,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/teekennedy/goldmark-markdown v0.3.0 h1:ik9/biVGCwGWFg8dQ3KVm2pQ/wiiG0whYiUcz9xH0W8=
github.com/teekennedy/goldmark-markdown v0.3.0/go.mod h1:kMhDz8La77A9UHvJGsxejd0QUflN9sS+QXCqnhmxmNo=
github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Download/File.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public partial class File : global::Pulumi.CustomResource
public Output<string> DatastoreId { get; private set; } = null!;

/// <summary>
/// Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
/// Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
/// </summary>
[Output("decompressionAlgorithm")]
public Output<string?> DecompressionAlgorithm { get; private set; } = null!;
Expand Down Expand Up @@ -237,7 +237,7 @@ public sealed class FileArgs : global::Pulumi.ResourceArgs
public Input<string> DatastoreId { get; set; } = null!;

/// <summary>
/// Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
/// Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
/// </summary>
[Input("decompressionAlgorithm")]
public Input<string>? DecompressionAlgorithm { get; set; }
Expand Down Expand Up @@ -317,7 +317,7 @@ public sealed class FileState : global::Pulumi.ResourceArgs
public Input<string>? DatastoreId { get; set; }

/// <summary>
/// Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
/// Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
/// </summary>
[Input("decompressionAlgorithm")]
public Input<string>? DecompressionAlgorithm { get; set; }
Expand Down
12 changes: 6 additions & 6 deletions sdk/go/proxmoxve/download/file.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ public Output<String> datastoreId() {
return this.datastoreId;
}
/**
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
*/
@Export(name="decompressionAlgorithm", refs={String.class}, tree="[0]")
private Output</* @Nullable */ String> decompressionAlgorithm;

/**
* @return Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @return Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
*/
public Output<Optional<String>> decompressionAlgorithm() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ public Output<String> datastoreId() {
}

/**
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
*/
@Import(name="decompressionAlgorithm")
private @Nullable Output<String> decompressionAlgorithm;

/**
* @return Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @return Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
*/
public Optional<Output<String>> decompressionAlgorithm() {
Expand Down Expand Up @@ -318,7 +318,7 @@ public Builder datastoreId(String datastoreId) {
}

/**
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
* @return builder
*
Expand All @@ -329,7 +329,7 @@ public Builder decompressionAlgorithm(@Nullable Output<String> decompressionAlgo
}

/**
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
* @return builder
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ public Optional<Output<String>> datastoreId() {
}

/**
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
*/
@Import(name="decompressionAlgorithm")
private @Nullable Output<String> decompressionAlgorithm;

/**
* @return Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @return Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
*/
public Optional<Output<String>> decompressionAlgorithm() {
Expand Down Expand Up @@ -333,7 +333,7 @@ public Builder datastoreId(String datastoreId) {
}

/**
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
* @return builder
*
Expand All @@ -344,7 +344,7 @@ public Builder decompressionAlgorithm(@Nullable Output<String> decompressionAlgo
}

/**
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* @param decompressionAlgorithm Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*
* @return builder
*
Expand Down
22 changes: 11 additions & 11 deletions sdk/nodejs/.pnp.cjs

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

Binary file modified sdk/nodejs/.yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions sdk/nodejs/download/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class File extends pulumi.CustomResource {
*/
public readonly datastoreId!: pulumi.Output<string>;
/**
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*/
public readonly decompressionAlgorithm!: pulumi.Output<string | undefined>;
/**
Expand Down Expand Up @@ -223,7 +223,7 @@ export interface FileState {
*/
datastoreId?: pulumi.Input<string>;
/**
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*/
decompressionAlgorithm?: pulumi.Input<string>;
/**
Expand Down Expand Up @@ -281,7 +281,7 @@ export interface FileArgs {
*/
datastoreId: pulumi.Input<string>;
/**
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst`.
* Decompress the downloaded file using the specified compression algorithm. Must be one of `gz` | `lzo` | `zst` | `bz2`.
*/
decompressionAlgorithm?: pulumi.Input<string>;
/**
Expand Down
Loading

0 comments on commit 6539b95

Please sign in to comment.