Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 2.92 KB

2.0.0 (Unreleased)

IMPROVEMENTS:

The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.

1.3.0 (November 16, 2018)

FEATURES:

  • New Resource: grafana_folder (#36)

IMPROVEMENTS:

  • grafana_dashboard - Add support for creating dashboards inside folders (#36)
  • grafana_organization - Add missing quotes in docs (#32)
  • grafana_organization - Better import error debugging (#30)

BUG FIXES:

  • grafana_alert_notification - Support boolean settings for alert notifications (#37)

1.2.0 (August 01, 2018)

FEATURES:

  • New Resource: grafana_resource_organization (#29)

1.1.0 (July 27, 2018)

IMPROVEMENTS:

  • provider - mark various secret fields as sensitive (#28)

1.0.2 (April 18, 2018)

IMPROVEMENTS:

  • grafana_data_source - make the url field optional to support resources like cloudwatch (#18)
  • alert_notification - handle null response in grafana 5.0 for non-existent dashboards (#17)
  • grafana_data_source - additional support for cloudwatch options (custom_metrics_namespaces, assume_role_arn) (#16)

1.0.1 (January 12, 2018)

IMPROVEMENTS:

  • grafana_alert_notification - handle resources deleted out of band (#12)
  • grafana_data_source - handle resources deleted out of band (#12)

1.0.0 (October 23, 2017)

FEATURES:

  • New Resource: alert_notification (#3)

IMPROVEMENTS:

  • resource/grafana_dashboard: Be nicer when a dashboard is deleted (#7)
  • resource/grafana_data_source: Support json_data and secure_json_data arguments to support more data sources, including AWS CloudWatch (#5)

0.1.0 (June 20, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout