Skip to content

Releases: rackspace/runway

v1.8.2

09 Jun 23:06
Compare
Choose a tag to compare

What Changed

πŸš€ Features

πŸ› Bug Fixes

  • [BUG-356] - Add support for serverless module names @paul-duffy (#358)
  • fix RunwayModule not subscriptable & awacs/troposphere unload causing isinstance inconsistencies @ITProKyle (#361)
  • add prompt to select region for envvars command @ITProKyle (#359)

πŸ“– Doc Updates

  • restructure developers guide & move custom module doc page @ITProKyle (#338)

🧰 Maintenance

v1.8.1

04 Jun 20:17
Compare
Choose a tag to compare

What Changed

πŸš€ Features

  • add logic to use --no-color with cdk, cpm, sls, and tf @ITProKyle (#290)
  • destroy_stack now aware of action=diff, use different approval prompt @ITProKyle (#289)
  • a@e refresh token with 5 minutes remaining @ITProKyle (#326)
  • runway test: return non-zero exit code if any non-required tests failed @ITProKyle (#329)
  • remove yarn from static-react sample @ITProKyle (#330)

πŸ› Bug Fixes

  • fix Pyinstaller yamllint test @ITProKyle (#344)
  • the friendly error when npm can't be found has returned @ITProKyle (#339)
  • fix namespace collisions when cfngin modules contribute similar names @ITProKyle (#351)

πŸ“– Doc Updates

🧰 Maintenance

v1.8.0

18 May 13:45
Compare
Choose a tag to compare

What Changed

πŸš€ Features

  • add ability to extend a serverless.yml from runway.yml @ITProKyle (#268)

πŸ› Bug Fixes

  • aws_lambda hook can use internal pip when zipping dependencies @ITProKyle (#279)
  • lookup arg parse handle = in value @ITProKyle (#281)
  • replace uses of "class_path: ...StaticSite" with "type: static" @ITProKyle (#282)
  • cfnlint now invoked with runpy.run_module, warn when missing templates @ITProKyle (#284)
  • Update static angular template to use npx @troyready (#270)
  • staticsite: use IAM role boundary in cleanup stack @troyready (#286)

πŸ“– Doc Updates

v1.7.3

04 May 21:20
Compare
Choose a tag to compare

What Changed

πŸš€ Features

  • support an AWS SSO profile as the initial credential source @ITProKyle (#253)

🧢 Dependencies

  • bump pylint and astroid versions, fix linting errors @ITProKyle (#258)

v1.7.2

21 Apr 20:42
Compare
Choose a tag to compare

What Changed

🧰 Maintenance

v1.7.1

21 Apr 19:23
Compare
Choose a tag to compare

What Changed

🧰 Maintenance

v1.7.0

21 Apr 17:23
Compare
Choose a tag to compare

Support for Python 3.5 has been deprecated. Compatibility testing has ceased and functionality for this release and beyond is not guaranteed.

What Changed

πŸš€ Features

πŸ› Bug Fixes

🧢 Dependencies

  • Bump https-proxy-agent from 2.2.2 to 2.2.4 in /integration_tests/test_serverless/templates/promotezip-multisrc-single-zip.sls @dependabot (#231)
  • Bump https-proxy-agent from 2.2.2 to 2.2.4 in /integration_tests/test_serverless/templates/promotezip-multisrc-multizip.sls @dependabot (#232)

🧰 Maintenance

v1.6.1

15 Apr 16:27
Compare
Choose a tag to compare

What Changed

πŸš€ Features

πŸ› Bug Fixes

v1.6.0

07 Apr 22:25
Compare
Choose a tag to compare

What Changed

πŸš€ Features

πŸ› Bug Fixes

πŸ“– Doc Updates

🧰 Maintenance

v1.5.2

02 Apr 18:45
Compare
Choose a tag to compare

What Changed

πŸ› Bug Fixes

  • fix cfngin diff output lookup resolution when no stack change @ITProKyle (#208)
  • fix cfngin diff output lookup resolution when stack is locked @ITProKyle (#209)
  • wrap cfngin run with a ctx manager that temp updates os.environ from ctx @ITProKyle (#214)

πŸ“– Doc Updates