Pulumi Gestalt 0.0.2 released

This is the second release of Pulumi Gestalt, a universal runtime for Pulumi. Wasm Cleanup I've cleaned up the Wasm WIT files quite a bit. Before, there were two files and four worlds—now, it's down to a single file and a single world. Config API This version introduces a new get_config function, which lets users retrieve configuration values. It works with both plaintext values and secrets. Documentation Improvements I also made some updates to the documentation. There's now a new Rust example aimed at language implementers who want to use Rust, and I rewrote the old C++ example in pure C. What's Next? For the next version, I'm hoping to add a Schema API to make code generation easier. Give Pulumi Gestalt 0.0.2 a try and let me know what you think!

Apr 6, 2025 - 05:16
 0
Pulumi Gestalt 0.0.2 released

This is the second release of Pulumi Gestalt, a universal runtime for Pulumi.

Wasm Cleanup

I've cleaned up the Wasm WIT files quite a bit. Before, there were two files and four worlds—now, it's down to a single file and a single world.

Config API

This version introduces a new get_config function, which lets users retrieve configuration values. It works with both plaintext values and secrets.

Documentation Improvements

I also made some updates to the documentation. There's now a new Rust example aimed at language implementers who want to use Rust, and I rewrote the old C++ example in pure C.

What's Next?

For the next version, I'm hoping to add a Schema API to make code generation easier.

Give Pulumi Gestalt 0.0.2 a try and let me know what you think!