grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
320 stars 18 forks source link

feat: add v10.4.0 #177

Closed Duologic closed 3 months ago

Duologic commented 3 months ago

Adds v10.4.0 and updates latest.

RefreshMixin() has been removed, this has always been a string so Refresh() was sufficient, the schema was wrong. Updating the generator also backports that to the other versions.

This PR also fixes the generator related to the folder resource, preventing it getting introduced into older versions.