CloudBender/CHANGES.md

89 lines
3.2 KiB
Markdown
Raw Normal View History

# Changelog
2020-06-04 15:39:26 +00:00
## 0.8.4
- New Feature: `create-docs` command
Renders a markdown documentation next to the rendered stack templated by parsing parameters and other relvant metadata
2020-05-01 13:06:53 +00:00
## 0.8.2
- Bug fix release to allow empty stack configs again
## 0.8.1
- Work around for bug in Go AWS SDK to pick up cli credentials, see https://github.com/aws/aws-sdk-go/issues/934
## 0.8.0
- Added support for sops encrypted config files, see: https://github.com/mozilla/sops
- hide stack parameter output in terminal if `NoEcho` is set
- *CloudBender no longer writes stack parameter files to prevent leaking secret values !*
These files were never actually used anyways and there sole purpose was to track changes via git.
2020-02-25 20:40:12 +00:00
## 0.7.8
- Add new function `outputs`, to query already deployed stack for their outputs
## 0.7.7
- Add support for CLOUDBENDER_PROJECT_ROOT env variable to specify your root project
- Switch most os.path operations to pathlib to fix various corner cases caused by string matching
2019-09-11 14:31:25 +00:00
## 0.7.6
- Added warning if rendered templates exceed max. inline size of 51200 bytes
- Added optional removal of comments during include_raw processing to reduce user-data size
2019-09-02 15:55:16 +00:00
## 0.7.4
- Fix for only Iterate in use
## 0.7.3
- Added support for variables within config files, incl. usual inheritance
- Set Legacy to False by default, requires templates to check for False explicitly, allows to enabled/disable per stack
2019-08-03 21:31:17 +00:00
## 0.7.2
- Add line numbers to easy debugging
- Fix tests
## 0.7.1
- Release emergency bugfix, 0.7.0 broke recursive option parsing
## 0.7.0
- Add support for SNS Notifcations to Cloudformation create and update operations
- Refactored recursive handling of options withing stack groups
2019-07-05 11:02:10 +00:00
## 0.6.2
- Fixed custom root directory to allow automated template tests
2019-07-03 13:15:18 +00:00
## 0.6.1
- Add support for onfailure for create stack, defaults to DELETE
2019-06-27 13:34:41 +00:00
## 0.6.0
- Implemented Piped mode again
Allows all stack references to be supplied via injected parameters
Tries to automatically resolve injected paramteres by inspecting matching outputs from othe running stacks at provision time
- minor bugfixing
2019-06-18 16:55:25 +00:00
## 0.5.2
- Remove tox dependency during build
- Introduce drone.io support
- Makefile cleanup
2019-06-15 00:13:00 +00:00
## 0.5.1
- Automatic dependency resolution to artifacts referred to by StackRef or FortyTwo
2019-04-18 16:30:50 +00:00
## 0.5.0
- new custom Jinja function `sub`, works the same as re.sub
- added possibility to use custom Jinja function `inline_yaml` to set data as yaml
- disabled SilentUndefined
- added Jinja2 extension `do` and `loopcontrols`
- new custom Jinja function `option` to access options at render time incl. default support for nested objects
- removed custom Jinja functions around old remote Ref handling
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 ''