v2.5.0
⚠️ Upgrading to 2.5.0 🚀
If you are migrating from earlier versions to v2.5, please follow this guide.
v2.5.0 removes the dependency to the Terraform Grafana provider in the EKS monitoring module. As Grafana Operator manages and syncs the Grafana contents, Terraform is not required anymore in this context.
However, if you migrate from earlier versions, you might leave some data orphans as the Grafana provider is dropped. Terraform will throw an error. We have released v2.5.0-rc.1 which removes all the Grafana resources provisioned by Terraform in the EKS context, without removing the provider configurations.
Step 1: migrate to v2.5.0-rc.1 and run apply
Step 2: migrate to v2.5.0 or above
What's Changed
- Using GitOps with Grafana Operator to create Grafana Dashboard with Flux. by @elamaran11 in #164
- Update docs by @bonclay7 in #172
- Fixing breaking changes for path and dash urls by @elamaran11 in #173
- Fix: collector failing to scrape targets by @bonclay7 in #174
- Fixing command issue by @elamaran11 in #177
- Move all dashboards to GitOps by @bonclay7 in #175
- Remove Grafana provider for EKS by @bonclay7 in #179
- Fixing SSM Parameter Issue by @elamaran11 in #180
Full Changelog: v2.4.1...v2.5.0