Update dependency pulumi_cli_linux_arm64 to v3.63.0 #2748
Merged
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.
This PR contains the following updates:
v3.59.0
->v3.63.0
Release Notes
pulumi/pulumi
v3.63.0
Compare Source
3.63.0 (2023-04-12)
Bug Fixes
[cli/config] Fix config set-all not saving secret provider configuration.
#12643
[cli/display] Fix a panic when diffing empty archives.
#12656
[programgen] Suppport the
any
type in config and outputs.#12619
[sdk/go] Fix hang due to component children cycles
#12516
[sdk/nodejs] Fix hang due to component children cycles
#12515
[sdk/python] Fix hang due to component children cycles
#12462
Miscellaneous
#12638
v3.62.0
Compare Source
3.62.0 (2023-04-06)
Features
#12612
v3.61.1
Compare Source
3.61.1 (2023-04-06)
Features
#12555
Bug Fixes
[programgen/{nodejs,python}] Fixes the type signature of PCL function "entries" to return list of key-value pair objects
#12607
[cli/package] Fix bug in
package get-schema
subcommand caused it to bail on certain providers.#12459
[cli/state] Fixes panic when renaming providers in
pulumi state rename
.#12599
v3.61.0
Compare Source
3.61.0 (2023-04-03)
Features
[backend/filestate] Add support for project-scoped stacks.
Newly initialized backends will automatically use this mode.
Set PULUMI_SELF_MANAGED_STATE_LEGACY_LAYOUT=1 to opt-out of this.
This mode needs write access to the root of the .pulumi directory;
if you're using a cloud storage, be sure to update your ACLs.
#12437
[cli/state] Add 'upgrade' subcommand to upgrade a Pulumi self-managed state to use project layout.
#12438
Bug Fixes
[cli/display] Fix a bug in the interactive update tree display where small terminals would cause the Pulumi CLI to panic.
#12571
[sdkgen/dotnet] Fix a whitespace error in generated .csproj files.
#12577
Miscellaneous
[backend/filestate] Print a warning if a project-scoped backend has non-project stacks in it.
Disable this warning by setting PULUMI_SELF_MANAGED_STATE_NO_LEGACY_WARNING=1.
#12437
v3.60.1
Compare Source
3.60.1 (2023-03-30)
Features
#12287
Bug Fixes
[backend/filestate] Don't write a state metadata file for legacy layouts.
This should prevent permissioning issues for users
with tight access control to the storage backend.
#12537
[docs] Fix filename clashes between resources and functions on case-insensitive filesystems in docsgen.
#12453
[engine] Fix updating a resource from a component to custom resource.
#12561
[engine] Revert PR moving deletedWith inheritance logic to the engine as
get
resources and packaged components are incompatible.#12564
[sdk] Fix multiplied retries when downloading plugins.
#12504
[auto/go] Added support for the path option for config operations
#12265
Miscellaneous
[backend/filestate] Rename state metadata file from .pulumi/Pulumi.yaml to .pulumi/meta.yaml.
This is an internal detail to the self-managed backend's storage format
intended to avoid confusion with Pulumi project files,
and should not affect most users.
#12538
v3.60.0
Compare Source
3.60.0 (2023-03-27)
Features
[engine] Enhances the state schema to track fields
Created
,Modified
per each resource. The timestamp is captured in RFC3339. It pertains to timestamps of state modification done by the engine.#12082
[engine] DeletedWith ResourceOption is now inherited from its parent across SDKs.
#12446
[programgen/{dotnet,nodejs}] Object-typed config variables for components
#12488
Bug Fixes
[sdk] common: Fix extraneous backoff during retries.
#12502
[sdkgen/dotnet] respectSchemaVersion now writes the package version to the .csproj file.
#12518
[sdk/python] Revert #12292 to unbreak some users.
#12522
[sdkgen/{dotnet,go,nodejs,python}] Add respectSchemaVersion to schema.
#12511
v3.59.1
Compare Source
3.59.1 (2023-03-24)
Bug Fixes
[sdk] Make default logger thread-safe.
#12485
[sdk/go] Track rehydrated components as dependencies.
#12494
[sdkgen/go] Fixes emission of dup types breaking Go compilation when chunking >500 helper types.
#12484
Miscellaneous
#12483
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.