Releases: pulumi/esc
Releases · pulumi/esc
v0.13.2
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
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
v0.12.0
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