[Fix] Move to Changelog

pull/223/head
tessier 5 years ago
parent 944d61bf63
commit b3680a0755

@ -0,0 +1,39 @@
# Changelogs
## 0.16.0
### Breaking Changes
- The following import changes:
- from diagrams.onprem.logging import Logstash is now from diagrams.elastic.elasticsearch import Logstash
- from diagrams.onprem.monitoring import Kibana is now from diagrams.elastic.elasticsearch import Kibana
- from diagrams.onprem.search import Elasticsearch(*) is now from diagrams.elastic.elasticsearch import Elasticsearch
*The previous icon was the company icon not the elasticsearch product, for the company icon: from diagrams.elastic.saas import Elastic
### Added
- Add more logging
- Updated OCI icon set (2020)
- add cloudinary logo in media management category
- Docker local development setup
- Add Openstack as cloud provider
### Fixed
- fix: typo in comment
## 0.15.0
### Added
- feat(option): add curvestyle option (ortho or curved)
- New Auth0, Cloudflare, Recombee Nodes
- check for black linter in autogen.sh
- Update readme
- docs(readme): update who use it
- docs(readme): add Cloudiscovery in "who use it" list
### Fixed
- fix(edge): misaligned label text position
- Fix typo for PersistentVolume

@ -74,15 +74,6 @@ To contribute to diagram, check out [contribution guidelines](CONTRIBUTING.md).
[Cloudiscovery](https://github.com/Cloud-Architects/cloudiscovery) helps you to analyze resources in your cloud (AWS/GCP/Azure/Alibaba/IBM) account. It allows you to create a diagram of analyzed cloud resource map based on this Diagrams library, so you can draw the your existing cloud infratructure with Cloudicovery.
## Breaking Changes
- version 0.16.0:
- The following import changes:
- from diagrams.onprem.logging import Logstash is now from diagrams.elastic.elasticsearch import Logstash
- from diagrams.onprem.monitoring import Kibana is now from diagrams.elastic.elasticsearch import Kibana
- from diagrams.onprem.search import Elasticsearch(*) is now from diagrams.elastic.elasticsearch import Elasticsearch
*The previous icon was the company icon not the elasticsearch product, for the company icon: from diagrams.elastic.saas import Elastic
## License
[MIT](LICENSE)

Loading…
Cancel
Save