Skip to content

Commit

Permalink
chore(deps): update dependency pulumi_cli_linux_arm64 to v3.136.0
Browse files Browse the repository at this point in the history
##### [`vv3.136.0](https://github.com/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 9ae6915 commit 5d73917
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 @@ -78,9 +78,9 @@ exports_files(glob(["**/*"]))
http_archive(
name = "pulumi_cli_linux_arm64",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.135.1/pulumi-v3.135.1-linux-arm64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.136.0/pulumi-v3.136.0-linux-arm64.tar.gz",
],
sha256 = "5bb7e67bc6103fee2279bb29b7a091fa32011109f9e726d34e9812810cd3d2fe",
sha256 = "424ba5736028d6b4eb4dc1ed72d0ffac164f5d876dbd25206cf286eac62c5f24",
build_file_content = """
exports_files(glob(["**/*"]))
""",
Expand Down

0 comments on commit 5d73917

Please sign in to comment.