Releases: rackspace/runway
Releases · rackspace/runway
v1.14.1
What Changed
🐛 Bug Fixes
- staticsite: drop some posix path assumptions @troyready (#463)
- fix non-idempotent Auth@Edge function deploys @troyready (#464)
v1.14.0
What Changed
🚀 Features
- staticsite: add additional_redirect_domains option @troyready (#457)
- staticsite: drop replicated lambda deletion process @troyready (#460)
v1.13.1
What Changed
🚀 Features
- add serverless-iam-roles-per-function plugin to templates @troyready (#454)
🐛 Bug Fixes
- auth@edge: fix refreshauth error handling @troyready (#458)
- static site CF origin will now use the s3 regional endpoint to avoid temporary redirect for new deployments @ITProKyle (#451)
v1.13.0
What Changed
🚀 Features
- add handling for
planwhencfngin_bucketdoes not exist @ITProKyle (#429)
🐛 Bug Fixes
- fix
YamlDirTestGeneratorpython 3 compatibility @twitty-onica (#442) - fix issue causing static sites to be inaccessible when not us-east-1 @ITProKyle (#448)
- fix
npx runway <command>(npm) not recognized on Windows @ITProKyle (#449)
v1.12.0
What Changed
🚀 Features
- update k8s-tf-repo sample @ITProKyle (#433)
- add overlay_path for k8s @troyready (#446)
🐛 Bug Fixes
- fix cfngin kms lookup on py3 @troyready (#444)
🧰 Maintenance
- update pylint & isort @ITProKyle (#428)
v1.11.3
What Changed
🐛 Bug Fixes
- fix
npx runwayon Windows when path contains a space @ITProKyle (#419)
📖 Doc Updates
- Update other_ways_to_use.rst @dgreeninger (#420)
🧰 Maintenance
- implement black formatting @ITProKyle (#417)
- update quickstart dockerfile to show use of binary release, remove mention of published docker image @ITProKyle (#422)
- adjust workflow to skip npm build if commit is tagged @ITProKyle (#423)
v1.11.2
v1.11.1
What Changed
🚀 Features
- add HCL2 support @ITProKyle (#409)
- xref lookup will now only log that its deprecated once per run @ITProKyle (#413)
🐛 Bug Fixes
- cleanup
.terraformbetween uses & prevent credentials from being unintentionally remove from environment @ITProKyle (#412)
🧰 Maintenance
- implement pre-commit @ITProKyle (#408)
v1.11.0
What Changed
🚀 Features
- extend terraform backend support; refactor terraform module class @ITProKyle (#392)
- add cfn lookup @ITProKyle (#387)
- add runway_version config option @ITProKyle (#395)
🐛 Bug Fixes
- update log msgs from config to match the format of other log msgs @ITProKyle (#389)
- fixed TypeError when stack template from AWS contains non-JSON data type @ITProKyle (#401)
📖 Doc Updates
- document reqs for return to be added to hook_data @ITProKyle (#393)
🧰 Maintenance
- move prod release to it's own workflow triggered on github release @ITProKyle (#396)
- implement isort @ITProKyle (#394)
v1.10.1
What Changed
🚀 Features
- update sls autodetect to check for serverless.ts @ITProKyle (#386)
🐛 Bug Fixes
- fix aws alias/id validation when assumed and async @ITProKyle (#384)