mirror of https://github.com/mingrammer/diagrams
* (#134) Clean onprem elastic * [Fix] Move to Changelog * Update Changelogpull/225/head
parent
3f7694a521
commit
d02c4d94ac
@ -0,0 +1,33 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
- Docker local development setup [#210] https://github.com/mingrammer/diagrams/pull/210
|
||||||
|
- Support OpenStack [#211] https://github.com/mingrammer/diagrams/pull/211
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 0.15.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support curvestyle option (ortho or curved)
|
||||||
|
- Support Auth0, Cloudflare and Recombee: [#209] https://github.com/mingrammer/diagrams/pull/209
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix typo for PersistentVolume: [#207] https://github.com/mingrammer/diagrams/pull/207
|
||||||
|
- Fix misaligned label text position
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Saas(_Elastic):
|
||||||
|
_type = "saas"
|
||||||
|
_icon_dir = "resources/elastic/saas"
|
||||||
|
|
||||||
|
|
||||||
|
class Cloud(_Saas):
|
||||||
|
_icon = "cloud.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Elastic(_Saas):
|
||||||
|
_icon = "elastic.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in new issue