diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3f192b4f --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 32c7fd82..e22e2d53 100644 --- a/README.md +++ b/README.md @@ -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)