pulumi/pkg/resource/stack
Ian Wahbe 9bb8efe597
Add gzip flag to filestate backend (#9610)
* add gzip compression in filestate backend

New versions of pulumi can now read json files wrapped in .gz
Compression is disabled by default, can be enabled via:
  PULUMI_SELF_MANAGED_STATE_GZIP=true

* functionnal test for gzip filestate

* update CHANGELOG_PENDING.md

* Move compression to encoding

* Update changelog

* Clean up tests

* Adjust IsCompressed check

* Don't leave out of data state files

Co-authored-by: Arthur Woimbée <arthur@extrality.ai>
Co-authored-by: Arthur Woimbée <arthur.woimbee@gmail.com>
2022-05-23 12:13:21 -07:00
..
testdata [secrets] Fix + refactor bulk decryption. (#9039) 2022-02-25 08:51:52 -08:00
checkpoint.go Add gzip flag to filestate backend (#9610) 2022-05-23 12:13:21 -07:00
checkpoint_test.go Add gzip flag to filestate backend (#9610) 2022-05-23 12:13:21 -07:00
deployment.go Change BulkDecrypt to not rely on type tests (#9373) 2022-04-11 08:59:46 +01:00
deployment_test.go Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
plan.go Preview of update plans (#8448) 2022-01-31 10:31:51 +00:00
secrets.go Change BulkDecrypt to not rely on type tests (#9373) 2022-04-11 08:59:46 +01:00
secrets_test.go Add gzip flag to filestate backend (#9610) 2022-05-23 12:13:21 -07:00