Conversation
Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.205.0 to 3.206.0. - [Release notes](https://github.com/pulumi/pulumi/releases) - [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md) - [Commits](pulumi/pulumi@v3.205.0...v3.206.0) --- updated-dependencies: - dependency-name: github.com/pulumi/pulumi/sdk/v3 dependency-version: 3.206.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
rdimitrov
approved these changes
Nov 6, 2025
Swathi-MuraliSrinivasan
pushed a commit
to Swathi-MuraliSrinivasan/paychex-mcp-registry
that referenced
this pull request
Nov 20, 2025
…06.0 in /deploy (modelcontextprotocol#752) Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.205.0 to 3.206.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi/releases">github.com/pulumi/pulumi/sdk/v3's releases</a>.</em></p> <blockquote> <h2>v3.206.0</h2> <h2>3.206.0 (2025-11-05)</h2> <h3>Features</h3> <ul> <li> <p>[protobuf] Pass a <code>preview</code> flag to invokes so they can tell if they're being called during a preview <a href="https://redirect.github.com/pulumi/pulumi/pull/20827">#20827</a></p> </li> <li> <p>[cli/about] Include PULUMI_* environment variables in the <code>pulumi about</code> output <a href="https://redirect.github.com/pulumi/pulumi/pull/20855">#20855</a></p> </li> <li> <p>[auto/go] Get event log over gRPC instead of trying to read it from a text file <a href="https://redirect.github.com/pulumi/pulumi/pull/20822">#20822</a></p> </li> <li> <p>[auto/nodejs] Get event log over gRPC instead of trying to read it from a text file <a href="https://redirect.github.com/pulumi/pulumi/pull/20824">#20824</a></p> </li> <li> <p>[auto/python] Get event log over gRPC instead of trying to read it from a text file <a href="https://redirect.github.com/pulumi/pulumi/pull/20833">#20833</a></p> </li> <li> <p>[cli/engine] Add environment variable to add --refresh to preview,update,destroy <a href="https://redirect.github.com/pulumi/pulumi/pull/20797">#20797</a></p> </li> <li> <p>[sdk/nodejs] Add PULUMI_NODEJS_SKIP_COMPONENT_INPUTS environment variable to skip the new feature of sending component inputs to the engine for diffing and state storage <a href="https://redirect.github.com/pulumi/pulumi/pull/20842">#20842</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[engine] Fix duplicate resource snapshot integrity issue, when running <code>pulumi up --refresh --run-program</code> and when a resource <code>PendingReplacement</code> exists in the snapshot <a href="https://redirect.github.com/pulumi/pulumi/pull/20812">#20812</a></p> </li> <li> <p>[engine] Support floating point NaN and Inf values in resource state <a href="https://redirect.github.com/pulumi/pulumi/pull/20843">#20843</a></p> </li> </ul> <h3>Miscellaneous</h3> <ul> <li>[sdk/go] Use Language.Link to link Go packages <a href="https://redirect.github.com/pulumi/pulumi/pull/20811">#20811</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md">github.com/pulumi/pulumi/sdk/v3's changelog</a>.</em></p> <blockquote> <h2>3.206.0 (2025-11-05)</h2> <h3>Features</h3> <ul> <li> <p>[protobuf] Pass a <code>preview</code> flag to invokes so they can tell if they're being called during a preview <a href="https://redirect.github.com/pulumi/pulumi/pull/20827">#20827</a></p> </li> <li> <p>[cli/about] Include PULUMI_* environment variables in the <code>pulumi about</code> output <a href="https://redirect.github.com/pulumi/pulumi/pull/20855">#20855</a></p> </li> <li> <p>[auto/go] Get event log over gRPC instead of trying to read it from a text file <a href="https://redirect.github.com/pulumi/pulumi/pull/20822">#20822</a></p> </li> <li> <p>[auto/nodejs] Get event log over gRPC instead of trying to read it from a text file <a href="https://redirect.github.com/pulumi/pulumi/pull/20824">#20824</a></p> </li> <li> <p>[auto/python] Get event log over gRPC instead of trying to read it from a text file <a href="https://redirect.github.com/pulumi/pulumi/pull/20833">#20833</a></p> </li> <li> <p>[cli/engine] Add environment variable to add --refresh to preview,update,destroy <a href="https://redirect.github.com/pulumi/pulumi/pull/20797">#20797</a></p> </li> <li> <p>[sdk/nodejs] Add PULUMI_NODEJS_SKIP_COMPONENT_INPUTS environment variable to skip the new feature of sending component inputs to the engine for diffing and state storage <a href="https://redirect.github.com/pulumi/pulumi/pull/20842">#20842</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>[engine] Fix duplicate resource snapshot integrity issue, when running <code>pulumi up --refresh --run-program</code> and when a resource <code>PendingReplacement</code> exists in the snapshot <a href="https://redirect.github.com/pulumi/pulumi/pull/20812">#20812</a></p> </li> <li> <p>[engine] Support floating point NaN and Inf values in resource state <a href="https://redirect.github.com/pulumi/pulumi/pull/20843">#20843</a></p> </li> </ul> <h3>Miscellaneous</h3> <ul> <li>[sdk/go] Use Language.Link to link Go packages <a href="https://redirect.github.com/pulumi/pulumi/pull/20811">#20811</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pulumi/pulumi/commit/72334612d3d61c8759c42c2312bc00a3552e3cc2"><code>7233461</code></a> revert "temporarily disable journal validation" (<a href="https://redirect.github.com/pulumi/pulumi/issues/20875">#20875</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/fad720c1366e50004548aac6f2568225c69c9bea"><code>fad720c</code></a> Bump SDKs for v3.206.0 (<a href="https://redirect.github.com/pulumi/pulumi/issues/20881">#20881</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/df81881bab9c165985aca765eb68db2b2b148542"><code>df81881</code></a> use event log in python (<a href="https://redirect.github.com/pulumi/pulumi/issues/20833">#20833</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/93d1e02d55ec105981b649888192286338268a06"><code>93d1e02</code></a> mark tests using dep_tracker as asyncio (<a href="https://redirect.github.com/pulumi/pulumi/issues/20876">#20876</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/8651da14aa3dbf1645dfce01103a17d5b0e9e2d0"><code>8651da1</code></a> refreshv2: only rebuild base state if we have a refresh (<a href="https://redirect.github.com/pulumi/pulumi/issues/20861">#20861</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/79a8a7d151e7b3e108a392b14baaf2dada709b99"><code>79a8a7d</code></a> fix operator precedence for persisted refreshes in journal (<a href="https://redirect.github.com/pulumi/pulumi/issues/20807">#20807</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/5ff9d4cc1b46ad29c7ce2b9beddbc26412079ae8"><code>5ff9d4c</code></a> skip another flaky tail test (<a href="https://redirect.github.com/pulumi/pulumi/issues/20872">#20872</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/b71a38546d31e3944dd6d36e0b454183cbe0642d"><code>b71a385</code></a> return a new state from a refresh step when resource is pending replacement (...</li> <li><a href="https://github.com/pulumi/pulumi/commit/e7dda0378ee4ca11c36459004844de5088db37df"><code>e7dda03</code></a> feat: adding PULUMI_OPTION_REFRESH environment variable (<a href="https://redirect.github.com/pulumi/pulumi/issues/20797">#20797</a>)</li> <li><a href="https://github.com/pulumi/pulumi/commit/4cba7a03a75ae1cca4538e69cf217c5e77775473"><code>4cba7a0</code></a> Use Language.Link to link Go packages (<a href="https://redirect.github.com/pulumi/pulumi/issues/20811">#20811</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pulumi/pulumi/compare/v3.205.0...v3.206.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/pulumi/pulumi/sdk/v3 from 3.205.0 to 3.206.0.
Release notes
Sourced from github.com/pulumi/pulumi/sdk/v3's releases.
Changelog
Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.
Commits
7233461revert "temporarily disable journal validation" (#20875)fad720cBump SDKs for v3.206.0 (#20881)df81881use event log in python (#20833)93d1e02mark tests using dep_tracker as asyncio (#20876)8651da1refreshv2: only rebuild base state if we have a refresh (#20861)79a8a7dfix operator precedence for persisted refreshes in journal (#20807)5ff9d4cskip another flaky tail test (#20872)b71a385return a new state from a refresh step when resource is pending replacement (...e7dda03feat: adding PULUMI_OPTION_REFRESH environment variable (#20797)4cba7a0Use Language.Link to link Go packages (#20811)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)