Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.146.0 #518

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pulumi/pulumi/sdk/v3 v3.145.0 -> v3.146.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.146.0

Compare Source

3.146.0 (2025-01-15)

Features
  • [cli] Allow specifying a version with pulumi convert --from=<plugin>@&#8203;<version>
    #​18220

  • [cli] Enable Autonaming Configuration in non-experimental mode
    #​18228

  • [cli] Retrieve Git metadata from the environment if not running in a repository
    #​12871

  • [pkg] Add a call intrinsic to PCL
    #​18206

  • [auto/go] Add Color option to optdestroy, optpreview, optrefresh, and optup packages to allow explicit configuration of output color.
    #​18184

  • [cli/import] Add support for parameterized packages to pulumi import
    #​18038

  • [cli/import] Import can now import resources from parameterized providers
    #​18039

  • [cli/new] Add support for Copilot templates
    #​16825

Bug Fixes
  • [auto/go] Fix rejection of nil inline programs in the Go automation API
    #​18214

  • [sdk/go] Improve error messages for wrong stack output types
    #​18245

  • [sdk/{nodejs,python}] Wait for resource in the input property dependencies
    #​18204

  • [cli/plugin] Show plugin kind in plugin rm correctly. Also show the usage string if the plugin type is incorrect
    #​18179

  • [cli/plugin] Passthrough unstructured logs from dynamic providers
    #​18253

  • [sdk/python] Fix callbackserver shutdown
    #​18190


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from muhlba91 as a code owner January 8, 2025 15:30
Copy link

coderabbitai bot commented Jan 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

gitstream-cm[bot]
gitstream-cm bot previously approved these changes Jan 8, 2025
Copy link

gitstream-cm bot commented Jan 8, 2025

Renovate minor version bumps are approved and merged automatically.

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 39288c0 to c52801b Compare January 9, 2025 17:33
gitstream-cm[bot]
gitstream-cm bot previously approved these changes Jan 9, 2025
@gitstream-cm gitstream-cm bot dismissed their stale review January 9, 2025 17:34

Review dismissed

@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.145.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.145.0 - autoclosed Jan 9, 2025
@renovate renovate bot closed this Jan 9, 2025
@renovate renovate bot deleted the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch January 9, 2025 17:39
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.145.0 - autoclosed chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.145.0 Jan 16, 2025
@renovate renovate bot reopened this Jan 16, 2025
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 4542640 to c52801b Compare January 16, 2025 05:20
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.145.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.146.0 Jan 16, 2025
Copy link
Contributor Author

renovate bot commented Jan 16, 2025

ℹ Artifact update notice

File name: sdk/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.0.0 -> v1.1.3
github.com/cyphar/filepath-securejoin v0.3.1 -> v0.3.6
github.com/go-git/go-billy/v5 v5.5.0 -> v5.6.1
github.com/go-git/go-git/v5 v5.12.0 -> v5.13.1

gitstream-cm[bot]
gitstream-cm bot previously approved these changes Jan 16, 2025
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from c52801b to 64023a2 Compare January 16, 2025 10:03
gitstream-cm[bot]
gitstream-cm bot previously approved these changes Jan 16, 2025
@gitstream-cm gitstream-cm bot dismissed their stale review January 16, 2025 10:05

Review dismissed

@gitstream-cm gitstream-cm bot merged commit dbbf82c into main Jan 16, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants