Releases: t0mmili/grafana-dashboards-backup
Releases · t0mmili/grafana-dashboards-backup
v0.5.1
Maintenance
- Bumped min required Terraform version to 1.6. (#12)
- Bumped Grafana provider major version to 3. (#12)
v0.5.0
Features
- Switched Alpine image to Terraform, to eliminate the need for downloading Terraform separately. (#10)
v0.4.0
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
Bug fixes
- Fixed General folder not being included as dashboards source. (#5)
v0.3.1
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 space
→ space >= 2
replaced with single space
→ space
replaced with -
→ downcase
(#3)
v0.3.0
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
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.