CloudBender/CHANGES.md

16 lines
580 B
Markdown
Raw Normal View History

# Changelog
2019-03-22 11:03:36 +00:00
## 0.4.2
- silence warnings by latest PyYaml 5.1
2019-03-20 12:58:44 +00:00
## 0.4.1
- add *sync* command combining *render* and *provision* into one task
- make cb (boolean) available in Jinja context to allow easy toggle for features relying on cloudbender in templates
## 0.4.0
- support for environment variables in any config file
Example: `profile: {{ env.AWS_DEFAULT_PROFILE }}`
- support for jinja `{% do %}` extension
- support for inline yaml style complex data definitions, via custom jinja filter `yaml`
- missing variables now cause warnings, but rendering continues with ''