Version 0.80-beta - Config Functions
Pre-release
Pre-release
It's been awhile since the last release and though this one may seem low on features, there has been much work done on the inner workings of Qaz. Lower API call rates and CPU Usage are some of those benefits.
What's new!
- Template Functions can now be used with Config files.
Example Config File:
project: mytest
stacks:
db:
parameters:
password: {{ GET https://some.endpoint.com/cipher.txt | kms_decrypt }}
- Qaz will now detect config.yaml files in working directory
Bug Fixes
- Fixed High CPU Usage and API Calls in shell mode.