Skip to content

v2.5.0

Compare
Choose a tag to compare
@bonclay7 bonclay7 released this 12 Jun 18:51
· 68 commits to main since this release
905400a

⚠️ 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

Full Changelog: v2.4.1...v2.5.0