Fixed
-
#4122 Implements a new provider config option,
alwaysRender, which setsDiff_Someto true when used in combination withrenderYAMLtoDirectory.
This allows for user-defined opt-in behavior for YAML manifests to be idempotently generated on everypulumi up, and for Update() to show these changes to a user. -
Fixed a race condition in StatefulSet await logic where Pulumi could incorrectly report a rollout as complete before the controller had processed the update. This occurred when Pulumi checked status fields before the controller updated
observedGeneration, causing stale "ready" values to be trusted. -
Fixed a regression of #2943 which could cause Deployments to erroneously report diffs.