Releases: pulumi/esc
Releases · pulumi/esc
v0.22.0
v0.21.0
v0.20.0
Improvements
- Added deletion protection for environments:
- Use
esc env settings set [<org-name>/][<project-name>/]<environment-name> deletion-protected trueto enable deletion protection - Use
esc env settings get [<org-name>/][<project-name>/]<environment-name> [deletion-protected]to check the current status - When enabled, environments cannot be deleted until protection is disabled
- Deletion protection is disabled by default for new environments
- Use
Bug Fixes
- Environment declarations are now returned even in the face of syntax errors.
Breaking changes
v0.19.0
v0.18.0
v0.17.0
v0.16.0
Improvements
- Update a draft via
--draft=<change-request-id>forenv edit,env set, andenv version rollback. Warning: this feature is in preview, limited to specific orgs, and subject to change.
#565 - Open a draft via
--draft=<change-request-id>forenv runandenv open. Warning: this feature is in preview, limited to specific orgs, and subject to change.
#565
Bug Fixes
Breaking changes
v0.15.0
Improvements
esc env setnow supports --file parameter to read content from a file or stdin #556--draftflag foresc env set,esc env edit,esc env versions rollbackto create a change request rather than updating directly. Warning: this feature is in preview, limited to specific orgs, and subject to change.
#552
Bug Fixes
- Fix decryption error with keys with dashes
#559