Skip to content

Commit

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

#### 3.135.0 (2024-10-01)

##### Features

-   \[backend/{diy,service}] Send secrets managers as initial state when creating stacks
    [#17387](pulumi/pulumi#17387)

-   \[sdk/python] Search upwards for pyproject.toml when using Poetry
    [#17388](pulumi/pulumi#17388)

##### Bug Fixes

-   \[cli/config] Improve usage string for config env add/rm commands
    [#17407](pulumi/pulumi#17407)

-   \[cli/new] Check zipped templates for `Pulumi.yaml` files
    [#17437](pulumi/pulumi#17437)

-   \[engine] Disable the enviromental GITHUB_TOKEN on 401 responses
    [#17351](pulumi/pulumi#17351)

-   \[engine] Fix a panic when multiple component provider construct calls fail
    [#17439](pulumi/pulumi#17439)

-   \[sdkgen/go] Fix nested string map map map properties
    [#17417](pulumi/pulumi#17417)

-   \[sdk/nodejs] Fix dependency installation for nodejs projects with a main property
    [#17391](pulumi/pulumi#17391)

-   \[sdk/python] Add missing package_ref paramater to ProviderResource
    [#17432](pulumi/pulumi#17432)

##### Miscellaneous

-   \[sdkgen] Validate schema version is provided when package supports packing
    [#17420](pulumi/pulumi#17420)

-   \[sdk/python] Replace asyncio.ensure_future with create_task
    [#17406](pulumi/pulumi#17406)

-   \[sdkgen/{nodejs,python}] Bump minimum valid SDK version to v3.134.1 so that output-invokes work and maintain secrets
    [#17390](pulumi/pulumi#17390)
  • Loading branch information
zemnmez-renovate-bot committed Oct 1, 2024
1 parent 294f00a commit e59d0e5
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 @@ -57,9 +57,9 @@ exports_files(glob(["**/*"]))
http_archive(
name = "pulumi_cli_darwin_arm64",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.134.1/pulumi-v3.134.1-darwin-arm64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.135.0/pulumi-v3.135.0-darwin-arm64.tar.gz",
],
sha256 = "77ce311d2c7c5547bd809bfc8ad35707935c503e1d433d1e069428e4158df991",
sha256 = "7900c7daf13a8dffa1936f4c3d5e5af6ac6bc858ed6778f7ffb3744c32838ab4",
build_file_content = """
exports_files(glob(["**/*"]))
""",
Expand Down

0 comments on commit e59d0e5

Please sign in to comment.