2019-03-06 19:57:31 +00:00
|
|
|
# Changelog
|
|
|
|
|
2021-10-13 11:23:31 +00:00
|
|
|
## 0.10.2
|
|
|
|
- Optionally skip all `sops` operations when `DISABLE_SOPS` environment variable it set
|
|
|
|
|
2021-10-05 10:52:15 +00:00
|
|
|
## 0.10.1
|
|
|
|
- First official release supporting for Pulumi stacks
|
|
|
|
- Dockerfile and Alpine based public images provided incl. Pulumi binaries and podman for docker tasks
|
|
|
|
|
2021-03-11 18:25:02 +00:00
|
|
|
## 0.9.9
|
|
|
|
- Add workaround for inconsistent AWS API S3 GetBucketLocation
|
|
|
|
- validate now exits with non-zero exit code if valiation of any template failed
|
|
|
|
- the embedded md5 hash in templates are now verified reading the template
|
|
|
|
|
2021-02-22 18:38:44 +00:00
|
|
|
## 0.9.8
|
|
|
|
- Remove support for FortyTwo legacy mode as AWS now behaves as it should
|
|
|
|
- Add support for embedded custom output yaml format and removed hardcoded kubezero output template
|
|
|
|
|
2021-01-11 14:34:50 +00:00
|
|
|
## 0.9.7
|
|
|
|
- CloudBender now requires Python >= 3.7
|
|
|
|
- drop oyaml requirement
|
|
|
|
- support for short intrinsic functions like !Ref, !Sub etc. by ignoring custom constructors before sending them to AWS to resolve
|
|
|
|
|
2020-12-28 23:12:55 +00:00
|
|
|
## 0.9.6
|
|
|
|
- only upload templates if render is successful
|
|
|
|
- support for jinja user-data
|
|
|
|
- tweak for kubezero output template
|
|
|
|
|
2020-08-12 15:07:56 +00:00
|
|
|
## 0.9.5
|
|
|
|
### New Features
|
|
|
|
Support for uploading and retrieving rendered templates from S3!
|
|
|
|
|
|
|
|
Enabled by setting `template_bucket_url` to a valid S3 location: ```s3://<bucket_name>[/<prefix>]```
|
|
|
|
Templates will still be stored and updated in the local file system to allow tracking via git.
|
|
|
|
|
2020-07-31 21:35:14 +00:00
|
|
|
## 0.9.4
|
|
|
|
- new option to generate Dot Graph files via `--graph` option for the create-docs command
|
|
|
|
- fix validate command using latest cfn-lint library
|
|
|
|
|
2020-07-16 22:56:09 +00:00
|
|
|
## 0.9.3
|
|
|
|
- Improved bash minify for user-data
|
|
|
|
- Unused additional parameters are now printed as a warning to catch potential typos early
|
|
|
|
|
2020-06-25 13:10:37 +00:00
|
|
|
## 0.9.2
|
|
|
|
- Bug fix release only
|
|
|
|
|
2020-06-22 15:17:53 +00:00
|
|
|
## 0.9.1
|
|
|
|
- Added explicitly set parameter values to the create-doc markdown to get complete stack picture
|
|
|
|
|
2020-06-22 11:30:54 +00:00
|
|
|
## 0.9.0
|
|
|
|
New Features:
|
|
|
|
|
2020-06-22 13:14:11 +00:00
|
|
|
- *Hooks* can now be defined as artifact metadata and are executed at the specified step.
|
|
|
|
Current supported hook entrypoints are: `pre_create, pre_update, post_create, post_update`
|
|
|
|
|
|
|
|
Current implemented hooks:
|
|
|
|
|
|
|
|
- *cmd*: Allows arbritary commands via subprocess
|
|
|
|
- *export_outputs_kubezero*: writes the outputs of kubernetes stacks into a format to be included by KubeZero
|
|
|
|
|
|
|
|
- Stack outputs are now written into a yaml file under `outputs` if enabled. Enabled via `options.StoreOutputs`
|
|
|
|
*create-docs* now includes latest stack output values if an output file is found
|
|
|
|
- Removed deprecated support for storing parameters as these can be constructed any time from existing and tracked configs
|
|
|
|
|
2020-06-22 11:30:54 +00:00
|
|
|
- some code cleanups and minor changes for cli outputs
|
|
|
|
|
2020-06-04 15:39:26 +00:00
|
|
|
## 0.8.4
|
2020-06-04 15:32:17 +00:00
|
|
|
- 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
|
|
|
|
|
2020-04-20 22:00:39 +00:00
|
|
|
## 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
|
|
|
|
|
2020-04-08 15:30:58 +00:00
|
|
|
## 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
|
|
|
|
|
2019-12-09 13:32:39 +00:00
|
|
|
## 0.7.7
|
2020-04-08 15:30:58 +00:00
|
|
|
- Add support for CLOUDBENDER_PROJECT_ROOT env variable to specify your root project
|
2019-12-09 13:32:39 +00:00
|
|
|
- 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
|
2019-09-11 12:53:33 +00:00
|
|
|
- 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
|
|
|
|
|
2019-09-02 11:13:40 +00:00
|
|
|
## 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
|
|
|
|
|
2019-07-28 13:02:18 +00:00
|
|
|
## 0.7.1
|
|
|
|
- Release emergency bugfix, 0.7.0 broke recursive option parsing
|
|
|
|
|
2019-07-27 22:30:03 +00:00
|
|
|
## 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
|
|
|
|
|
2019-03-06 19:57:31 +00:00
|
|
|
## 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 ''
|