Skip to content

chore(deps): update all minor updates#686

Open
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/all-minor
Open

chore(deps): update all minor updates#686
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/all-minor

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@pulumi/aws (source) 7.32.07.35.0 age confidence dependencies minor
@pulumi/hcloud (source) 1.38.01.39.0 age confidence dependencies minor
@pulumi/kubernetes (source) 4.31.14.32.0 age confidence dependencies minor
@pulumi/pulumi (source) 3.245.03.250.0 age confidence dependencies minor
node 24.16.024.18.0 age confidence uses-with minor
plane-ce (source) 1.5.11.6.0 age confidence minor
pulumi/pulumi 3.245.03.250.0 age confidence image-name minor

Warning

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


Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v7.35.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.34.0...v7.35.0

v7.34.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.33.0...v7.34.0

v7.33.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.32.0...v7.33.0

pulumi/pulumi-hcloud (@​pulumi/hcloud)

v1.39.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-hcloud@v1.38.0...v1.39.0

pulumi/pulumi-kubernetes (@​pulumi/kubernetes)

v4.32.0

Compare Source

Fixed
  • #​3176 ensure Helm-installed CRDs can be resolved during preview
  • #​4396 Fix panic when creating a kubernetes.io/service-account-token Secret with a non-existent ServiceAccount.
  • #​4394 Don't fail YAML render when a custom resource's namespace scope can't be determined offline. The resource is rendered without a namespace and a warning is logged, rather than erroring.
Changed
  • Align the documented minimum supported Kubernetes version and local SDK install instructions with current provider behavior.
pulumi/pulumi (@​pulumi/pulumi)

v3.250.0

Compare Source

v3.249.0

Compare Source

Bug Fixes
  • [backend/diy] Fix pulumi stack tag rm not removing the last tag on self-managed (diy) backends #​23702
  • [backend/service] Don't fail a operation due to a logging failure #​23704
Features
  • [cli] Add --skip-config-validation flag to preview, up, refresh, and destroy to skip validation of stack config against the project config schema #​23691
  • [cli] Enable automatic logging for every command by default #​23731
Bug Fixes
  • [cli] Don't ignore diffs in Output values #​23703
  • [cli] Use display resource type names in policy violation output #​23705
Improvements
  • [cli] Add --output $format flag to pulumi stack {list,history,tag list} #​23686
  • [cli] Add --output $format to pulumi policy list and pulumi policy group list #​23698
  • [cli] Add --output $format to pulumi project list #​23699
  • [cli] Add --output $format flag to pulumi config env list #​23706
  • [cli] pulumi login will warn if the given login differs from PULUMI_BACKEND_URL #​23716
  • [cli/convert] Error when converting a Terraform program to the hcl language #​23742
  • [cli/engine] Fix TestDebuggerAttach for dlv@​1.27 #​23693
  • [cli/plugin] Add --output $format to pulumi plugin list #​23688
Features
  • [cli/policy] Add a --file flag to pulumi policy analyze to analyze a state file (as produced by pulumi stack export) without requiring a stack or backend login #​23664
Miscellaneous
  • [pkg/testing] Allow ProgramTest to use npm for Node.js tests #​23675
Bug Fixes
  • [programgen] Generate numeric range loops in NodeJS with a per-iteration binding so deferred applies in the loop body observe the correct index
Improvements
  • [sdk] Update the dotnet and java language runtimes #​23755
Bug Fixes
  • [sdk/go] Fix FileArchive nested in an AssetArchive producing zip/tar entries with backslashes on Windows #​23750
Improvements
  • [sdk/go] Move provider RPC setup code to the sdk module #​23695
  • [sdk/nodejs] Use npm as the package manager for the Node.js SDK #​23655
  • [sdk/nodejs] Remove the fdir and picomatch dependencies; the Node.js SDK now requires Node.js 22 or later #​23722
Bug Fixes
  • [sdk/python] Fix deletedWith and replaceWith resource options in Python component resource providers #​23710
  • [sdkgen/python] Cache package references per-deployment in generated SDKs #​22459

v3.248.0

Compare Source

Bug Fixes
  • [cli] Fix a panic in pulumi package get-schema when binding a schema that references an uninstalled plugin #​23647
Improvements
  • [cli] Add options to pulumi stack get for parity with bare pulumi stack #​23623
  • [cli] Add --output flag to about and whoami commands #​23651
Features
  • [engine] Add support for 'snippets', blocks of PCL kept in state to track ad-hoc resources #​23286
  • [engine] Send the address of a schema loader service to resource providers as part of the provider handshake #​23645
  • [engine] Send the address of a package resolver service to resource providers as part of the provider handshake #​23654
Bug Fixes
  • [programgen] Guard references to conditionally-created (boolean range) resources in generated Python and NodeJS programs so they type-check #​23634
  • [programgen] Generate map range resource collections as key-indexed maps in Python and NodeJS so they can be indexed by key #​23639
Features
  • [sdk/nodejs] Add Output.recover to catch and recover from exceptions in outputs #​23642
Bug Fixes
  • [sdkgen] Fix extra trailing new lines in comments #​23619
Improvements
  • [sdkgen] Require callers to pass an explicit schema loader when binding PCL programs and package schemas #​23672

v3.247.0

Compare Source

Bug Fixes
  • [cli] Ensure pulumi logout clears the current tokenless backend in coding agent environments #​23540
  • [cli] Read Git metadata correctly in repositories that enable the worktreeConfig extension, such as those hosted on Azure DevOps #​23535
Improvements
  • [cli] Respect PULUMI_SKIP_CONFIRMATIONS whenever we ask for confirmation #​23607
  • [cli] Use list and remove as the canonical names for list/remove commands, with ls and rm as aliases #​23608
Features
  • [cli/config] Add --raw flag to pulumi config set to avoid stripping newlines when input is piped through stdin #​23593
Bug Fixes
  • [cli/display] Show interrupted steps as interrupted instead of as finished #​23510
Features
  • [cli/do] Add --provider flag to pull provider config to use from existing provider state #​23560
  • [cli/engine] Resource providers now receive the active login's API address and access token through PULUMI_API and PULUMI_ACCESS_TOKEN #​23589
  • [cli/neo] Add a --disable-integrations flag to pulumi neo that runs the task with no integration credentials #​23531
Bug Fixes
  • [cli/plugin] Allow plugin tarballs containing symlinks #​23587
Miscellaneous
  • [cli/plugin] Document the pulumi plugin run command by including it in the generated CLI docs #​23559
Improvements
  • [docs] Generate redirects for command aliases #​23610
Features
  • [engine] Send the address of a mapper service to resource providers as part of the provider handshake
Improvements
  • [engine] Serve raw schema bytes from the engine's schema loader service instead of binding and re-marshaling the full schema on every request #​23551
Features
  • [programgen/go] Support functions with multiArgumentInputs #​23554
  • [programgen/python] Support functions with multiArgumentInputs #​23574
Improvements
  • [sdk/go] The plugin.Host interface is now stateless with respect to workspaces; host methods that boot or resolve plugins take a plugin.Context carrying the workspace state, and closing a plugin.Context no longer closes a host that was passed in to its constructor #​23508
Features
  • [sdk/nodejs] Registered resources can now be retrieved from the mock monitor for test assertions #​20539
Bug Fixes
  • [sdk/nodejs] Fix pulumi package add failing with pnpm when the generated SDK has a scoped package name (@-prefix), caused by pnpm's pkg set rejecting @ in dot-notation property paths #​23365
Improvements
  • [sdk/nodejs] Allow running the postinstall script for local SDKs under npm 12 #​23568
Features
  • [sdk/python] Add Output.recover to catch and recover from exceptions in outputs #​23591
Improvements
  • [sdk/python] Add register_package helper to cache package references per deployment #​22459
