Skip to content

Commit de6453d

Browse files
chore(deps): update dependency pulumi to v3.228.0 (#1963)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pulumi](https://redirect.github.com/pulumi/pulumi) | minor | `3.227.0` → `3.228.0` | --- ### Release Notes <details> <summary>pulumi/pulumi (pulumi)</summary> ### [`v3.228.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32280-2026-03-25) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.227.0...v3.228.0) ##### Features - \[cli] Don't apply the secrets filter to `true` and `false` (case-insensitive) [#&#8203;22269](https://redirect.github.com/pulumi/pulumi/pull/22269) - \[cli] Add grpcs\:// support and header authentication to OTLP exporter [#&#8203;22320](https://redirect.github.com/pulumi/pulumi/pull/22320) - \[cli] Read OTEL\_RESOURCE\_ATTRIBUTES [#&#8203;22329](https://redirect.github.com/pulumi/pulumi/pull/22329) - \[auto/nodejs] Add low-level "cancel" command to the auto-generated interface [#&#8203;22156](https://redirect.github.com/pulumi/pulumi/pull/22156) - \[cli/state] Allow `pulumi state delete` to accept multiple resource URNs and delete them in a dependency-safe order ##### Bug Fixes - \[cli] Allow relative file paths for --otel-traces [#&#8203;22300](https://redirect.github.com/pulumi/pulumi/pull/22300) - \[cli] Bridge opentracing spans from providers into OTel [#&#8203;22313](https://redirect.github.com/pulumi/pulumi/pull/22313) - \[cli] Correctly end spans for GRPC streams [#&#8203;22304](https://redirect.github.com/pulumi/pulumi/pull/22304) - \[cli/about] Do not include the access token in plain text [#&#8203;22347](https://redirect.github.com/pulumi/pulumi/pull/22347) - \[display] Fix detailed diff indentation so changed resources are not visually nested under unrelated visible resources when unchanged parents are hidden. [#&#8203;22317](https://redirect.github.com/pulumi/pulumi/pull/22317) - \[cli/import] Fix import codegen when generating references to non-standard names [#&#8203;22319](https://redirect.github.com/pulumi/pulumi/pull/22319) - \[engine] Update golang version [#&#8203;22277](https://redirect.github.com/pulumi/pulumi/pull/22277) - \[pcl] Typecheck component inputs in PCL programs [#&#8203;22292](https://redirect.github.com/pulumi/pulumi/pull/22292) - \[programgen/{nodejs,python}] Fix literal conversion when calling into local components [#&#8203;22306](https://redirect.github.com/pulumi/pulumi/pull/22306) ##### Miscellaneous - \[cli] Add CLI metadata to the root span [#&#8203;22305](https://redirect.github.com/pulumi/pulumi/pull/22305) - \[cli] Add more OTel interceptors for GRPC clients [#&#8203;22309](https://redirect.github.com/pulumi/pulumi/pull/22309) - \[cli] Add spans for plugin installation and add more attributes for dependency installation [#&#8203;22303](https://redirect.github.com/pulumi/pulumi/pull/22303) - \[cli] Allow setting a GRPC endpoint for performance tests [#&#8203;22330](https://redirect.github.com/pulumi/pulumi/pull/22330) - \[backend/diy] Start deprecation of non-project mode for DIY backends [#&#8203;19625](https://redirect.github.com/pulumi/pulumi/pull/19625) </details> --- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-gestalt).
1 parent 14a4cb8 commit de6453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ just = "1.48.0"
33
"cargo:cargo-nextest" = "0.9.76"
44
"cargo:sd" = "1.0.0"
55
"cargo:cargo-llvm-cov" = "0.8.0"
6-
pulumi = "3.227.0"
6+
pulumi = "3.228.0"
77
"cargo-binstall" = "1.17.5"
88
protoc = "34.1"

0 commit comments

Comments
 (0)