changelog/v3.60.1.md
[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.
[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
[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.