Skip to content

build(deps): bump github.com/pulumi/pulumi/pkg/v3 from 3.223.0 to 3.224.0 in /pkg#2044

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/pkg/github.com/pulumi/pulumi/pkg/v3-3.224.0
Closed

build(deps): bump github.com/pulumi/pulumi/pkg/v3 from 3.223.0 to 3.224.0 in /pkg#2044
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/pkg/github.com/pulumi/pulumi/pkg/v3-3.224.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps github.com/pulumi/pulumi/pkg/v3 from 3.223.0 to 3.224.0.

Release notes

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

v3.224.0

3.224.0 (2026-02-26)

Features

  • [backend/diy] Add zstd compression option for DIY backend state files #21877

  • [engine] Automatically make invoke outputs secret when there is a secret input, and the invoke provider does not support secrets

  • [cli/package] Support source-based packages in pulumi schema check, not just schema files #21897

Bug Fixes

  • [pkg] Correct the schema for "pulumi:pulumi:StackReference" #21895

  • [programgen/nodejs] Correct the semantics of singleOrNone in generated files #21947

  • [sdk/python] Fix StepEventMetadata.from_json reading detailed_diff (snake_case) instead of detailedDiff (camelCase), and PolicyEvent.from_json reading resource_urn instead of resourceUrn, causing both fields to always be None #21714

  • [sdk/python] Convert integer component inputs to int #21944

  • [sdk/python] Fix crash in forked processes using automation API #21937

  • [engine] Fix panic when a new component resource in the program is not targeted #21957

Miscellaneous

  • [sdk] Update java, dotnet & yaml #21961

  • [sdk/python] Improve the performance of contains_unknowns for large objects #21893

Changelog

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

3.224.0 (2026-02-26)

Features

  • [backend/diy] Add zstd compression option for DIY backend state files #21877

Bug Fixes

  • [cli/state] state move now correctly handles reparenting of resources

  • [pkg] Correct the schema for "pulumi:pulumi:StackReference" #21895

  • [programgen/nodejs] Correct the semantics of singleOrNone in generated files #21947

  • [sdk/python] Fix StepEventMetadata.from_json reading detailed_diff (snake_case) instead of detailedDiff (camelCase), and PolicyEvent.from_json reading resource_urn instead of resourceUrn, causing both fields to always be None #21714

  • [sdk/python] Convert integer component inputs to int #21944

  • [sdk/python] Fix crash in forked processes using automation API #21937

Miscellaneous

  • [sdk] Update java, dotnet & yaml #21961

  • [sdk/python] Improve the performance of contains_unknowns for large objects #21893

Commits
  • fe4a380 Correctly handle Handshake for plugin.NewProviderServer (#21958)
  • 8809fcc Update module github.com/cloudflare/circl to v1.6.3 [SECURITY] (#21989)
  • 83e54ad Add l2-builtin-object to test object builtins on output maps & output types...
  • fa114d5 Fix state move to fix qualified types in URNs when resources get re-parented ...
  • 480c83f add tracing for nodejs language host (#21940)
  • 149c775 Update java, dotnet & yaml (#21961)
  • ff9a91e Fix invalid URNs in state move tests (#21951)
  • ce46524 Add l1-builtin-list & l1-builtin-object (#21947)
  • 2b1c7be increase timeout for fuzz tests (#21949)
  • 4ab5fd6 Python Automation API Codegen #1: Generating types (#21931)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Feb 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2026 13:23
@dependabot dependabot bot added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Feb 27, 2026
Bumps [github.com/pulumi/pulumi/pkg/v3](https://github.com/pulumi/pulumi) from 3.223.0 to 3.224.0.
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.223.0...v3.224.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi/pkg/v3
  dependency-version: 3.224.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/github.com/pulumi/pulumi/pkg/v3-3.224.0 branch from 2e3ab88 to 942263a Compare February 28, 2026 14:01
@iwahbe iwahbe closed this Mar 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/pkg/github.com/pulumi/pulumi/pkg/v3-3.224.0 branch March 5, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact/no-changelog-required This issue doesn't require a CHANGELOG update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant