Skip to content

Commit 5d73917

Browse files
chore(deps): update dependency pulumi_cli_linux_arm64 to v3.136.0
##### [`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)
1 parent 9ae6915 commit 5d73917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bzl/deps.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ exports_files(glob(["**/*"]))
7878
http_archive(
7979
name = "pulumi_cli_linux_arm64",
8080
urls = [
81-
"https://github.com/pulumi/pulumi/releases/download/v3.135.1/pulumi-v3.135.1-linux-arm64.tar.gz",
81+
"https://github.com/pulumi/pulumi/releases/download/v3.136.0/pulumi-v3.136.0-linux-arm64.tar.gz",
8282
],
83-
sha256 = "5bb7e67bc6103fee2279bb29b7a091fa32011109f9e726d34e9812810cd3d2fe",
83+
sha256 = "424ba5736028d6b4eb4dc1ed72d0ffac164f5d876dbd25206cf286eac62c5f24",
8484
build_file_content = """
8585
exports_files(glob(["**/*"]))
8686
""",

0 commit comments

Comments
 (0)