Skip to content

Releases: pulumi/esc

v0.22.0

10 Feb 21:48
3277229

Choose a tag to compare

Improvements

Bug Fixes

Breaking changes

v0.21.0

26 Dec 15:18
ed10677

Choose a tag to compare

Improvements

  • Added support for fn::split built-in function to split strings into arrays.
    #281
  • Add native support for OIDC token exchange when logging into Pulumi Cloud. Run esc login --help for more
    information. #607

Bug Fixes

Breaking changes

v0.20.0

03 Nov 10:10
c7740bf

Choose a tag to compare

Improvements

  • Added deletion protection for environments:
    • Use esc env settings set [<org-name>/][<project-name>/]<environment-name> deletion-protected true to 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

Bug Fixes

  • Environment declarations are now returned even in the face of syntax errors.

Breaking changes

v0.19.0

15 Oct 02:07
6391eb4

Choose a tag to compare

Improvements

  • Added support for Open Approvals #592

Bug Fixes

Breaking changes

v0.18.0

04 Sep 19:46
eeeb2bc

Choose a tag to compare

Improvements

  • Added support for fn::concat built-in function to concatenate arrays.
    #582

Bug Fixes

Breaking changes

v0.17.0

01 Aug 20:22
35ea5df

Choose a tag to compare

Improvements

  • Move --draft out of preview for env edit, env set, env version rollback, env run and env open.
    #566
  • Internal improvements
    #569

Bug Fixes

  • Fix broken change request URL that links to web console when using --draft with env set, env edit and env version rollback.
    #571

Breaking changes

v0.16.0

31 Jul 18:12

Choose a tag to compare

Improvements

  • Update a draft via --draft=<change-request-id> for env edit, env set, and env 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> for env run and env open. Warning: this feature is in preview, limited to specific orgs, and subject to change.
    #565

Bug Fixes

Breaking changes

v0.15.0

29 Jul 00:17
038cbe7

Choose a tag to compare

Improvements

  • esc env set now supports --file parameter to read content from a file or stdin #556
  • --draft flag for esc env set, esc env edit, esc env versions rollback to 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

Breaking changes

v0.14.3

17 Jun 22:34
a14e2b0

Choose a tag to compare

Improvements

  • esc run expects environment to be passed before --
    #545
  • esc env set uses a more readable YAML format when setting a key in an empty map
    #548

Bug Fixes

  • Fix esc version
    #541

Breaking changes

v0.14.2

05 May 18:57
0ed2a48

Choose a tag to compare

Improvements

Bug Fixes

Breaking changes