This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
77 lines (61 loc) · 2.34 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.10] - 2019-08-09
### Changed
- Fix security group bug
- Update all packages
- Change internal representation of resources
## [0.0.9] - 2019-03-02
### Changed
- Use old non prerelease PyYaml version but use safe_load for security.
- Fixing various packaging/build issues involving dependencies.
## [0.0.8] - 2019-03-01
### Added
- Allow setting "profile" in the AWS credentials to select a specific AWS
profile.
- Support using profiles in the python api with the `profile` argument.
## [0.0.7] - 2018-11-15
### Changed
- Fix packaging by adding MANIFEST.in with correct files
## [0.0.6] - 2018-11-14
### Added
- Add "credentials" subcommand to the "service-test" command to dump SSH
credentials for currently deployed service.
- Add contributor guide and initial list of known modules.
### Changed
- Fix errors in code examples in README.
- Update botocore, moto, and other package dependencies.
## [0.0.5] - 2018-10-15
### Added
- Add documentation about how to set up CLI auto completion
- Add --count option to service creation command line
### Changed
- Speed up GCE client by only creating driver once
- Put temporary test state in a .cloudless directory
- Reduce resource usage in examples and tests
- Fix multiple firewall deletions when service references itself
- Fix paths being printed in service output for other networks
## [0.0.4] - 2018-09-24
### Changed
- Make missing paramiko package real dependency instead of just test dependency.
## [0.0.3] - 2018-09-24
### Added
- Added "image-build" command to build machine images from blueprints.
- Added "service-test" command to test services created from blueprints.
- Added "image" command to mange machine images.
## [0.0.2] - 2018-09-15
### Added
- Added "cldls" command to manage networks, services, and paths.
## [0.0.1] - 2018-09-10
### Added
- Autogenerated documentation using pydoc-markdown.
### Changed
- Install "twine" as a dev dependency.
- Add an option to "setup.py upload" to use the test index by default.
- Pin package dependency major and minor versions.
## [0.0.0] - 2018-09-09
### Added
- First tagged pypi release!