Skip to content

Releases: pulumi/esc

v0.13.2

30 Apr 05:11
90a9297
Compare
Choose a tag to compare

Improvements

  • Updated to go 1.23

Bug Fixes

  • cmd/esc/cli/env.go: Modified the writeYAMLEnvironmentDiagnostics function to instantiate hcl.NewDiagnosticTextWriter with a width of 0 initially, and then conditionally reinstantiate it with the specified width if it is greater than 0, addressing gosec G115. #494
  • No longer error when decrypting invalid secrets outside of values top-level key
    #491
  • Make CLI prefer environment variable PULUMI_BACKEND_URL over account backend URL
    #477
  • Adding cascading secrets into NewSecret method
    #488

Breaking changes

v0.13.1

24 Apr 17:37
313947c
Compare
Choose a tag to compare

Improvements

  • Updated to go 1.23

Bug Fixes

  • cmd/esc/cli/env.go: Modified the writeYAMLEnvironmentDiagnostics function to instantiate hcl.NewDiagnosticTextWriter with a width of 0 initially, and then conditionally reinstantiate it with the specified width if it is greater than 0, addressing gosec G115. #494
  • No longer error when decrypting invalid secrets outside of values top-level key
    #491
  • Make CLI prefer environment variable PULUMI_BACKEND_URL over account backend URL
    #477
  • Adding cascading secrets into NewSecret method
    #488

Breaking changes

v0.13.0

12 Mar 20:59
0ed48a9
Compare
Choose a tag to compare

Improvements

  • Add --string flag to env set to treat the given value as a string.
    #467
  • Add proper return code to list environments when organization doesn't exist
    #484

Bug Fixes

Breaking changes

  • It is now a syntax error to call a builtin function incorrectly.
    449

v0.12.0

19 Feb 21:51
8648046
Compare
Choose a tag to compare

Improvements

  • Fix diagnostic messages when updating environment with invalid definition
    #422
  • Introduce support for rotating static credentials via fn::rotate providers 432
  • Add the rotate CLI command
    #433
  • Add ability to pass specific paths to rotate with the rotate CLI command
    #440
  • Introduce inline environment reference syntax
    #443
  • Introduce rotateOnly inputs
    #444
  • Release rotate environment CLI command
    #459

Bug Fixes

Breaking changes

v0.11.1

06 Nov 16:42
eb1c24d
Compare
Choose a tag to compare

Improvements

  • Add --definition flag to esc env get to output definition
    #416

Bug Fixes

Breaking changes

v0.11.0

23 Oct 16:47
78952f4
Compare
Choose a tag to compare

Improvements

Bug Fixes

Breaking changes

v0.10.0

12 Sep 14:28
Compare
Choose a tag to compare

Improvements

Bug Fixes

Breaking changes

v0.9.1

05 Jun 02:42
af879e5
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.9.0

30 May 22:31
793642c
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.8.3

14 Mar 19:43
9f93bdc
Compare
Choose a tag to compare

Improvements

Bug Fixes