Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Apr 2, 2020
1 parent 499378c commit d0bf234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [1.5.2] - 2020-04-02
### Fixed
- `runway plan` for cfngin modules will now properly resolve output lookups when the original stack did not change or the reference stack is `locked: true`
- `env_var` deployment/module will now work as expected when used with a CFNgin or staticsite module
Expand Down Expand Up @@ -760,7 +762,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.5.1...HEAD
[Unreleased]: https://github.com/onicagroup/runway/compare/v1.5.2...HEAD
[1.5.2]: https://github.com/onicagroup/runway/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/onicagroup/runway/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/onicagroup/runway/compare/v1.4.4...v1.5.0
[1.4.4]: https://github.com/onicagroup/runway/compare/v1.4.3...v1.4.4
Expand Down
2 changes: 1 addition & 1 deletion runway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
sys.modules['stacker'] = cfngin # shim to remove stacker dependency
sys.modules['stacker.variables'] = variables # shim to support standard variables

__version__ = '1.5.1'
__version__ = '1.5.2'

0 comments on commit d0bf234

Please sign in to comment.