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

sdk(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.124.0 to 3.126.0 in /sdk in the modules group #44

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps the modules group in /sdk with 1 update: github.com/pulumi/pulumi/sdk/v3.

Updates github.com/pulumi/pulumi/sdk/v3 from 3.124.0 to 3.126.0

Release notes

Sourced from github.com/pulumi/pulumi/sdk/v3's releases.

v3.126.0

3.126.0 (2024-07-22)

Features

  • [cli] Add support for DeletedWith to pulumi convert #12011

  • [cli] Allow specifying project names when converting with pulumi convert --name #16708

  • [sdk/python] Add support for invoke stack transforms #16701

Bug Fixes

  • [cli] Avoid duplicate error output in some cases #16706

  • [cli] Avoid duplicate error: prefix with --expect-no-changes #16705

  • [engine] Fix integrity issues in up --continue-on-error with changed dependencies #16733

  • [engine] Fix panics due to different length ignoreChanges arrays #16742

  • [cli/state] Disallow provider moves in the state move command #16722

  • [cli/state] Improve readability of the resources to be moved output of the state move command #16723

  • [cli/state] Allow a provider with the same URN and ID to already be in the snapshot #16737

  • [cli/state] Reparent providers correctly in state move #16735

  • [programgen/go] Fix emiting literal values as stack outputs #16728

  • [sdk/go] Set Parameterize.Value in plugin.Provider #16726

  • [sdk/python] Exclude pulumi_policy from plugin determination #16727

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

3.126.0 (2024-07-22)

Features

  • [cli] Add support for DeletedWith to pulumi convert #12011

  • [cli] Allow specifying project names when converting with pulumi convert --name #16708

  • [sdk/python] Add support for invoke stack transforms #16701

Bug Fixes

  • [cli] Avoid duplicate error output in some cases #16706

  • [cli] Avoid duplicate error: prefix with --expect-no-changes #16705

  • [engine] Fix integrity issues in up --continue-on-error with changed dependencies #16733

  • [engine] Fix panics due to different length ignoreChanges arrays #16742

  • [cli/state] Disallow provider moves in the state move command #16722

  • [cli/state] Improve readability of the resources to be moved output of the state move command #16723

  • [cli/state] Allow a provider with the same URN and ID to already be in the snapshot #16737

  • [cli/state] Reparent providers correctly in state move #16735

  • [programgen/go] Fix emiting literal values as stack outputs #16728

  • [sdk/go] Set Parameterize.Value in plugin.Provider #16726

  • [sdk/python] Exclude pulumi_policy from plugin determination #16727

... (truncated)

Commits
  • 4516fbc Add a test of sending primitive values for a resource (#16718)
  • 10f7bae state_move: don't conflict if destination provider with same URN and ID exist...
  • 3460c99 Enable l1-output-number conformance test for Go (#16753)
  • 403b3d3 Fix panics due to different length ignoreChanges arrays (#16742)
  • 0ebda38 Exclude pulumi_policy from plugin determination (#16727)
  • 4e397f8 Prepare for 3.126.0 release (#16740)
  • c1cbbe8 state_move: disallow provider moves (#16722)
  • 9b4659a convert: make the help texts more consistent (#16739)
  • 0febb7b continue-on-error: fix integrity issues in up with changed dependencies (#16733)
  • 8bc2542 state_move: reparent provider correctly (#16735)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the modules group in /sdk with 1 update: [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi).


Updates `github.com/pulumi/pulumi/sdk/v3` from 3.124.0 to 3.126.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.124.0...v3.126.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 23, 2024
@pierskarsenbarg pierskarsenbarg merged commit cdbd2f5 into main Jul 23, 2024
1 check passed
@pierskarsenbarg pierskarsenbarg deleted the dependabot/go_modules/sdk/modules-cc491d785b branch July 23, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant