Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed May 16, 2020
1 parent 5a1287d commit 221a0fe
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- ability to extend a Serverless configuration file the `extend_serverless_yml` option

### Changed
- when `sys.frozen`, `runway run-python` will be used by `runway.cfngin.hooks.aws_lambda` to run a dynamically generated script that can use internal `pip` unless a python path is explicitly provided

## [1.8.0] - 2020-05-16
### Fixed
- the value of `environments` is once again used to determine if a serverless module should be skipped
- lookup argument values can now contain `=` without raising _"too many values to unpack"_
- Runway now invokes cfn-lint as if it were interacting with the CLI to remove version compatibility issues
- staticsite auth@edge: cleanup stack uses IAM role boundary if specified

### Added
- ability to extend a Serverless configuration file the `extend_serverless_yml` option

### Changed
- when `sys.frozen`, `runway run-python` will be used by `runway.cfngin.hooks.aws_lambda` to run a dynamically generated script that can use internal `pip` unless a python path is explicitly provided

## [1.7.3] - 2020-04-29
### Fixed
- Static Site Auth@Edge deployments with pre-existing userpools
Expand Down Expand Up @@ -815,7 +817,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Fix changed CFN parameters not being displayed during `runway plan`.

[Unreleased]: https://github.com/onicagroup/runway/compare/v1.7.3...HEAD
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/onicagroup/runway/compare/v1.7.3...v1.8.0
[1.7.3]: https://github.com/onicagroup/runway/compare/v1.7.2...v1.7.3
[1.7.2]: https://github.com/onicagroup/runway/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/onicagroup/runway/compare/v1.7.0...v1.7.1
Expand Down

0 comments on commit 221a0fe

Please sign in to comment.