Skip to content

Commit

Permalink
chore(deps): update dependency pulumi_cli_linux_x64 to v3.136.0
Browse files Browse the repository at this point in the history
##### [`vv3.136.0](https:/pulumi/pulumi/releases/tag/v3.136.0)

#### 3.136.0 (2024-10-07)

##### Features

-   \[cli/engine] Allow cancelling operations with SIGTERM
    [#17467](pulumi/pulumi#17467)

-   \[cli/state] Introduce the `state repair` command
    [#17445](pulumi/pulumi#17445)

##### Bug Fixes

-   \[cli/display] Hide --show-secrets with --save-plan
    [#17444](pulumi/pulumi#17444)

-   \[sdk/nodejs] Maintain secretness and input dependencies of output invokes
    [#17479](pulumi/pulumi#17479)

-   \[sdk/python] Send plain values to the engine in output invokes and keep track of input dependencies and secrets
    [#17460](pulumi/pulumi#17460)

-   \[sdk/python] Handle nested structures properly when unwrapping secrets from invoke inputs
    [#17482](pulumi/pulumi#17482)

-   \[sdk/python] Significantly reduce the number of debug log calls
    [#17489](pulumi/pulumi#17489)

-   \[sdk/python] Target Python 3.8 for linting SDK
    [#17495](pulumi/pulumi#17495)

##### Miscellaneous

-   \[sdk/nodejs] Exclude tests from the nodejs npm package
    [#17488](pulumi/pulumi#17488)

-   \[sdk/python] Update python grpcio to 1.66.2
    [#17487](pulumi/pulumi#17487)
  • Loading branch information
zemnmez-renovate-bot committed Oct 8, 2024
1 parent 5d73917 commit 401dde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def fetch_dependencies():

http_archive(
name = "pulumi_cli_linux_x64",
sha256 = "0594b163cf7816c52a47a68bed731566eb898d3e45678edb1ef6b13b348e0d81",
sha256 = "d7dd188189c416d1a5c7c560eb5b1c927165d1fa092c1abc22a88e35dfedfe7e",
urls = [
"https:/pulumi/pulumi/releases/download/v3.135.1/pulumi-v3.135.1-linux-x64.tar.gz",
"https:/pulumi/pulumi/releases/download/v3.136.0/pulumi-v3.136.0-linux-x64.tar.gz",
],
build_file_content = """
exports_files(glob(["**/*"]))
Expand Down

0 comments on commit 401dde4

Please sign in to comment.