File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 1.4.3] - 2020-02-25
10+ ### Fixed
11+ - CFN variable value lookup regression
12+
813### Added
914- ` RUNWAY_MAX_CONCURRENT_MODULES ` configuration via environment variable
1015- ` RUNWAY_MAX_CONCURRENT_REGIONS ` configuration via environment variable
@@ -707,7 +712,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
707712### Changed
708713- Fix changed CFN parameters not being displayed during ` runway plan ` .
709714
710- [ Unreleased ] : https://github.com/onicagroup/runway/compare/v1.4.2...HEAD
715+ [ Unreleased ] : https://github.com/onicagroup/runway/compare/v1.4.3...HEAD
716+ [ 1.4.3 ] : https://github.com/onicagroup/runway/compare/v1.4.2...v1.4.3
711717[ 1.4.2 ] : https://github.com/onicagroup/runway/compare/v1.4.1...v1.4.2
712718[ 1.4.1 ] : https://github.com/onicagroup/runway/compare/v1.4.0...v1.4.1
713719[ 1.4.0 ] : https://github.com/onicagroup/runway/compare/v1.3.7...v1.4.0
Original file line number Diff line number Diff line change 66sys .modules ['stacker' ] = cfngin # shim to remove stacker dependency
77sys .modules ['stacker.variables' ] = variables # shim to support standard variables
88
9- __version__ = '1.4.2 '
9+ __version__ = '1.4.3 '
You can’t perform that action at this time.
0 commit comments