Back to Pulumi

V3.33.2

changelog/v3.33.2.md

3.244.01.7 KB
Original Source

3.33.2 (2022-05-27)

Improvements

  • [cli] pulumi logout now prints a confirmation message that it logged out. #9641

  • [cli/backend] Add gzip compression to filestate backend. Compression can be enabled via PULUMI_SELF_MANAGED_STATE_GZIP=true. Special thanks to @awoimbee for the initial PR. #9610

  • [sdk/nodejs] Lazy load inflight context to remove module import side-effect. #9375

Bug Fixes

  • [sdk/python] Fix spurious diffs causing an "update" on resources created by dynamic providers. #9656

  • [sdk/python] Do not depend on the children of remote component resources. #9665

  • [codegen/nodejs] Emit the "package.json".pulumi.server as "server" correctly. Previously, "pluginDownloadURL" was emitted but never read. #9662

  • [cli] Fix panic in pulumi console when no stack is selected. #9594

  • [cli] Engine now correctly tracks that resource reads have unique URNs. #9516

  • [sdk/python] Fixed bug in automation API that invoked Pulumi with malformed arguments. #9607

  • [cli/backend] Fix a panic in the filestate backend when renaming history files. #9673

  • [sdk/python] Pin protobuf library to <4. #9696

  • [sdk/proto] Inline dockerfile used to generate protobuf code. #9700