Releases: pulumi/pulumi-yaml
Releases · pulumi/pulumi-yaml
v1.4.0
Improvements
-
Update pulumi/pulumi to v3.78.1
#493
-
Publish pulumi-converter-yaml.
-
Plugins: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.
-
Improve handling of types of config fields.
Bug Fixes
- Allow
protect
resource option to be set dynamically.
v1.3.0
Improvements
-
Update pulumi/pulumi to v3.78.1
#493
-
Publish pulumi-converter-yaml.
-
Plugins: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.
Bug Fixes
v1.2.2
Improvements
Bug Fixes
- Fix unknown outputs showing up outside of preview and causing errors.
#496
v1.2.1
Bug Fixes
-
Return a useful error message when a resource does not have a 'type' field
specified, rather than a panic.
#468
-
Fix nested access of unknown properties.
#490
v1.2.0
Improvements
- Pre-built binaries of pulumi-language-yaml are now built with Go 1.20.
- Upgrade to Pulumi v3.76.
- Fix unknown resource outputs causing the program to fail during preview.
Bug Fixes
v1.1.0
Improvements
- Add support for the
deletedWith
resource option.
#437
Bug Fixes
- Avoid panicing for non-string map keys
#428
v1.0.4
Improvements
-
Deprecate fn::stackReference
.
#420
-
Ensure resource and invoke option "version" is used in package resolution, enabling Docker v4
provider docker:Image
resource.
#423
Bug Fixes
v1.0.3
Improvements
- Parse
config
block for pulumi convert
.
#407
Bug Fixes
- Do not error on duplicate config keys.
#402
v1.0.2
Improvements
Bug Fixes
- Do not error on duplicate config keys.
#402