pulumi/pkg/backend/httpstate
Pat Gavlin eeff5257c3
Do not read TGZs into memory. (#5983)
* Do not read TGZs into memory.

This runs a serious risk of exhausting the memory on lower-end machines
(e.g. certain CI VMs), especially given the potential size of some
plugins.

* CHANGELOG

* fixes
2020-12-20 12:54:11 -08:00
..
client Do not read TGZs into memory. (#5983) 2020-12-20 12:54:11 -08:00
backend.go Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
policypack.go Do not read TGZs into memory. (#5983) 2020-12-20 12:54:11 -08:00
snapshot.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
stack.go Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
state.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00