|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/2ndWatch/cloudendure-python/tree/HEAD) |
| 3 | +## [v0.1.6](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.6) (2019-11-21) |
| 4 | +[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.5...v0.1.6) |
4 | 5 |
|
5 | | -[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.1...HEAD) |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Add check for sg/subnet existance in config and patch privateIPAction [\#92](https://github.com/2ndWatch/cloudendure-python/pull/92) ([mbeacom](https://github.com/mbeacom)) |
| 9 | +- add in support for custom subnet and security groups [\#91](https://github.com/2ndWatch/cloudendure-python/pull/91) ([twarnock](https://github.com/twarnock)) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- removing duplicated tag in ec2 resource [\#90](https://github.com/2ndWatch/cloudendure-python/pull/90) ([twarnock](https://github.com/twarnock)) |
| 14 | +- get\_copy\_status now uses role assumption [\#89](https://github.com/2ndWatch/cloudendure-python/pull/89) ([twarnock](https://github.com/twarnock)) |
| 15 | +- change to using describe\_instances vs \_status. linted. [\#88](https://github.com/2ndWatch/cloudendure-python/pull/88) ([twarnock](https://github.com/twarnock)) |
| 16 | + |
| 17 | +## [v0.1.5](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.5) (2019-10-22) |
| 18 | +[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.4...v0.1.5) |
| 19 | + |
| 20 | +## [v0.1.4](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.4) (2019-10-22) |
| 21 | +[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.3...v0.1.4) |
| 22 | + |
| 23 | +## [v0.1.3](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.3) (2019-10-22) |
| 24 | +[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.2...v0.1.3) |
| 25 | + |
| 26 | +**Implemented enhancements:** |
| 27 | + |
| 28 | +- Update servicenow lambda refs to conform to generic status update [\#87](https://github.com/2ndWatch/cloudendure-python/pull/87) ([mbeacom](https://github.com/mbeacom)) |
| 29 | + |
| 30 | +## [v0.1.2](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.2) (2019-10-07) |
| 31 | +[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.1...v0.1.2) |
6 | 32 |
|
7 | 33 | **Implemented enhancements:** |
8 | 34 |
|
9 | 35 | - 0.1.1 [\#80](https://github.com/2ndWatch/cloudendure-python/pull/80) ([mbeacom](https://github.com/mbeacom)) |
10 | 36 |
|
| 37 | +**Closed issues:** |
| 38 | + |
| 39 | +- Make lambdas more generic [\#85](https://github.com/2ndWatch/cloudendure-python/issues/85) |
| 40 | +- Update Blueprint Removes Disks [\#81](https://github.com/2ndWatch/cloudendure-python/issues/81) |
| 41 | + |
| 42 | +**Merged pull requests:** |
| 43 | + |
| 44 | +- Fix \#85 generic migration state [\#86](https://github.com/2ndWatch/cloudendure-python/pull/86) ([twarnock](https://github.com/twarnock)) |
| 45 | +- Step sqs [\#84](https://github.com/2ndWatch/cloudendure-python/pull/84) ([twarnock](https://github.com/twarnock)) |
| 46 | +- Update dependencies [\#83](https://github.com/2ndWatch/cloudendure-python/pull/83) ([mbeacom](https://github.com/mbeacom)) |
| 47 | +- Fixes \#81 fix update blueprint [\#82](https://github.com/2ndWatch/cloudendure-python/pull/82) ([twarnock](https://github.com/twarnock)) |
| 48 | + |
11 | 49 | ## [v0.1.1](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.1) (2019-09-26) |
12 | 50 | [Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.0...v0.1.1) |
13 | 51 |
|
|
140 | 178 | - Add python-fire to package dependencies [\#13](https://github.com/2ndWatch/cloudendure-python/issues/13) |
141 | 179 | - copy\_image and split\_image support [\#20](https://github.com/2ndWatch/cloudendure-python/pull/20) ([twarnock](https://github.com/twarnock)) |
142 | 180 | - Add black to makefile [\#18](https://github.com/2ndWatch/cloudendure-python/pull/18) ([mbeacom](https://github.com/mbeacom)) |
143 | | -- Add typing throughout base project [\#17](https://github.com/2ndWatch/cloudendure-python/pull/17) ([mbeacom](https://github.com/mbeacom)) |
144 | 181 | - Check uses replica now. Launch looks up project\_id and stops on replica. [\#16](https://github.com/2ndWatch/cloudendure-python/pull/16) ([twarnock](https://github.com/twarnock)) |
145 | 182 |
|
146 | 183 | **Merged pull requests:** |
|
155 | 192 | **Implemented enhancements:** |
156 | 193 |
|
157 | 194 | - Add security policy [\#12](https://github.com/2ndWatch/cloudendure-python/issues/12) |
| 195 | +- Add typing throughout base project [\#17](https://github.com/2ndWatch/cloudendure-python/pull/17) ([mbeacom](https://github.com/mbeacom)) |
158 | 196 | - Add fire [\#14](https://github.com/2ndWatch/cloudendure-python/pull/14) ([mbeacom](https://github.com/mbeacom)) |
159 | 197 |
|
160 | 198 | ## [v0.0.4](https://github.com/2ndWatch/cloudendure-python/tree/v0.0.4) (2019-06-28) |
|
0 commit comments