chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.104.2 #17

Merged
antoine merged 1 commits from renovate/github.com-pulumi-pulumi-sdk-v3-3.x into main 2024-02-03 12:46:14 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi/sdk/v3 require minor v3.96.2 -> v3.104.2

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.104.2

Compare Source

3.104.2 (2024-02-01)

Bug Fixes
  • backend/diy] Upgrade gocloud.dev and fix an issue with azurekeyvault keys.
    [#​15334](https://github.com/pulumi/pulumi/pull/15334)
    
    

v3.104.1

Compare Source

3.104.1 (2024-02-01)

Bug Fixes
  • backend/diy] Revert gocloud.dev upgrade
    [#​15333](https://github.com/pulumi/pulumi/pull/15333)
    
    

v3.104.0

Compare Source

3.104.0 (2024-01-31)

Features
  • backend] Allows the PULUMI_SKIP_CHECKPOINTS environment variable to be set without requiring the PULUMI_EXPERIMENTAL flag.
    [#​15318](https://github.com/pulumi/pulumi/pull/15318)
    
    
  • auto/go] Add new API to install the Pulumi CLI from the Automation API
    [#​15049](https://github.com/pulumi/pulumi/pull/15049)
    
    
  • auto/nodejs] Allow disabling version validation when using a custom PulumiCommand instance
    [#​15242](https://github.com/pulumi/pulumi/pull/15242)
    
    
  • auto/python] Add new API to install the Pulumi CLI
    [#​15204](https://github.com/pulumi/pulumi/pull/15204)
    
    
  • auto/python] Inline programs can now be defined as async functions.
    [#​15278](https://github.com/pulumi/pulumi/pull/15278)
    
    
  • pkg/testing] Add RequireEmptyPreviewAfterRefresh option to ProgramTest
    [#​15309](https://github.com/pulumi/pulumi/pull/15309)
    
    
Bug Fixes
  • engine] Fix a hang in preview --import-file.
    [#​15203](https://github.com/pulumi/pulumi/pull/15203)
    
    
  • engine] Engine will now error if aliases request a parent with no URN.
    [#​15232](https://github.com/pulumi/pulumi/pull/15232)
    
    
  • engine] Fix stack name validation when PULUMI_DISABLE_VALIDATION isn't set.
    [#​15245](https://github.com/pulumi/pulumi/pull/15245)
    
    
  • engine] Fix a performance issue doing unneeded secret encryption.
    [#​15306](https://github.com/pulumi/pulumi/pull/15306)
    
    
  • sdk/go] Include error message in local workspace validation.
    [#​15279](https://github.com/pulumi/pulumi/pull/15279)
    
    
  • sdkgen/go] Remove pulumix references from generated enums
    [#​15280](https://github.com/pulumi/pulumi/pull/15280)
    
    
  • programgen/nodejs] Fixes generated expression for filebase64 function to use fs.readFileSync directly with base64 encoding option
    [#​15253](https://github.com/pulumi/pulumi/pull/15253)
    
    
  • sdkgen/python] Use importlib.metadata instead of pkg_resources
    [#​15266](https://github.com/pulumi/pulumi/pull/15266)
    
    
Miscellaneous
  • auto/go] Remove obsolete note from FullyQualifiedStackName comment.
    [#​15281](https://github.com/pulumi/pulumi/pull/15281)
    
    
  • backend/filestate] Upgrade gocloud.dev to the latest version
    [#​15202](https://github.com/pulumi/pulumi/pull/15202)
    
    
  • sdk/python] Remove compatability code for Python 3.7 and below.
    [#​15276](https://github.com/pulumi/pulumi/pull/15276)
    
    

v3.103.1

Compare Source

3.103.1 (2024-01-25)

Bug Fixes
  • sdk/nodejs] Include [@​types/semver](https://github.com/types/semver) as a dependency
    [#​15251](https://github.com/pulumi/pulumi/pull/15251)
    
    

v3.103.0

Compare Source

3.103.0 (2024-01-24)

Features
  • engine] Allow import plugins to define components and logical names.
    [#​15199](https://github.com/pulumi/pulumi/pull/15199)
    
    
  • cli/display] Incremental improvement on the output when installing plugins
    [#​15201](https://github.com/pulumi/pulumi/pull/15201)
    
    
  • sdk] Bake the release version into the SDK
    [#​15185](https://github.com/pulumi/pulumi/pull/15185)
    
    
  • sdk/go] Parse config paths strictly
    [#​15173](https://github.com/pulumi/pulumi/pull/15173)
    
    
  • cli/new] Adds pulumi:template tag to `pulumi new` created projects
    [#​15056](https://github.com/pulumi/pulumi/pull/15056)
    
    
  • auto/nodejs] Add new API to install the Pulumi CLI from the Automation API
    [#​14991](https://github.com/pulumi/pulumi/pull/14991)
    
    
  • sdk/python] Add support for Python 3.12
    [#​15190](https://github.com/pulumi/pulumi/pull/15190)
    
    
Bug Fixes
  • engine] Fix a bug where mapping lookup could sometimes lead to an infinite loop.
    [#​15200](https://github.com/pulumi/pulumi/pull/15200)
    
    
  • engine] Remove an incorrect assert that resources must have inputs.
    [#​15197](https://github.com/pulumi/pulumi/pull/15197)
    
    
  • cli/display] Improve output when installing policy packs
    [#​15186](https://github.com/pulumi/pulumi/pull/15186)
    
    
  • sdk/go] Removes `omitempty` from StepEventMetadata.DetailedDiff
    [#​15213](https://github.com/pulumi/pulumi/pull/15213)
    
    
  • sdk/go] Replace a deleted type used by Pulumi Cloud code.
    [#​15216](https://github.com/pulumi/pulumi/pull/15216)
    
    
Miscellaneous
  • yaml] Upgrade yaml to v1.5.0
    [#​15214](https://github.com/pulumi/pulumi/pull/15214)
    
    

v3.102.0

Compare Source

3.102.0 (2024-01-18)

Features
  • sdk/go] Add WithValue to pulumi.Context
    [#​15149](https://github.com/pulumi/pulumi/pull/15149)
    
    
Bug Fixes
  • cli] Fix a panic when user's home directory could not be looked up.
    [#​15160](https://github.com/pulumi/pulumi/pull/15160)
    
    
  • cli/display] Fix JSON/YAML value diff displays.
    [#​15171](https://github.com/pulumi/pulumi/pull/15171)
    
    
  • sdk/go] Update github.com/cloudflare/circl to v1.3.7.
    [#​15151](https://github.com/pulumi/pulumi/pull/15151)
    
    
  • cli/import] --import-file now omits empty resource lists.
    [#​15132](https://github.com/pulumi/pulumi/pull/15132)
    
    
  • sdk/python] Allow remote components to use output property called id
    [#​15115](https://github.com/pulumi/pulumi/pull/15115)
    
    
Miscellaneous
  • sdkgen] Emit a warning when using id or urn as resource outputs
    [#​15060](https://github.com/pulumi/pulumi/pull/15060)
    
    

v3.101.1

Compare Source

3.101.1 (2024-01-10)

Bug Fixes
  • backend/filestate] Revert gocloud.dev upgrade to fix regressions introduced by the upgrade.
    [#​15128](https://github.com/pulumi/pulumi/pull/15128)
    
    

v3.101.0

Compare Source

3.101.0 (2024-01-09)

Features
  • cli] Adds a flag that allows inserting a fragment into the dot file when generating a graph. This can be used for styling the graph elements, setting properties etc.
    [#​14858](https://github.com/pulumi/pulumi/pull/14858)
    
    
Bug Fixes
  • engine] Fix an uncommon datarace with replace steps.
    [#​15112](https://github.com/pulumi/pulumi/pull/15112)
    
    
  • sdkgen/go] Revert using plain object type when the plainness is shallow and we should use inputty-types instead
    [#​15059](https://github.com/pulumi/pulumi/pull/15059)
    
    
  • cli/state] Fix a panic in pulumi state when no snapshots are available
    [#​15045](https://github.com/pulumi/pulumi/pull/15045)
    
    
  • sdkgen/python] Fixes resource imports when importing across different modules
    [#​14832](https://github.com/pulumi/pulumi/pull/14832)
    
    
Miscellaneous
  • backend/filestate] Upgrade gocloud.dev to the latest version
    [#​15011](https://github.com/pulumi/pulumi/pull/15011)
    
    

v3.100.0

Compare Source

3.100.0 (2024-01-03)

Features
  • auto/{go,nodejs,python}] Adds ListEnvironments support to Go, Nodejs and Python Automation API.
    [#​14995](https://github.com/pulumi/pulumi/pull/14995)
    
    
  • cli/display] Warn correctly about new versions being availablen when using the CLI dev channel
    [#​14954](https://github.com/pulumi/pulumi/pull/14954)
    
    
Bug Fixes
  • cli/new] Fixes duplicate printing of the AI prompt & answer on Windows.
    [#​15010](https://github.com/pulumi/pulumi/pull/15010)
    
    
  • engine] Fix bug where unimported resources (of different types) with the same name would cause `--import-file` to panic.
    [#​15008](https://github.com/pulumi/pulumi/pull/15008)
    
    
  • engine] Default parallel operations to a reasonable limit.
    [#​15016](https://github.com/pulumi/pulumi/pull/15016)
    
    
  • programgen] Fixes type-annotating nested resource properties when these have quoted keys
    [#​15001](https://github.com/pulumi/pulumi/pull/15001)
    
    
  • sdkgen] Temporarily revert validation of `urn` and `id` resource output properties
    [#​15025](https://github.com/pulumi/pulumi/pull/15025)
    
    
  • programgen/{dotnet,python}] Allow object keys to be template expressions such as static quoted strings
    [#​15000](https://github.com/pulumi/pulumi/pull/15000)
    
    
  • backend/service] Exclude internal events from those sent to Pulumi Cloud.
    [#​14972](https://github.com/pulumi/pulumi/pull/14972)
    
    
  • sdk/go] fixes fulfillValue error when joining a nil output state
    [#​14949](https://github.com/pulumi/pulumi/pull/14949)
    
    
Miscellaneous
  • pkg] Upgrade pulumi-java to v0.9.9
    [#​15007](https://github.com/pulumi/pulumi/pull/15007)
    
    
  • yaml] Upgrade yaml to v1.4.5
    [#​15007](https://github.com/pulumi/pulumi/pull/15007)
    
    

v3.99.0

Compare Source

3.99.0 (2023-12-20)

Features
  • cli/config] Adds `pulumi config env ls` command to list the environment imports declared in a stack configuration.
    [#​14855](https://github.com/pulumi/pulumi/pull/14855)
    
    
  • cli/new] Adds pulumi new --ai functionality.
    [#​14685](https://github.com/pulumi/pulumi/pull/14685)
    
    
  • sdk/nodejs] Add an environment variable (`PULUMI_ERROR_OUTPUT_STRING`) to throw when an output tries to convert to a string.
    [#​14811](https://github.com/pulumi/pulumi/pull/14811)
    
    
Bug Fixes
  • auto/nodejs] Always run cleanup for refresh and destroy commands
    [#​14948](https://github.com/pulumi/pulumi/pull/14948)
    
    
  • auto/nodejs] Don't mutate original stack settings when saving
    [#​14952](https://github.com/pulumi/pulumi/pull/14952)
    
    
  • programgen] Avoid pretty printing large object graphs when a resource property doesn't type-check when binding PCL programs
    [#​14864](https://github.com/pulumi/pulumi/pull/14864)
    
    
  • cli/config] Fixes config copy command to also copy environments from the source stack
    [#​14847](https://github.com/pulumi/pulumi/pull/14847)
    
    
  • cli/config] Fix a bug in `pulumi config env ls --json` where the json flag was not being correctly passed through.
    [#​14961](https://github.com/pulumi/pulumi/pull/14961)
    
    
  • programgen/go] Fix required config variables of type bool and number
    [#​14958](https://github.com/pulumi/pulumi/pull/14958)
    
    
Miscellaneous
  • cli] Update esc to v0.6.2
    [#​14960](https://github.com/pulumi/pulumi/pull/14960)
    
    
  • yaml] Upgrade yaml to 1.4.4
    [#​14963](https://github.com/pulumi/pulumi/pull/14963)
    
    

v3.98.0

Compare Source

3.98.0 (2023-12-19)

Features
  • cli/import] Import can now distinguish between logical names and source names.
    [#​14745](https://github.com/pulumi/pulumi/pull/14745)
    
    
Bug Fixes
  • programgen/{dotnet,go,nodejs,python}] Fix generated utility functions for filebase64, filebase64sha256, sha1 and mimeType
    [#​14857](https://github.com/pulumi/pulumi/pull/14857)
    
    
  • programgen/{nodejs,python}] Fix duplicated import statements when instantiating a component multiple times
    [#​14829](https://github.com/pulumi/pulumi/pull/14829)
    
    
Miscellaneous
  • cli] Update esc to v0.6.1
    [#​14939](https://github.com/pulumi/pulumi/pull/14939)
    
    

v3.97.0

Compare Source

3.97.0 (2023-12-14)

Features
  • auto/go] Add `ChangeSecretsProvider` to workspace and stack APIs.
    [#​14039](https://github.com/pulumi/pulumi/pull/14039)
    
    
  • auto/go] Adds AddEnvironments and RemoveEnvironment functions to Stack and LocalWorkspace types for Go Automation API.
    [#​14785](https://github.com/pulumi/pulumi/pull/14785)
    
    
  • auto/nodejs] Adds addEnvironments and removeEnvironment functions to Stack and LocalWorkspace classes for Nodejs Automation API.
    [#​14788](https://github.com/pulumi/pulumi/pull/14788)
    
    
  • auto/python] Adds add_environments and remove_environment functions to Stack and LocalWorkspace classes for python Automation API.
    [#​14776](https://github.com/pulumi/pulumi/pull/14776)
    
    
Bug Fixes
  • sdk/nodejs] Fix a bug in nodejs providers returning empty inputs on read.
    [#​14803](https://github.com/pulumi/pulumi/pull/14803)
    
    
  • sdkgen/go] Fix generated usage documentation for enum input types
    [#​14739](https://github.com/pulumi/pulumi/pull/14739)
    
    

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) | require | minor | `v3.96.2` -> `v3.104.2` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)</summary> ### [`v3.104.2`](https://github.com/pulumi/pulumi/releases/tag/v3.104.2) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.104.1...v3.104.2) #### 3.104.2 (2024-02-01) ##### Bug Fixes - \[backend/diy] Upgrade gocloud.dev and fix an issue with azurekeyvault keys. [#&#8203;15334](https://github.com/pulumi/pulumi/pull/15334) ### [`v3.104.1`](https://github.com/pulumi/pulumi/releases/tag/v3.104.1) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.104.0...v3.104.1) #### 3.104.1 (2024-02-01) ##### Bug Fixes - \[backend/diy] Revert gocloud.dev upgrade [#&#8203;15333](https://github.com/pulumi/pulumi/pull/15333) ### [`v3.104.0`](https://github.com/pulumi/pulumi/releases/tag/v3.104.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.103.1...v3.104.0) #### 3.104.0 (2024-01-31) ##### Features - \[backend] Allows the PULUMI_SKIP_CHECKPOINTS environment variable to be set without requiring the PULUMI_EXPERIMENTAL flag. [#&#8203;15318](https://github.com/pulumi/pulumi/pull/15318) - \[auto/go] Add new API to install the Pulumi CLI from the Automation API [#&#8203;15049](https://github.com/pulumi/pulumi/pull/15049) - \[auto/nodejs] Allow disabling version validation when using a custom PulumiCommand instance [#&#8203;15242](https://github.com/pulumi/pulumi/pull/15242) - \[auto/python] Add new API to install the Pulumi CLI [#&#8203;15204](https://github.com/pulumi/pulumi/pull/15204) - \[auto/python] Inline programs can now be defined as async functions. [#&#8203;15278](https://github.com/pulumi/pulumi/pull/15278) - \[pkg/testing] Add RequireEmptyPreviewAfterRefresh option to ProgramTest [#&#8203;15309](https://github.com/pulumi/pulumi/pull/15309) ##### Bug Fixes - \[engine] Fix a hang in preview --import-file. [#&#8203;15203](https://github.com/pulumi/pulumi/pull/15203) - \[engine] Engine will now error if aliases request a parent with no URN. [#&#8203;15232](https://github.com/pulumi/pulumi/pull/15232) - \[engine] Fix stack name validation when PULUMI_DISABLE_VALIDATION isn't set. [#&#8203;15245](https://github.com/pulumi/pulumi/pull/15245) - \[engine] Fix a performance issue doing unneeded secret encryption. [#&#8203;15306](https://github.com/pulumi/pulumi/pull/15306) - \[sdk/go] Include error message in local workspace validation. [#&#8203;15279](https://github.com/pulumi/pulumi/pull/15279) - \[sdkgen/go] Remove pulumix references from generated enums [#&#8203;15280](https://github.com/pulumi/pulumi/pull/15280) - \[programgen/nodejs] Fixes generated expression for filebase64 function to use fs.readFileSync directly with base64 encoding option [#&#8203;15253](https://github.com/pulumi/pulumi/pull/15253) - \[sdkgen/python] Use importlib.metadata instead of pkg_resources [#&#8203;15266](https://github.com/pulumi/pulumi/pull/15266) ##### Miscellaneous - \[auto/go] Remove obsolete note from FullyQualifiedStackName comment. [#&#8203;15281](https://github.com/pulumi/pulumi/pull/15281) - \[backend/filestate] Upgrade gocloud.dev to the latest version [#&#8203;15202](https://github.com/pulumi/pulumi/pull/15202) - \[sdk/python] Remove compatability code for Python 3.7 and below. [#&#8203;15276](https://github.com/pulumi/pulumi/pull/15276) ### [`v3.103.1`](https://github.com/pulumi/pulumi/releases/tag/v3.103.1) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.103.0...v3.103.1) #### 3.103.1 (2024-01-25) ##### Bug Fixes - \[sdk/nodejs] Include [@&#8203;types/semver](https://github.com/types/semver) as a dependency [#&#8203;15251](https://github.com/pulumi/pulumi/pull/15251) ### [`v3.103.0`](https://github.com/pulumi/pulumi/releases/tag/v3.103.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.102.0...v3.103.0) #### 3.103.0 (2024-01-24) ##### Features - \[engine] Allow import plugins to define components and logical names. [#&#8203;15199](https://github.com/pulumi/pulumi/pull/15199) - \[cli/display] Incremental improvement on the output when installing plugins [#&#8203;15201](https://github.com/pulumi/pulumi/pull/15201) - \[sdk] Bake the release version into the SDK [#&#8203;15185](https://github.com/pulumi/pulumi/pull/15185) - \[sdk/go] Parse config paths strictly [#&#8203;15173](https://github.com/pulumi/pulumi/pull/15173) - \[cli/new] Adds pulumi:template tag to `pulumi new` created projects [#&#8203;15056](https://github.com/pulumi/pulumi/pull/15056) - \[auto/nodejs] Add new API to install the Pulumi CLI from the Automation API [#&#8203;14991](https://github.com/pulumi/pulumi/pull/14991) - \[sdk/python] Add support for Python 3.12 [#&#8203;15190](https://github.com/pulumi/pulumi/pull/15190) ##### Bug Fixes - \[engine] Fix a bug where mapping lookup could sometimes lead to an infinite loop. [#&#8203;15200](https://github.com/pulumi/pulumi/pull/15200) - \[engine] Remove an incorrect assert that resources must have inputs. [#&#8203;15197](https://github.com/pulumi/pulumi/pull/15197) - \[cli/display] Improve output when installing policy packs [#&#8203;15186](https://github.com/pulumi/pulumi/pull/15186) - \[sdk/go] Removes `omitempty` from StepEventMetadata.DetailedDiff [#&#8203;15213](https://github.com/pulumi/pulumi/pull/15213) - \[sdk/go] Replace a deleted type used by Pulumi Cloud code. [#&#8203;15216](https://github.com/pulumi/pulumi/pull/15216) ##### Miscellaneous - \[yaml] Upgrade yaml to v1.5.0 [#&#8203;15214](https://github.com/pulumi/pulumi/pull/15214) ### [`v3.102.0`](https://github.com/pulumi/pulumi/releases/tag/v3.102.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.101.1...v3.102.0) #### 3.102.0 (2024-01-18) ##### Features - \[sdk/go] Add WithValue to pulumi.Context [#&#8203;15149](https://github.com/pulumi/pulumi/pull/15149) ##### Bug Fixes - \[cli] Fix a panic when user's home directory could not be looked up. [#&#8203;15160](https://github.com/pulumi/pulumi/pull/15160) - \[cli/display] Fix JSON/YAML value diff displays. [#&#8203;15171](https://github.com/pulumi/pulumi/pull/15171) - \[sdk/go] Update github.com/cloudflare/circl to v1.3.7. [#&#8203;15151](https://github.com/pulumi/pulumi/pull/15151) - \[cli/import] --import-file now omits empty resource lists. [#&#8203;15132](https://github.com/pulumi/pulumi/pull/15132) - \[sdk/python] Allow remote components to use output property called id [#&#8203;15115](https://github.com/pulumi/pulumi/pull/15115) ##### Miscellaneous - \[sdkgen] Emit a warning when using id or urn as resource outputs [#&#8203;15060](https://github.com/pulumi/pulumi/pull/15060) ### [`v3.101.1`](https://github.com/pulumi/pulumi/releases/tag/v3.101.1) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.101.0...v3.101.1) #### 3.101.1 (2024-01-10) ##### Bug Fixes - \[backend/filestate] Revert gocloud.dev upgrade to fix regressions introduced by the upgrade. [#&#8203;15128](https://github.com/pulumi/pulumi/pull/15128) ### [`v3.101.0`](https://github.com/pulumi/pulumi/releases/tag/v3.101.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.100.0...v3.101.0) #### 3.101.0 (2024-01-09) ##### Features - \[cli] Adds a flag that allows inserting a fragment into the dot file when generating a graph. This can be used for styling the graph elements, setting properties etc. [#&#8203;14858](https://github.com/pulumi/pulumi/pull/14858) ##### Bug Fixes - \[engine] Fix an uncommon datarace with replace steps. [#&#8203;15112](https://github.com/pulumi/pulumi/pull/15112) - \[sdkgen/go] Revert using plain object type when the plainness is shallow and we should use inputty-types instead [#&#8203;15059](https://github.com/pulumi/pulumi/pull/15059) - \[cli/state] Fix a panic in pulumi state when no snapshots are available [#&#8203;15045](https://github.com/pulumi/pulumi/pull/15045) - \[sdkgen/python] Fixes resource imports when importing across different modules [#&#8203;14832](https://github.com/pulumi/pulumi/pull/14832) ##### Miscellaneous - \[backend/filestate] Upgrade gocloud.dev to the latest version [#&#8203;15011](https://github.com/pulumi/pulumi/pull/15011) ### [`v3.100.0`](https://github.com/pulumi/pulumi/releases/tag/v3.100.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.99.0...v3.100.0) #### 3.100.0 (2024-01-03) ##### Features - \[auto/{go,nodejs,python}] Adds ListEnvironments support to Go, Nodejs and Python Automation API. [#&#8203;14995](https://github.com/pulumi/pulumi/pull/14995) - \[cli/display] Warn correctly about new versions being availablen when using the CLI dev channel [#&#8203;14954](https://github.com/pulumi/pulumi/pull/14954) ##### Bug Fixes - \[cli/new] Fixes duplicate printing of the AI prompt & answer on Windows. [#&#8203;15010](https://github.com/pulumi/pulumi/pull/15010) - \[engine] Fix bug where unimported resources (of different types) with the same name would cause `--import-file` to panic. [#&#8203;15008](https://github.com/pulumi/pulumi/pull/15008) - \[engine] Default parallel operations to a reasonable limit. [#&#8203;15016](https://github.com/pulumi/pulumi/pull/15016) - \[programgen] Fixes type-annotating nested resource properties when these have quoted keys [#&#8203;15001](https://github.com/pulumi/pulumi/pull/15001) - \[sdkgen] Temporarily revert validation of `urn` and `id` resource output properties [#&#8203;15025](https://github.com/pulumi/pulumi/pull/15025) - \[programgen/{dotnet,python}] Allow object keys to be template expressions such as static quoted strings [#&#8203;15000](https://github.com/pulumi/pulumi/pull/15000) - \[backend/service] Exclude internal events from those sent to Pulumi Cloud. [#&#8203;14972](https://github.com/pulumi/pulumi/pull/14972) - \[sdk/go] fixes fulfillValue error when joining a nil output state [#&#8203;14949](https://github.com/pulumi/pulumi/pull/14949) ##### Miscellaneous - \[pkg] Upgrade pulumi-java to v0.9.9 [#&#8203;15007](https://github.com/pulumi/pulumi/pull/15007) - \[yaml] Upgrade yaml to v1.4.5 [#&#8203;15007](https://github.com/pulumi/pulumi/pull/15007) ### [`v3.99.0`](https://github.com/pulumi/pulumi/releases/tag/v3.99.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.98.0...v3.99.0) #### 3.99.0 (2023-12-20) ##### Features - \[cli/config] Adds `pulumi config env ls` command to list the environment imports declared in a stack configuration. [#&#8203;14855](https://github.com/pulumi/pulumi/pull/14855) - \[cli/new] Adds pulumi new --ai functionality. [#&#8203;14685](https://github.com/pulumi/pulumi/pull/14685) - \[sdk/nodejs] Add an environment variable (`PULUMI_ERROR_OUTPUT_STRING`) to throw when an output tries to convert to a string. [#&#8203;14811](https://github.com/pulumi/pulumi/pull/14811) ##### Bug Fixes - \[auto/nodejs] Always run cleanup for refresh and destroy commands [#&#8203;14948](https://github.com/pulumi/pulumi/pull/14948) - \[auto/nodejs] Don't mutate original stack settings when saving [#&#8203;14952](https://github.com/pulumi/pulumi/pull/14952) - \[programgen] Avoid pretty printing large object graphs when a resource property doesn't type-check when binding PCL programs [#&#8203;14864](https://github.com/pulumi/pulumi/pull/14864) - \[cli/config] Fixes config copy command to also copy environments from the source stack [#&#8203;14847](https://github.com/pulumi/pulumi/pull/14847) - \[cli/config] Fix a bug in `pulumi config env ls --json` where the json flag was not being correctly passed through. [#&#8203;14961](https://github.com/pulumi/pulumi/pull/14961) - \[programgen/go] Fix required config variables of type bool and number [#&#8203;14958](https://github.com/pulumi/pulumi/pull/14958) ##### Miscellaneous - \[cli] Update esc to v0.6.2 [#&#8203;14960](https://github.com/pulumi/pulumi/pull/14960) - \[yaml] Upgrade yaml to 1.4.4 [#&#8203;14963](https://github.com/pulumi/pulumi/pull/14963) ### [`v3.98.0`](https://github.com/pulumi/pulumi/releases/tag/v3.98.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.97.0...v3.98.0) #### 3.98.0 (2023-12-19) ##### Features - \[cli/import] Import can now distinguish between logical names and source names. [#&#8203;14745](https://github.com/pulumi/pulumi/pull/14745) ##### Bug Fixes - \[programgen/{dotnet,go,nodejs,python}] Fix generated utility functions for filebase64, filebase64sha256, sha1 and mimeType [#&#8203;14857](https://github.com/pulumi/pulumi/pull/14857) - \[programgen/{nodejs,python}] Fix duplicated import statements when instantiating a component multiple times [#&#8203;14829](https://github.com/pulumi/pulumi/pull/14829) ##### Miscellaneous - \[cli] Update esc to v0.6.1 [#&#8203;14939](https://github.com/pulumi/pulumi/pull/14939) ### [`v3.97.0`](https://github.com/pulumi/pulumi/releases/tag/v3.97.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.96.2...v3.97.0) #### 3.97.0 (2023-12-14) ##### Features - \[auto/go] Add `ChangeSecretsProvider` to workspace and stack APIs. [#&#8203;14039](https://github.com/pulumi/pulumi/pull/14039) - \[auto/go] Adds AddEnvironments and RemoveEnvironment functions to Stack and LocalWorkspace types for Go Automation API. [#&#8203;14785](https://github.com/pulumi/pulumi/pull/14785) - \[auto/nodejs] Adds addEnvironments and removeEnvironment functions to Stack and LocalWorkspace classes for Nodejs Automation API. [#&#8203;14788](https://github.com/pulumi/pulumi/pull/14788) - \[auto/python] Adds add_environments and remove_environment functions to Stack and LocalWorkspace classes for python Automation API. [#&#8203;14776](https://github.com/pulumi/pulumi/pull/14776) ##### Bug Fixes - \[sdk/nodejs] Fix a bug in nodejs providers returning empty inputs on read. [#&#8203;14803](https://github.com/pulumi/pulumi/pull/14803) - \[sdkgen/go] Fix generated usage documentation for enum input types [#&#8203;14739](https://github.com/pulumi/pulumi/pull/14739) </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuMTMwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
renovate-bot added 1 commit 2023-12-15 00:13:38 +00:00
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.97.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.98.0 2023-12-20 00:09:58 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 38182a3728 to 5a36ccac61 2023-12-20 00:10:00 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.98.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.99.0 2023-12-22 00:10:43 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 5a36ccac61 to 899d57fe78 2023-12-22 00:10:45 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.99.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.100.0 2024-01-05 00:04:33 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 899d57fe78 to 1a372f66e5 2024-01-05 00:04:34 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.100.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.101.1 2024-01-11 00:07:41 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 1a372f66e5 to 6eccc33749 2024-01-11 00:07:44 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.101.1 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.102.0 2024-01-19 00:08:12 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 6eccc33749 to 957b8a1b11 2024-01-19 00:08:16 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.102.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.103.1 2024-01-26 00:09:07 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 957b8a1b11 to 43536b757f 2024-01-26 00:09:08 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.103.1 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.104.1 2024-02-01 11:00:56 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 43536b757f to e58e397225 2024-02-01 11:00:59 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.104.1 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.104.2 2024-02-02 00:11:35 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from e58e397225 to 416db21e5d 2024-02-02 00:11:39 +00:00 Compare
antoine merged commit af191eec64 into main 2024-02-03 12:46:14 +00:00
antoine deleted branch renovate/github.com-pulumi-pulumi-sdk-v3-3.x 2024-02-03 12:46:15 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: go/pulumi-library#17
No description provided.