Features
  • [sdkgen] Adds support for language agnostic cross references in schemas. Use the form {{% ref <target> %}} to reference other schema components in markdown descriptions. Such as `{{% ref #​21369
  • [sdkgen] Add extension parameterization to the package schema model #​23536
Miscellaneous
  • [sdkgen] Modules can no longer be nested under the index module, this was never well supported and is now a strict bind error #​23436
Features
  • [sdkgen/go] Support functions with multiArgumentInputs #​23554
  • [sdkgen/python] Support functions with multiArgumentInputs #​23574
  • [cli/auth] When credentials.json carries an OAuth refresh token, the CLI now auto-refreshes the access token on 401 and retries the request once, instead of returning a "login required" error #​23430
Bug Fixes

v3.246.0

Compare Source

Bug Fixes
  • [backend/diy] Fix backwards incompatible gocloud.dev changes #​23525
Features
  • [cli] Add pulumi logs ls to list automatic log files #​23449
  • [cli] Add pulumi logs rm to remove automatic log files
  • [cli] Include the list of affected resources (urn, type, name, op, parent) in --output json for preview, up, destroy, and refresh
  • [cli] Support Pulumi projects without a runtime across CLI operations and Automation API project settings #​23489
Improvements
  • [cli] Support Ctrl+Z to suspend a running pulumi neo session and restore the transcript on resume with fg #https://github.com/pulumi/pulumi/issues/23394
  • [cli] Remove the experimental pulumi ai web command #​23517
  • [cli/cloud] Improve the interactive pulumi login prompt wording and coloring #​23417
  • [cli/convert] Resolve provider plugins through the Pulumi Registry when converting from a third-party source #​23490
Features
  • [cli/do] Add a --stateless flag to pulumi do. create, patch, and delete now require --stateless for the existing direct-provider behavior; the default will switch to a stateful (engine-driven) implementation in a future release
  • [cli/env] Support ephemeral agent auth instructions for ESC API unauthorized errors in detected agent sessions #​23402
Bug Fixes
  • [cli/neo] The pulumi neo TUI now adapts its colors to the terminal background instead of hardcoding a dark scheme #​23333
  • [cli/neo] Increase the pulumi neo task-creation timeout so backend cold starts no longer fail #​23444
  • [cli/neo] Ensure pulumi neo resolves the same Pulumi access token as pulumi preview when running in-process preview and up operations #​23452
Improvements
  • [cli/neo] Treat affirmative replies such as "ok", "approve" and "go ahead" to pulumi neo approval prompts as approvals #​23450
Bug Fixes
  • [pcl] Recursively fill schema-declared output fields on resources, so PCL programs that traverse into an optional inner field of a nested output object no longer fail at runtime with an "unsupported attribute" error #​23458
  • [pcl] Resolve config variables whose default value is derived from an invoke to the invoke's result instead of an unknown value #​23494
  • [programgen/go] double-wrapping of plain values passed to input types when generating Go programs #​23418
  • [programgen/go] Fix Go program generation to no longer produce **T when an output traversal lands on an optional struct field, and to emit the correct pulumi.<T>ArrayOutput cast for traversals to slice-typed fields #​23458
Features
  • [sdk] Add a read field to customTimeouts so users can configure a timeout for resource read operations #​23459
Bug Fixes
  • [sdk] Reject tar entries with path traversal components when extracting archives #​23485
  • [sdk/go] Applying a transformation to a resource no longer drops the resource's parent in the RegisterResource call #​14826
  • [sdk/nodejs] Fix local SDKs added with pulumi package add not being built when using pnpm 10.34.2 or newer
Miscellaneous
  • [sdk/nodejs] Improve error logs when serialization fails #​21901
Bug Fixes
  • [sdkgen] Validate schema names to not contain whitespace or control characters #​23460
Improvements
  • [sdkgen] Allow provider objects to have string enumerations on their outputs #​23461
Bug Fixes
  • [cli/auth] BREAKING: Delete all backend config when logging out #​23358
actions/node-versions (node)

v24.18.0: 24.18.0

Compare Source

Node.js 24.18.0

v24.17.0: 24.17.0

Compare Source

Node.js 24.17.0

makeplane/helm-charts (plane-ce)

v1.6.0

Compare Source

Meet Plane. An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind.

What's Changed

Full Changelog: makeplane/helm-charts@plane-enterprise-2.6.5...plane-ce-1.6.0

pulumi/pulumi-docker-containers (pulumi/pulumi)

v3.250.0

Compare Source

v3.249.0

Compare Source

v3.248.0

Compare Source

v3.247.0

Compare Source

v3.246.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/all-minor branch from 78e4d16 to 7966e29 Compare June 11, 2026 18:11
@renovate renovate Bot force-pushed the renovate/all-minor branch from 7966e29 to 102c836 Compare June 12, 2026 02:07
@renovate renovate Bot changed the title chore(deps): update all minor updates to v4.32.0 chore(deps): update all minor updates Jun 12, 2026
@renovate renovate Bot force-pushed the renovate/all-minor branch from 102c836 to 84be14a Compare June 15, 2026 23:48
@renovate renovate Bot force-pushed the renovate/all-minor branch from 84be14a to 8ac141c Compare June 17, 2026 17:11
@renovate renovate Bot force-pushed the renovate/all-minor branch from 8ac141c to ddc910f Compare June 18, 2026 17:58
@renovate renovate Bot force-pushed the renovate/all-minor branch from ddc910f to 34843de Compare June 22, 2026 11:46
@renovate renovate Bot force-pushed the renovate/all-minor branch from 34843de to f91814b Compare June 24, 2026 06:09
@renovate renovate Bot force-pushed the renovate/all-minor branch from f91814b to e6dd91f Compare June 24, 2026 18:57
@renovate renovate Bot force-pushed the renovate/all-minor branch from e6dd91f to 0dcad29 Compare July 1, 2026 22:37
@renovate renovate Bot force-pushed the renovate/all-minor branch from 0dcad29 to affcc7b Compare July 2, 2026 02:30
@renovate renovate Bot force-pushed the renovate/all-minor branch from affcc7b to 06a73b6 Compare July 2, 2026 11:43
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.

0 participants