Skip to content

Releases: t0mmili/grafana-dashboards-backup

v0.5.1

29 Aug 12:24
35378af
Compare
Choose a tag to compare

Maintenance

  • Bumped min required Terraform version to 1.6. (#12)
  • Bumped Grafana provider major version to 3. (#12)

v0.5.0

21 Dec 21:11
7b2373b
Compare
Choose a tag to compare

Features

  • Switched Alpine image to Terraform, to eliminate the need for downloading Terraform separately. (#10)

v0.4.0

22 Jun 23:50
0abaae9
Compare
Choose a tag to compare

Note: This release introduce check blocks, which are only available in Terraform v1.5.0 and later.

Features

  • Added Grafana health check, using check block. (#7)

Enhancements

  • Bumped Terraform version to 1.5.0. (#7)
  • Bumped Alpine version to 3.18. (#7)
  • Applied Terraform best practices. (#7)
  • Added retries argument to Grafana provider with 3 as default.
  • Added required_version argument to terraform block with >= 1.5 as default.

v0.3.2

04 Mar 20:51
ad3eed3
Compare
Choose a tag to compare

Bug fixes

  • Fixed General folder not being included as dashboards source. (#5)

v0.3.1

04 Mar 08:31
4782119
Compare
Choose a tag to compare

Enhancements

  • Bumped Terraform version to 1.3.9. (#3)
  • Two main sources from parsed terraform output: dashboards_title & dashboards_config. (#3)
  • Extended substituted characters list in dashboard names:
    ( ) [ ] removed → _ - replaced with spacespace >= 2 replaced with single spacespace replaced with -downcase (#3)

v0.3.0

02 Feb 22:59
Compare
Choose a tag to compare

Features

  • Added ability to control dashboards overwrite with overwriteDashboards job param.

Enhancements

  • Dashboard filenames formed from titles, instead of uids.

Bug fixes

  • Corrected typo in gitDir variable.

v0.2.0

28 Jan 20:37
Compare
Choose a tag to compare

Features

  • gitDir job param, in case exported/imported dashboards will be placed in directory.
  • Pre-check stage in export/import jobs, that will fail the build when required params are empty.

v0.1.0

21 Jan 20:55
Compare
Choose a tag to compare

Initial release.