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.124.0 #360

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.124.0

Compare Source

3.124.0 (2024-07-12)

Features
  • [cli/state] Introduce a state move command that can be used to move resources between stacks/projects
    #​16630
Bug Fixes
  • [engine] Fix an issue where pulumi up --continue-on-error could result in a snapshot integrity failure

  • [yaml] Fixes using StackReference outputs of types other than 'string' in Pulumi YAML
    #​16636

  • [cli/new] Install policy or project dependencies based on nearest configuration file

  • [sdk/nodejs] Don't count plugins from a nested policy pack in GetRequiredPlugins
    #​16632

  • [sdk/nodejs] Revert the implementation of dependsOn for invokes in the NodeJS SDK

v3.123.0

Compare Source

3.123.0 (2024-07-10)

Features
  • [docs] Add ability to constrain supported languages of resource and function overlays
    #​16579

  • [engine] Guess references to properties 'name' and 'arn' between dependant resources during import
    #​16234

  • [sdk/nodejs] Add dependsOn to InvokeOptions in the NodeJS SDK
    #​16560

Bug Fixes
  • [cli/new] Use default values for language specific prompts when using --yes
    #​16595

  • [docs] Fix generating constructor syntax examples for kubernetes
    #​16574

  • [docs] Fix generating constructor syntax examples in Go for package awsx
    #​16583

  • [backend/service] Retry POST requests that time out during handshake timeouts
    #​16576

  • [engine] Avoid computing refresh Diffs for external resources
    #​16544

  • [engine] Fix program hanging when the import resource option is used and the inputs don't match
    #​16572

  • [programgen/go] Do not emit index module for resources without a schema
    #​16588

  • [sdk/go] Fix out-of-range panic when sanitizing PATH env var
    #​16575

  • [sdk/nodejs] Fix creating a closure with object getters and setters
    #​16568

  • [programgen/python] Fix Python program generation for remote assets
    #​16556

Miscellaneous
  • [ci] Use latest patch version of Go in CI
    #​16609

  • [sdk/nodejs] Bump @opentelemetry packages in the NodeJS SDK
    #​16558

v3.122.0

Compare Source

3.122.0 (2024-07-01)

Features
  • [cli] Set the --continue-on-error flag with PULUMI_CONTINUE_ON_ERROR environment variable
    #​16442

  • [sdk/nodejs] Parallelize Construct and Call calls in the Node.js SDK
    #​16428

  • [sdk/python] Support --exclude-protected for destroy in the Python automation SDK
    #​16457

Bug Fixes
  • [auto] Protect access to transport.UnsupportedCapabilities inside repo.FetchContext
    #​16517

  • [cli] Disable default Cobra completions in the CLI
    #​16540

  • [engine] Fix an issue with asset archives not working with paths outside the working directory.
    #​16455

  • [engine] Don't re-delete resources that are marked as pendingReplacement
    #​16510

  • [cli/display] Print a fully qualified stack name on pulumi stack --show-name --fully-qualify-stack-names
    #​16453

  • [cli/display] Display [retain] in all cases of delete retention
    #​16506

  • [sdkgen/dotnet] Bump the default version range for the referenced Pulumi package to a version that supports Config.GetDouble
    #​16483

  • [cli/new] Add not-found markers to missing executables for packagemanagers
    #​16488

  • [sdk/go] Fix concurrent map write when registering transform callbacks
    #​16444

  • [sdk/nodejs] Fix race condition when registering stack transforms
    #​16443

  • [sdk/nodejs] Fix Construct and Call calls in the Node.js SDK sharing state
    #​16487

  • [sdk/nodejs] Fix non-blocking stdout/err with nodejs
    #​16504

  • [sdk/{nodejs,python}] Display an actionable error message when dependency installation fails
    #​16489

  • [sdk/python] Wait for pending tasks before shutting down python programs.
    #​16505

  • [sdk/python] Provide installation instructions for the python typechecker
    #​16539

Miscellaneous
  • [sdk/nodejs] Migrate from Rome to Biome
    #​16456

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from muhlba91 as a code owner July 2, 2024 04:56
Copy link

coderabbitai bot commented Jul 2, 2024

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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from a0e6438 to c948a46 Compare July 3, 2024 06:54
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.122.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.123.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 2 times, most recently from f6b33d9 to dff1c8b Compare July 12, 2024 13:44
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.123.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.124.0 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from dff1c8b to f57dc02 Compare July 17, 2024 17:46
@muhlba91 muhlba91 merged commit 59353eb into main Jul 17, 2024
9 of 10 checks passed
@muhlba91 muhlba91 deleted the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch July 17, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant