Changelog for
blue-horizon-1.2.0-3.6.1.noarch.rpm :
* Thu Jul 09 2020 jmasonAATTsuse.com- version 1.2.0 + select-option input type for variables #123 + source filenames are prevented from being blank #120 + variable descriptions have a comment separator #126 + propogate terraform plan errors to the UI #128 + In \'expert mode\' only validate sources upon request #119 + Handle nested files in zip download #129 (bsc#1173638)
* Wed Jun 17 2020 jmasonAATTsuse.com- version 1.1.1 + Handle terraform errors when editing sources (bsc#1172815)
* Tue May 19 2020 jmasonAATTsuse.com- version 1.1.0 + Include \'lib\' dir in package
* Fri May 15 2020 jmasonAATTsuse.com- version 1.0.1 + Remove unexpected dependency on rubygem-uglifier https://github.com/SUSE-Enceladus/blue-horizon/issues/104
* Fri May 01 2020 jmasonAATTsuse.com- version 1.0.0 (bsc#1168921) + Terraform variables must be defined as JSON; the HCL parser has been dropped. + Scripts are validated directly via `terraform validate` on change. + Shell script sources (`
*.sh`) are marked executable during export. + Variables are saved when moving to Plan step. + Consistent use of one log file for _terraform_. + Improved authorization limits use to one session at a time, and prevents changes during _terraform_ execution. + Support for _terraform_ modules in source.
* Tue Mar 10 2020 jmasonAATTsuse.com- version 0.3.1 + Fix invalid error state at end of deploy + Hide tooltips when executing actions
* Tue Mar 03 2020 jmasonAATTsuse.com- version 0.3.0 + JS linted + Add download option for plan JSON + Fix some issues with passwords + Show existing plan, reset when re-creating + Include all generated content in download zipfile + Add wrap up page with customizable content
* Fri Feb 28 2020 jmasonAATTsuse.com- version 0.2.1 + Download all exported content + Fix a path issue in plan (introduced in 0.2.0)
* Fri Feb 28 2020 jmasonAATTsuse.com- version 0.2.0 + Introductory steps on plan, deploy + Move terraform log into output path + redirect root to welcome path + authorization framework to prevent skipping steps + update testing fixtures + resolve an issue with cluster slider sync + change \'Additional data\' to \'Variables\' + Handle boolean variables better + change variable type from \'boolean\' to \'bool\' + show current plan, if existing, on load of plan page + clean up navigation changes in plan, deploy
* Wed Feb 19 2020 jmasonAATTsuse.com- version 0.1.3 + README improvements + render password fields in variables list + consistent UI in plan, deploy pages + require \'zip\' library from \'rubyzip\' gem + Clean export dir between plan executions
* Thu Feb 13 2020 jmasonAATTsuse.com- version 0.1.2 + Add explicit dependency on rubygem-rubyzip
* Wed Feb 12 2020 jmasonAATTsuse.com- version 0.1.1 + Ensure sources and vars are exported before `terraform init` + Use variable export constant in all cases + Add solid background to footer
* Mon Feb 10 2020 jmasonAATTsuse.com- version 0.1.0 + Add support for .tmpl sources + customization.json accepted in replacement of .yaml
* Sat Feb 08 2020 jmasonAATTsuse.com- version 0.1.0 (pre-merge) + Fix footer + Variables are defined in variable
*.tf.json files
* Fri Feb 07 2020 jmasonAATTsuse.com- version 0.0.6 + Handle more file types in terraform sources (YAML, JSON) + Initialize instance count within range + Additional HCL validation + Style consistency improvements + Packaging improvements
* Sun Jan 26 2020 jmasonAATTsuse.com- Check in v0.0.1- Initial build