Skip to content

Releases: pulumi/esc

v0.6.2

19 Dec 20:47
b202f98
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.6.1

18 Dec 18:14
936c2a2
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fix a nil pointer dereference in Syntax.NodeError. #180
  • Mark nested structures as secret if the JSON string is secret. #191

v0.6.0

04 Nov 00:14
934739e
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.5.7

27 Oct 22:15
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.5.6

18 Oct 21:40
154ff66
Compare
Choose a tag to compare

Improvements

  • Add two new builtins, fn::fromBase64 and fn::fromJSON. The former decodes a base64-encoded
    string into a binary string and the latter decodes a JSON string into a value.
    #117

Bug Fixes

v0.5.5

18 Oct 21:12
c775467
Compare
Choose a tag to compare

Improvements

  • Add two new builtins, fn::fromBase64 and fn::fromJSON. The former decodes a base64-encoded
    string into a binary string and the latter decodes a JSON string into a value.
    #117

Bug Fixes

v0.5.4

12 Oct 18:25
0743fe5
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.5.3

11 Oct 22:07
56c0ac1
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.5.2

11 Oct 00:16
8651619
Compare
Choose a tag to compare

Improvements

  • Add a -f flag to esc env init that allows the specification of the initial definition
    for an environment.
    #95

Bug Fixes

  • Fix panics that could occur when no credentials are available or credentials were invalid.
    #93

v0.5.1

10 Oct 05:39
d5fd94d
Compare
Choose a tag to compare

Improvements

Bug Fixes