Skip to content

Releases: rackspace/runway

v2.4.3

22 Oct 19:48
e221b7d
Compare
Choose a tag to compare

What Changed

🐛 Bug Fixes

  • fix an issue causing variables in nested pydantic models to not be resolved @ITProKyle (#971)

🧶 Dependencies

v2.4.2

28 Sep 16:46
6e0d543
Compare
Choose a tag to compare

What Changed

🐛 Bug Fixes

  • fix issue causing runway.context.BaseContext.get_session() to use the wrong region when no region is specified @ITProKyle (#931)

🧶 Dependencies

📖 Doc Updates

🧰 Maintenance

  • build(deps-dev): bump pytest-xdist from 2.3.0 to 2.4.0 @dependabot (#928)
  • build(deps-dev): bump moto from 2.2.7 to 2.2.8 @dependabot (#925)
  • build(deps-dev): bump @cspell/dict-python from 1.0.37 to 2.0.3 @dependabot (#932)
  • build(deps-dev): bump boto3-stubs from 1.18.42 to 1.18.49 @dependabot (#935)
  • build(deps-dev): bump mypy-boto3 from 1.18.42 to 1.18.49 @dependabot (#933)
  • improve stability of test_rollback_dependant functional test @ITProKyle (#937)
  • makefile: rename some targets & update options used for cspell @ITProKyle (#938)
  • build(deps-dev): bump cspell from 5.9.1 to 5.10.1 @dependabot (#911)
  • build(deps-dev): bump pylint from 2.11.0 to 2.11.1 @dependabot (#909)
  • build(deps-dev): bump pyright from 1.1.163 to 1.1.171 @dependabot (#927)

v2.4.1

16 Sep 19:36
66af509
Compare
Choose a tag to compare

What Changed

🧶 Dependencies

🧰 Maintenance

v2.4.0

26 Aug 17:49
a197f8c
Compare
Choose a tag to compare

What Changed

🚀 Features

  • staticsite: add support for CloudFormation service role @ITProKyle (#866)

🧶 Dependencies

🧰 Maintenance

  • build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 @dependabot (#867)
  • build(deps-dev): bump cspell from 5.8.0 to 5.8.2 @dependabot (#868)
  • build(deps-dev): bump boto3-stubs from 1.18.26 to 1.18.29 @dependabot (#871)
  • build(deps-dev): bump mypy-boto3 from 1.18.26 to 1.18.29 @dependabot (#869)

v2.3.2

23 Aug 17:22
fc3da05
Compare
Choose a tag to compare

What Changed

🚀 Features

  • runway.utils: deduplicate file hash logic by creating a universal interface @ITProKyle (#818)

🐛 Bug Fixes

  • hooks: fix issue preventing ssm.parameter from being used more than once @ITProKyle (#863)
  • hooks: fix issue causing ssm.parameter to fail if param does not exist @ITProKyle (#864)

🧶 Dependencies

📖 Doc Updates

🧰 Maintenance

v2.3.1

12 Aug 17:53
5dd546d
Compare
Choose a tag to compare

What Changed

🚀 Features

  • cfngin: add protocol for hook classes @ITProKyle (#813)
  • cfngin.hooks: expanded types of hook_data to include pydantic models @ITProKyle (#815)

🐛 Bug Fixes

  • cdk: catch cdk diff error, clean exit with explanation @ITProKyle (#831)
  • context: .get_session() now correctly uses creds from deploy environment @ITProKyle (#834)

🧶 Dependencies

🧰 Maintenance

v2.3.0

23 Jul 16:57
39739d4
Compare
Choose a tag to compare

What Changed

🚀 Features

🧶 Dependencies

🧰 Maintenance

v2.2.0

13 Jul 17:25
8aca76d
Compare
Choose a tag to compare

What Changed

🚀 Features

🐛 Bug Fixes

  • cfngin: fix incorrect variable type conversions & add tests @ITProKyle (#732)

🧶 Dependencies

📖 Doc Updates

🧰 Maintenance

v2.1.1

11 Jun 17:16
9094dc0
Compare
Choose a tag to compare

What Changed

🐛 Bug Fixes

  • k8s: fix issue causing wrong path to be passed to kubectl (file vs dir) @ITProKyle (#668)

🧶 Dependencies

🧰 Maintenance

v2.1.0

10 Jun 16:00
7a7ded2
Compare
Choose a tag to compare

What Changed

🚀 Features

  • remove scripts/ from setup.py @ITProKyle (#627)
  • terraform destroy: handle differences in supported cli options by tf version @ITProKyle (#632)
  • cfngin: add timeout field to specify CloudFormation Stack TimeoutInMinutes @ITProKyle (#635)

🐛 Bug Fixes

  • cdk: change -c to --context to prevent conflict with npx -c ... @ITProKyle (#633)
  • cdk: use npx --package aws-cdk cdk ... to fix issue causing module to fail when using npm 7 @ITProKyle (#634)

🧶 Dependencies

📖 Doc Updates

🧰 Maintenance