fix: default value for grafana_plugins is empty array

This commit is contained in:
Adrien Waksberg 2019-08-17 17:50:37 +02:00
parent 9fe96d55e8
commit 5c23dc32dd
2 changed files with 7 additions and 3 deletions

View file

@ -3,8 +3,12 @@
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/) Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased] ## Unreleased
## [1.0.0] - 2019-14-11 ### Fixed
- default value for grafana_plugins is empty array
## 1.0.0 - 2019-14-11
- first version - first version

View file

@ -1,4 +1,4 @@
--- ---
grafana_config: {} grafana_config: {}
grafana_ldap_config: {} grafana_ldap_config: {}
grafana_plugins: {} grafana_plugins: []