Skip to content

Commit ffd54e0

Browse files
committed
Update CHANGELOG
1 parent a8644bc commit ffd54e0

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,51 @@
11
# Change Log
22

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)
45

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)
632

733
**Implemented enhancements:**
834

935
- 0.1.1 [\#80](https://github.com/2ndWatch/cloudendure-python/pull/80) ([mbeacom](https://github.com/mbeacom))
1036

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+
1149
## [v0.1.1](https://github.com/2ndWatch/cloudendure-python/tree/v0.1.1) (2019-09-26)
1250
[Full Changelog](https://github.com/2ndWatch/cloudendure-python/compare/v0.1.0...v0.1.1)
1351

@@ -140,7 +178,6 @@
140178
- Add python-fire to package dependencies [\#13](https://github.com/2ndWatch/cloudendure-python/issues/13)
141179
- copy\_image and split\_image support [\#20](https://github.com/2ndWatch/cloudendure-python/pull/20) ([twarnock](https://github.com/twarnock))
142180
- 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))
144181
- 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))
145182

146183
**Merged pull requests:**
@@ -155,6 +192,7 @@
155192
**Implemented enhancements:**
156193

157194
- 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))
158196
- Add fire [\#14](https://github.com/2ndWatch/cloudendure-python/pull/14) ([mbeacom](https://github.com/mbeacom))
159197

160198
## [v0.0.4](https://github.com/2ndWatch/cloudendure-python/tree/v0.0.4) (2019-06-28)

0 commit comments

Comments
 (0)